/* Colors */
/* Hover Color */
/* Filter */
@import url("../css/bootstrap.min.css");
@import url("../plugins/Flickity/flickity.min.css");
@import url("../css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*
section-mode: light, dark
section-display: true, false
section-type: circle, disc, ...
section-color
section-color-degrade
section-name

data-mouse-type: hover, follower, click
data-section
data-object
data-image


btn-click
btn-fill
non-radius
non-btn
*/
.kapak {
  color: #000;
}

@-webkit-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes open_up {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@keyframes open_up {
  from {
    top: 0px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes open_down {
  from {
    bottom: 0px;
  }
  to {
    bottom: 64px;
  }
}
@keyframes open_down {
  from {
    bottom: 0px;
  }
  to {
    bottom: 64px;
  }
}
@-webkit-keyframes open_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes open_fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9vw;
  color: #170305;
  background-color: #F6F7F9;
  line-height: 1.28571;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
body * {
  box-sizing: border-box;
  outline: none !important;
}
body *:hover {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  font-weight: 500;
  padding: 0 !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #170305;
}

h1 {
  font-size: 2vw;
  font-weight: 600;
}

h2 {
  font-size: 0.85vw;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
}
h2 a {
  font-size: 0.9vw;
  color: #170305;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}

h3 {
  font-size: 2vw;
}
h3 a {
  font-size: 2vw;
  color: #170305;
  text-decoration: none;
}
h3 a:hover {
  text-decoration: none;
}

h4 {
  font-size: 0.9vw;
}

h5 {
  font-size: 0.9vw;
}

h6 {
  font-size: 0.4vw;
}

p {
  font-size: 1.2vw;
  line-height: 160%;
  font-weight: 400;
  padding: 0;
  margin: 0 0 2vw 0;
  letter-spacing: 0em !important;
  text-transform: none !important;
}
p iframe {
  width: 100%;
  min-height: 28vw;
}
p strong {
  font-weight: 700;
  color: #170305;
}
p a {
  float: none;
  width: auto !important;
  display: inline !important;
  font-size: 1.2vw;
  padding: 0px !important;
  margin: 0;
  color: #06AEE3 !important;
  text-decoration: underline !important;
}
p a:hover {
  text-decoration: none !important;
  color: #170305 !important;
}
.quote p {
  display: inline-block;
  position: relative;
  padding-left: 48px;
}
.quote p::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -8px;
  width: 48px;
  font-size: 56px;
  font-style: italic;
  color: #170305;
  line-height: normal;
}
p.small, p.small a {
  font-size: 0.9vw;
  margin: 0 !important;
}
p.small .btn.arrow {
  top: -0.06vw !important;
}

a {
  font-family: "Open Sans", sans-serif;
  color: #06AEE3;
  font-size: 0.85vw;
  line-height: 160%;
  text-decoration: underline;
  display: inline-block;
}
a:focus, a:hover {
  color: #E30613;
  text-decoration: underline;
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a em {
  line-height: normal;
}

strong {
  font-weight: 700 !important;
}

em {
  font-size: 0.85vw;
}

ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border: 0;
  border-top: 1px solid #d7dce5;
}

tag,
.tags a,
.kicker {
  float: left;
  width: auto !important;
  display: inline-block;
  position: relative;
  font-size: 0.60vw;
  color: #170305;
  font-weight: 500;
  text-transform: uppercase !important;
  padding: 0.1vw 0.2vw !important;
  line-height: normal;
  border-radius: 0.2vw;
  border: 1px solid #170305;
  transition: 0.2s;
  margin: 0;
  text-decoration: none;
  max-width: 65%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
tag a,
.tags a a,
.kicker a {
  font-size: 0.9vw;
  color: #FFF;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
tag a:hover, tag a:focus,
.tags a a:hover,
.tags a a:focus,
.kicker a:hover,
.kicker a:focus {
  color: #FFF !important;
}
tag:last-child,
.tags a:last-child,
.kicker:last-child {
  margin-right: 0 !important;
}

.kicker a {
  color: #170305 !important;
  margin: 0;
  text-decoration: none;
}

date,
.date {
  float: left;
  width: auto !important;
  display: inline-block;
  font-size: 0.8vw;
  color: #D9D9D9;
  font-weight: 500;
  transition: 0.4s;
  line-height: normal;
  padding: calc(0.1vw + 1px) 0.4vw;
}

author,
speaker {
  float: left;
  width: auto !important;
  display: inline-block;
  font-size: 0.60vw;
  color: #170305;
  font-weight: 500;
  transition: 0.4s;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.6vw;
  margin-right: 8px;
}
author::before,
speaker::before {
  content: "";
  float: left;
  display: inline-block;
  position: relative;
  width: 1.6vw;
  height: 1.6vw;
  background-image: url("../images/icons/author.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: #170305;
  border-radius: 100%;
  margin-right: 0.3vw;
}
author a,
speaker a {
  color: #170305;
  text-decoration: none;
  margin: 0;
}

speaker::before {
  float: left;
  width: 0.9vw;
  height: 0.9vw;
  background-image: url("../images/icons/speech.svg");
  background-size: 100% auto;
  margin-right: 0.3vw;
  background-color: transparent;
  border-radius: 0;
  margin-top: 0.4vw;
}

video {
  width: 100% !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0 0.4vw;
}

.row {
  margin: 0;
}

svg {
  transition: 0.4s;
}
svg path {
  transition: 0.4s;
}

.info p {
  font-size: 0.9vw;
  text-transform: none !important;
  margin-bottom: 0;
}
.info p a, .info p .btn {
  font-size: 0.9vw;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0px;
}

*::-moz-scrollbar {
  width: 0;
  height: 0px;
}

*::-ms-scrollbar {
  width: 0;
  height: 0px;
}

*::selection {
  background: rgba(9, 179, 186, 0.5);
}

*::-moz-selection {
  background: rgba(9, 179, 186, 0.5);
}

header {
  position: fixed;
  background-color: #F6F7F9;
  z-index: 15;
  width: calc(100%);
  height: auto;
  top: 2VW;
  left: 0vw;
  right: auto;
  padding: 1.8vw 0px 1vw 0vw;
  text-align: right;
  border-bottom: 1px solid #170305;
}
header .container {
  position: static;
}
header .logo {
  position: absolute;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: normal;
  z-index: 10;
  left: calc(50% - 5vw);
  top: 32.5%;
  height: 75%;
}
header .logo img {
  width: 10vw;
  height: auto !important;
}
header .navbar-header {
  float: none;
  padding: 0;
  position: static;
  z-index: 9;
}
header .navbar-header .container {
  padding: 0;
}
header .navbar-header a {
  pointer-events: auto !important;
}
header .navbar-header .navbar-inverse {
  background-color: transparent;
  padding: 0 0;
}
header .navbar-header .navbar-inverse.collapse {
  display: inline-block !important;
}
header .navbar-header .navbar-inverse li {
  float: left;
  padding: 0px 0px;
}
header .navbar-header .navbar-inverse li a {
  float: left;
  color: #170305;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 160% !important;
  padding: 0.4vw 0.9vw;
  transition: 0.4s;
  text-decoration: none !important;
  text-transform: uppercase;
}
header .navbar-header .navbar-inverse li a.active {
  color: #E30613 !important;
}
header .navbar-header .navbar-inverse li a em::before {
  top: 0.9vw;
}
header .navbar-header .navbar-inverse li a:hover {
  color: #E30613 !important;
}
header .navbar-header .navbar-inverse li.home {
  border: 0;
}
header .navbar-header .navbar-inverse li.home a {
  font-size: 0.9vw;
  padding: 0;
}
header .navbar-header .navbar-inverse li.home a::before {
  width: 4.2vw;
  height: 4.2vw;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35% auto;
  background-image: url("../images/icons/home.svg");
  filter: invert(3%) sepia(34%) saturate(2877%) hue-rotate(323deg) brightness(108%) contrast(103%);
  margin: 0;
  transition: 0.4s;
}
header .navbar-header .navbar-inverse li.search {
  position: relative;
}
header .navbar-header .navbar-inverse li.search input {
  border: 0 !important;
  background-color: rgba(0, 179, 186, 0.4) !important;
  background-repeat: no-repeat;
  color: #FFF;
  margin: 0;
  width: 16vw;
  height: 4.2vw;
}
header .navbar-header .navbar-inverse li.search a::after {
  content: "";
  position: relative;
  float: left;
  width: 32px;
  height: 1.6vw;
  margin-right: 0px;
  background-image: url("../images/icons/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  top: auto;
  right: auto;
  display: inline-block;
}
header .navbar-header .navbar-inverse li.active a, header .navbar-header .navbar-inverse li.current-menu-item a {
  color: #E30613 !important;
  position: relative;
}
header .navbar-header .navbar-inverse li.active a::after, header .navbar-header .navbar-inverse li.current-menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0vw;
  width: 100%;
  height: 100%;
  background: url("../images/icons/line.svg") no-repeat left top;
  background-size: 100% 100%;
  display: inline-block;
}
header .navbar-header .navbar-inverse.float-end {
  margin: 0px;
  background-color: transparent;
  margin-left: 0px;
  display: flex;
}
header .navbar-header .navbar-inverse.float-end .language {
  display: inline-block;
  position: relative;
}
header .navbar-header .navbar-inverse.float-end .language .list {
  display: none;
  position: absolute;
  left: 25%;
  top: 100%;
  width: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
header .navbar-header .navbar-inverse.float-end .language .list .wpml-ls-item {
  float: left;
  padding: 0 3px;
}
header .navbar-header .navbar-inverse.float-end .language span {
  float: left;
  color: #170305;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 160% !important;
  padding: 0.4vw 0.9vw;
  transition: 0.4s;
  text-decoration: none !important;
}
header .navbar-header .navbar-inverse.float-end .language:hover .list {
  display: flex;
}
header .navbar-header .navbar-inverse.float-end .btn {
  background-color: #E30613 !important;
}
header .navbar-header .navbar-inverse.float-end .btn:hover {
  color: #FFF !important;
  background-color: #170305 !important;
}
header .navbar-header .dropdown {
  position: static;
}
header .navbar-header .dropdown .dropdown-menu {
  top: -38px !important;
  right: -11px;
  left: -11px;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0;
  background-color: #FFF;
  border: 0;
  padding: 9vw 0 4vw 0;
  border-radius: 0px;
  opacity: 1;
  text-align: left;
  /*-webkit-box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: -1;
  display: none;
  border-bottom: 1px solid #E7D9E9;
  background-clip: border-box;
  -webkit-border-bottom-right-radius: 1vw;
  -webkit-border-bottom-left-radius: 1vw;
  -moz-border-radius-bottomright: 1vw;
  -moz-border-radius-bottomleft: 1vw;
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 1vw;
}
header .navbar-header .dropdown .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 6.08vw;
  background-color: #E7D9E9;
}
header .navbar-header .dropdown .dropdown-menu ul li {
  width: 100%;
  border: 0;
}
header .navbar-header .dropdown .dropdown-menu ul li a {
  font-size: 0.85vw;
  font-weight: 400;
  color: #170305;
  padding: 0.2vw 0;
}
header .navbar-header .dropdown .dropdown-menu ul li a:hover {
  text-decoration: underline !important;
}
header .navbar-header .dropdown .dropdown-menu a {
  padding: 0;
}
header .navbar-header .dropdown .dropdown-menu a h4, header .navbar-header .dropdown .dropdown-menu a h5 {
  float: left;
  width: 100%;
  font-size: 0.85vw;
  font-weight: 700;
  margin-bottom: 2.2vw;
}
header .navbar-header .dropdown .dropdown-menu a h5 {
  font-size: 0.85vw;
  font-weight: 600;
  margin-bottom: 1.2vw;
}
header .navbar-header .dropdown .dropdown-toggle {
  position: relative;
  color: #170305 !important;
}
header .navbar-header .dropdown .dropdown-toggle:hover {
  color: #E30613 !important;
}
header .navbar-header .dropdown .dropdown-toggle:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #E30613;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .navbar-header .dropdown.active {
  border-right: 1px solid #E30613;
  margin-right: -1px;
}
header .navbar-header .dropdown.active .dropdown-toggle::after {
  height: calc(100% + 2px);
  opacity: 1;
}
header .navbar-header .dropdown.open {
  z-index: 9;
}
header .navbar-header .dropdown.open .dropdown-toggle[aria-expanded=true] {
  color: #170305 !important;
}
header .navbar-header .dropdown.open .dropdown-menu {
  display: inline-block;
}
header .navbar-header .dropdown .dropdown-backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-color: #000;
  opacity: 0.3;
  display: none !important;
}
header .page-navigation {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 7;
  text-align: left;
  background-color: #FFF;
  padding: 50px 10px 10px 10px;
  border: 1px solid #D9D9D9;
  border-bottom: 0;
  width: auto;
  height: auto;
}
header .page-navigation ul {
  float: right;
  width: auto;
  margin-right: 0px;
}
header .page-navigation ul li {
  float: left;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0px;
}
header .page-navigation ul li[rel-data=hidden] {
  display: none;
}
header .page-navigation ul li a {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #170305 !important;
  position: relative;
  line-height: 2vw;
  white-space: nowrap;
}
header .page-navigation ul li a::after {
  display: none !important;
}
header .page-navigation ul li a.disc {
  border-radius: 100%;
  background-color: #F6F7F9;
}
header .page-navigation ul li a.triangle {
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #F6F7F9;
  background-color: transparent;
}
header .page-navigation ul li a.square {
  border-radius: 0%;
  background-color: #F6F7F9;
}
header .page-navigation ul li a.pentagon {
  background-color: #F6F7F9;
  position: relative;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
header .page-navigation ul li a.star {
  width: 30px;
  height: 30px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  margin-left: -9px;
  margin-top: -6px;
}
header .page-navigation ul li a.star::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-36deg);
  width: 30px;
  height: 30px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #F6F7F9;
}
header .page-navigation ul li a:hover, header .page-navigation ul li a:focus {
  color: #FFF !important;
}
header .page-navigation ul li.current a {
  /*background-color: $secondary-color;*/
}
header .page-navigation ul li.current a::after {
  content: "";
  position: absolute;
}
header .page-navigation ul li.current a.disc {
  background-color: #170305;
}
header .page-navigation ul li.current a.triangle {
  border-bottom-color: #170305;
}
header .page-navigation ul li.current a.square {
  background-color: #170305;
}
header .page-navigation ul li.current a.pentagon {
  background-color: #170305;
}
header .page-navigation ul li.current a.star::before {
  background-color: #170305;
}

section {
  float: right;
  width: calc(100%);
  padding: 2.2vw 0;
  /*min-height: 640px;*/
  position: relative;
  /*background-color: #FFF;*/
  overflow: hidden;
  z-index: 6;
}
section:not(section) h1 {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, padding 0.3s ease;
  opacity: 0;
  transform: translateY(3.125rem);
}

.container {
  position: relative;
  z-index: 9;
  width: calc(100% - 128px);
  padding: 0;
  max-width: 1920px;
}
.container .row {
  width: 100%;
  margin: 0;
}

input,
select,
textarea,
input.form-control,
textarea.form-control {
  width: 100%;
  height: 2.2vw;
  border: 0;
  padding: 0px 0.9vw;
  font-size: 0.9vw;
  font-weight: normal;
  line-height: 120%;
  background-color: #FFF;
  border-radius: 2.2vw;
  color: #170305;
  position: relative;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  transition: 0.2s;
  border: 1px solid transparent;
}
input:focus, input.form-control:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input.form-control.form-control:focus,
textarea.form-control:focus,
textarea.form-control.form-control:focus {
  border-color: #170305;
  border-color: #170305;
  outline: 0;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);*/
  -webkit-box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
  box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
  outline: none;
}
input[type=submit],
select[type=submit],
textarea[type=submit],
input.form-control[type=submit],
textarea.form-control[type=submit] {
  width: auto;
  height: 3.2vw;
  color: #FFF;
  background-color: #170305;
  border-radius: 30px;
  padding: 0 2vw;
  margin-top: 40px;
  margin-bottom: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox],
input.form-control[type=checkbox],
textarea.form-control[type=checkbox] {
  float: left;
  width: 14px;
  height: 14px;
  line-height: 120%;
  margin: 0.36vw 8px 0 0 !important;
  top: 0vw;
  border-radius: 0;
  padding: 0 !important;
}
input[type=checkbox]:checked,
select[type=checkbox]:checked,
textarea[type=checkbox]:checked,
input.form-control[type=checkbox]:checked,
textarea.form-control[type=checkbox]:checked {
  border: 1px solid #170305;
}
input[type=checkbox]:checked:before,
select[type=checkbox]:checked:before,
textarea[type=checkbox]:checked:before,
input.form-control[type=checkbox]:checked:before,
textarea.form-control[type=checkbox]:checked:before {
  position: relative;
  display: flex;
  margin: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  background: #170305;
}
input[type=radio],
select[type=radio],
textarea[type=radio],
input.form-control[type=radio],
textarea.form-control[type=radio] {
  width: 1.2vw !important;
  height: 1.2vw !important;
  border: 4px solid #E7D9E9;
  background-color: #F6F7F9 !important;
  width: 1.2vw !important;
  border-radius: 100%;
}
input[type=radio]:checked,
select[type=radio]:checked,
textarea[type=radio]:checked,
input.form-control[type=radio]:checked,
textarea.form-control[type=radio]:checked {
  background: #170305 !important;
}
input[type=number],
select[type=number],
textarea[type=number],
input.form-control[type=number],
textarea.form-control[type=number] {
  width: auto;
  text-align: center;
  padding-left: 22px;
}
input[disabled],
select[disabled],
textarea[disabled],
input.form-control[disabled],
textarea.form-control[disabled] {
  opacity: 0.4;
}

textarea,
textarea.form-control {
  width: 100%;
  height: 8vw;
  border-radius: 9px;
  padding-top: 12px;
  resize: none;
}

label {
  display: inline-block;
  width: 100%;
  font-size: 0.85vw;
  font-weight: normal;
  color: #170305;
  margin: 0;
  line-height: normal !important;
}

::-webkit-input-placeholder {
  color: #D9D9D9;
  font-weight: normal;
}

:-moz-placeholder {
  color: #D9D9D9;
  font-weight: normal;
}

::-moz-placeholder {
  color: #D9D9D9;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #D9D9D9;
  font-weight: normal;
}

.btn,
button {
  display: inline-block;
  color: #170305;
  background-color: transparent;
  border: none;
  transition: 0.2s;
  font-size: 0.9vw;
  text-align: left;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  padding: 0px 1vw;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin: 0px 0px 8px 0px;
  width: auto;
  height: auto;
  line-height: normal;
  color: #170305;
  transition: 0.4s;
  box-shadow: 0 !important;
}
.btn:focus, .btn.focus,
button:focus,
button.focus {
  color: #E30613;
  background-color: rgba(51, 51, 51, 0);
  border-color: #88121e;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled,
button:hover,
button:focus,
button:active,
button.active,
button.disabled {
  text-decoration: none;
}
.btn:hover,
button:hover {
  color: #710f19;
  background-color: rgba(51, 51, 51, 0);
  border-color: #4d0a11;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle,
button:active,
button.active,
.open > button.dropdown-toggle {
  color: #E30613;
  /*background-color: lighten($process-background-color, 10%);*/
  background-color: transparent;
  border-color: #4d0a11;
}
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus,
button:active:hover,
button:active:focus,
button:active.focus,
button.active:hover,
button.active:focus,
button.active.focus,
.open > button.dropdown-toggle:hover,
.open > button.dropdown-toggle:focus,
.open > button.dropdown-toggle.focus {
  color: #E30613;
  /*background-color: lighten($process-background-color, 17%);*/
  background-color: transparent;
  /*border-color: lighten($process-color, 25%);*/
  border-color: transparent;
}
.btn:active, .btn.active, .open > .btn.dropdown-toggle,
button:active,
button.active,
.open > button.dropdown-toggle {
  background-image: none;
}
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus,
button.disabled:hover,
button.disabled:focus,
button.disabled.focus,
button[disabled]:hover,
button[disabled]:focus,
button[disabled].focus,
fieldset[disabled] button:hover,
fieldset[disabled] button:focus,
fieldset[disabled] button.focus {
  background-color: #F6F7F9;
}
.btn i,
button i {
  float: left;
  display: block;
  margin-right: 9px;
}
.btn span,
button span {
  color: #F6F7F9;
}
.btn.icon,
button.icon {
  color: #170305;
  font-size: 0.9vw;
}
.btn.icon i,
button.icon i {
  font-size: 0.9vw;
  margin: 0;
}
.btn:hover,
button:hover {
  background-color: transparent;
  color: #E30613;
}
.btn.play,
button.play {
  background-color: transparent;
  border-radius: 0px;
  padding: 0px !important;
  color: #E30613 !important;
  text-align: left;
}
.btn.play i,
button.play i {
  display: inline-block;
  width: 94px;
  height: 94px;
  background-color: #E30613;
  color: #FFF;
  border-radius: 100%;
  font-size: 24px;
  line-height: 94px;
  padding-left: 0px;
  text-align: center;
}
.btn.play div,
button.play div {
  display: inline-block;
  margin-top: 24px;
  margin-left: 8px;
}
.btn.play span,
button.play span {
  float: left;
  display: inline-block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #170305 !important;
  line-height: normal;
}
.btn.frame,
button.frame {
  color: #170305;
  border: 1px solid #170305;
  background-color: transparent;
  padding: 0.4vw 1vw !important;
  border-radius: 5vw;
}
.btn.frame:hover,
button.frame:hover {
  background-color: #170305 !important;
  color: #FFF;
}
.btn.frame.fill,
button.frame.fill {
  color: #FFF !important;
  background-color: #170305 !important;
  border: 0;
  text-align: center;
  font-weight: 600;
}
.btn.frame.fill:hover, .btn.frame.fill.active,
button.frame.fill:hover,
button.frame.fill.active {
  background-color: #E30613 !important;
}
.btn.border,
button.border {
  display: inline-block;
  padding: 8px 0;
  z-index: 9;
  background-color: transparent;
  margin-top: 0vw;
  border: 0 !important;
}
.btn.border::before,
button.border::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #170305;
  position: absolute;
  right: 0;
  bottom: 0vw;
  transition: 0.2s;
}
.btn.border:hover,
button.border:hover {
  padding: 8px 0px;
  color: #170305;
}
.btn.border:hover::before,
button.border:hover::before {
  width: 0px;
  right: 50%;
  background-color: #170305;
}
.btn.border.white,
button.border.white {
  color: #FFF;
}
.btn.border.white::before,
button.border.white::before {
  background-color: #FFF;
}
.btn.border.white:hover,
button.border.white:hover {
  color: #FFF;
}
.btn.border.white:hover::before,
button.border.white:hover::before {
  background-color: #FFF;
}
.btn.border.blue,
button.border.blue {
  color: #170305;
  background-color: transparent;
}
.btn.border.blue::before, .btn.border.blue::after,
button.border.blue::before,
button.border.blue::after {
  background-color: #170305;
}
.btn.border.blue:hover,
button.border.blue:hover {
  color: #170305;
}
.btn.border.blue:hover::after,
button.border.blue:hover::after {
  background-color: #170305;
}
.btn.plus,
button.plus {
  color: #170305;
  text-align: left;
}
.btn.plus::after,
button.plus::after {
  background-image: url("../images/icons/general-icon-plus.svg");
  margin-left: 8px;
  filter: invert(3%) sepia(34%) saturate(2877%) hue-rotate(323deg) brightness(108%) contrast(103%) !important;
}
.btn.plus:hover::after,
button.plus:hover::after {
  transform: rotate(135deg);
}
.btn.plus.white,
button.plus.white {
  color: #FFF;
}
.btn.submit::after,
button.submit::after {
  background: url("../images/icons/Send.svg");
}
.btn.submit:hover,
button.submit:hover {
  background-color: #170305;
}
.btn.submit.white,
button.submit.white {
  color: #FFF;
}
.btn.download::after,
button.download::after {
  background-image: url("../images/icons/Download.svg");
}
.btn.external::after,
button.external::after {
  content: "";
  display: inline-block;
  background-image: url("../images/icons/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  transition: 0.4s;
  width: 26px;
  height: 6px;
  filter: invert(16%) sepia(99%) saturate(7374%) hue-rotate(350deg) brightness(86%) contrast(109%) !important;
  transform: rotate(-45deg);
  margin-right: -0.9vw !important;
}
.btn.external:hover::after,
button.external:hover::after {
  filter: invert(100%) sepia(7%) saturate(7435%) hue-rotate(161deg) brightness(124%) contrast(87%) !important;
}
.btn.arrow,
button.arrow {
  text-transform: none;
  letter-spacing: normal;
  margin: 0 !important;
  color: #170305;
  padding-right: 1.2vw !important;
}
.btn.arrow::after,
button.arrow::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0px;
  right: 0px;
  opacity: 1;
  z-index: 1;
  transition: 0.4s;
  width: 32px;
  height: 8px;
  background-image: url("../images/icons/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  margin-left: 3px;
  filter: invert(16%) sepia(99%) saturate(7374%) hue-rotate(350deg) brightness(86%) contrast(109%);
  margin-right: -0.9vw !important;
}
.btn.arrow:hover,
button.arrow:hover {
  color: #E30613;
  background-color: #E30613;
}
.btn.arrow:hover::after,
button.arrow:hover::after {
  right: -3px;
  filter: invert(100%) sepia(7%) saturate(7435%) hue-rotate(161deg) brightness(124%) contrast(87%);
}
.btn.arrow.left,
button.arrow.left {
  float: left;
}
.btn.arrow.left::after,
button.arrow.left::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #170305;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 0;
  right: auto;
}
.btn.arrow.left:hover,
button.arrow.left:hover {
  padding-left: 0;
  padding-right: 1.2vw;
}
.btn.arrow.left:hover::after,
button.arrow.left:hover::after {
  left: -1.2vw;
  width: 0;
  background-position: right center;
}
.btn.arrow.down::after,
button.arrow.down::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #170305;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0.3vw;
  top: calc(50% - 0.18vw);
}
.btn.arrow.down[aria-expanded=true]::after,
button.arrow.down[aria-expanded=true]::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #170305;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: calc(50% + 0.01vw);
}
.btn.arrow.down[aria-expanded=true]:hover::after,
button.arrow.down[aria-expanded=true]:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #170305;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn.arrow.white,
button.arrow.white {
  color: #FFF;
  background-color: transparent;
}
.btn.arrow.white::after,
button.arrow.white::after {
  filter: invert(100%) sepia(7%) saturate(7435%) hue-rotate(161deg) brightness(124%) contrast(87%);
}
.btn.arrow[type=submit].external,
button.arrow[type=submit].external {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 0.9vw;
}
.btn.arrow[type=submit].external::after,
button.arrow[type=submit].external::after {
  display: none;
}
.btn.seperator,
button.seperator {
  font-size: 14px;
  color: #E30613;
  margin-top: 56px;
  background-color: transparent;
}
.btn.seperator::after,
button.seperator::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  height: 6px;
  background: url("../images/icons/seperator.png") no-repeat center center;
  background-size: 100% 100% !important;
  transition: 0.4s;
  z-index: 9;
}
.btn.seperator:hover::after,
button.seperator:hover::after {
  background-size: 0 0 !important;
}
.btn.active,
button.active {
  color: #170305;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus,
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
  outline: 0px;
  outline-offset: 0;
  box-shadow: none !important;
}

.close {
  position: absolute !important;
  left: -32px;
  top: 120px;
  background-color: #170305;
  width: 64px !important;
  height: 64px !important;
  padding: 31px 19px;
  opacity: 1;
  transition: 0.2s !important;
}
.close:hover {
  opacity: 1 !important;
}
.close::before, .close::after {
  display: none !important;
}
.close span {
  margin: 0 auto;
  position: relative;
  top: auto;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.close span:before, .close span:after {
  position: absolute;
  content: "";
}
.close span, .close span:before, .close span:after {
  width: 28px;
  height: 4px;
  background-color: #170305;
  border-radius: 6px;
  display: block;
}
.close span:before {
  margin-top: -10px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.close span:after {
  margin-top: 10px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.close span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.close span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.close span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.close span:before, .close span:after {
  background-color: #FFF;
}

.alert,
.wpcf7-response-output {
  position: fixed;
  left: 50%;
  bottom: 40px;
  background-color: #FFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06), -10px -10px 20px rgba(255, 255, 255, 0.08);
  width: auto;
  height: auto;
  font-size: 10px;
  color: #170305;
  padding: 6px 8px !important;
  margin: 0 0 0 -150px !important;
  border-radius: 6px;
  opacity: 1;
  z-index: 999;
  transition: 0.2s;
  -webkit-animation-name: open_fade;
  -webkit-animation-duration: 0.8s;
  animation-name: open_fade;
  animation-duration: 0.8s;
}

.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
}
.close:hover::before, .close:hover::after {
  background: #b1050f;
}
.close::before, .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 70%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #E30613;
  margin-left: 6px;
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}
.close.big {
  transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
  height: 12px;
  margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
  width: 200%;
  left: -50%;
}
.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}
.close.blades::before, .close.blades::after {
  border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
  border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
  border-radius: 100%;
}

.slider-selection {
  background: #170305 !important;
}

.slider-success .slider-selection {
  background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
  background-color: #428bca !important;
}

.slider-info .slider-selection {
  background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
  background-color: #f0ad4e !important;
}

.slider-danger .slider-selection {
  background-color: #d9534f !important;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

.slider-handle {
  background-color: #170305 !important;
  background-image: none !important;
  /*-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;*/
}

.slider-track-low,
.slider-track-high {
  background-color: #E7D9E9;
}

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bdbdbd !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
  display: none !important;
}

.slider .tooltip.top {
  margin-top: -25px !important;
}

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0;
}

.slider-ghost .slider-track {
  height: 5px !important;
}

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #f77500;
}

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f;
}

.quantity {
  position: relative;
  display: inline-block;
  width: 100%;
}
.quantity .count {
  width: 100% !important;
  height: 2vw;
  color: #170305;
  display: inline-block;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: normal;
  padding: 0px 0px 0px 0vw !important;
  text-align: center;
  margin-bottom: 0 !important;
  background-color: #F6F7F9;
  border: 1px solid transparent !important;
  border-radius: 40px;
}
.quantity:hover .count {
  border-color: #C4C4C4 !important;
}
.quantity .plus, .quantity .minus {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  display: inline-block;
  width: 2vw;
  height: 2vw;
  /*border: 6px solid transparent;
  border-color: #b4b6b8 transparent transparent transparent;*/
  background-color: transparent;
  border-radius: 0px;
  z-index: 9;
  transition: 0.4s;
  display: none;
}
.quantity .plus:before, .quantity .plus:after, .quantity .minus:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  width: 0.9vw;
  height: 0.08vw;
  background-color: #C4C4C4;
  border-radius: 0px;
  margin-left: -0.4vw;
  margin-top: -0.04vw;
  z-index: 9;
  transition: 0.4s;
}
.quantity .plus:hover:before, .quantity .plus:hover:after, .quantity .minus:hover:before {
  background-color: #E30613;
}
.quantity .plus:after {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.quantity .minus {
  left: 0px;
  right: auto;
}
.quantity .minus:hover, .quantity .plus:hover {
  background-color: transparent !important;
}

.tree {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #F6F7F9;
}
.tree a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #170305;
  padding: 1vw 56px 1vw 0;
  border-bottom: 1px solid #E7D9E9;
  position: relative;
  text-decoration: none;
}
.tree a::after {
  content: "+";
  position: absolute;
  right: 16px;
  bottom: 1vw;
  font-size: 1vw;
  font-weight: normal;
  color: #170305;
  transform-origin: center center;
  transition: 0.4s;
}
.tree a[aria-expanded=true] {
  color: #170305;
  border-bottom-color: transparent;
  transition: 0.4s !important;
}
.tree a[aria-expanded=true]::after {
  transform: rotate(135deg);
  color: #170305;
}
.tree .panel {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  box-shadow: none;
}
.tree .panel:first-child a {
  border-top: 1px solid #E7D9E9;
}
.tree .panel .collapse {
  float: left !important;
  width: 100% !important;
  height: 0;
  border-bottom: 0px solid #170305;
  opacity: 0 !important;
  padding: 0px 0 !important;
  display: inline-block !important;
  position: relative;
}
.tree .panel .collapse.in {
  height: auto;
  opacity: 1 !important;
  border-bottom-color: #170305;
  transition: 0.4s !important;
  padding-bottom: 6vw;
}

.custom-select {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 0px solid #170305;
  border-radius: 2.2vw;
  background-color: #FFF;
  z-index: 10;
  float: left;
  width: 100%;
  height: 2.2vw;
}
.custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
  display: block;
  width: 100%;
  padding: 0px 52px 0px 16px !important;
  border-radius: 0px;
  overflow: hidden;
}
.custom-select::after {
  content: "";
  position: absolute;
  display: inline-block;
  border: solid #170305;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  transition: 0.2s;
  transition-delay: 0.1s;
  top: 50%;
  left: auto;
  right: 1.4vw;
  margin-top: -0.4vw;
  padding: 0.25vw;
}

.custom-radio {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 1vw;
  margin-bottom: 16px;
  transition: 0.4s;
  left: 0;
  top: 0;
  cursor: pointer;
}
.custom-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.custom-radio.passive {
  filter: grayscale(100%);
  opacity: 0.4;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
}
.custom-file .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: 1px solid #ced4da;
  padding: 11px;
  transition: 0.4s;
}
.custom-file .custom-file-label::after {
  content: "";
}
.custom-file .custom-file-label svg {
  width: 32px;
  height: 32px;
}
.custom-file .custom-file-label svg path {
  fill: #170305;
}
.custom-file:hover label {
  border-color: #170305;
}
.custom-file:hover label svg path {
  fill: #170305;
}

.footer .row {
  position: relative;
}
.footer .logo {
  float: left;
  width: auto;
  height: auto;
  margin-bottom: 32px;
}
.footer .logo svg {
  width: auto;
  height: 32px;
}
.footer h4 {
  margin-bottom: 1vw;
}
.footer a {
  display: inline-block;
  width: auto;
  padding: 0.2vw 0;
}
.footer a:hover {
  color: #E30613 !important;
}

.left-bar,
.right-bar,
.top-bar,
.search-bar {
  display: none;
  position: fixed;
  z-index: 13;
  text-align: left;
  background-color: transparent;
}
.video-active > .left-bar,
.video-active > .right-bar,
.video-active > .top-bar,
.video-active > .search-bar {
  left: -130px;
}
.nav-up > .left-bar,
.nav-up > .right-bar,
.nav-up > .top-bar,
.nav-up > .search-bar {
  /*height: 100%;
  top: 0px;*/
}
.left-bar li,
.right-bar li,
.top-bar li,
.search-bar li {
  padding: 12px 0;
  position: relative;
}
.left-bar li a,
.right-bar li a,
.top-bar li a,
.search-bar li a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  letter-spacing: 0.16em;
}
.left-bar li a:hover, .left-bar li a:focus,
.right-bar li a:hover,
.right-bar li a:focus,
.top-bar li a:hover,
.top-bar li a:focus,
.search-bar li a:hover,
.search-bar li a:focus {
  color: #FFF !important;
}
.left-bar li.category-item a::after,
.right-bar li.category-item a::after,
.top-bar li.category-item a::after,
.search-bar li.category-item a::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -15px;
  background: url("../images/icons/arrow-right.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: rotate(90deg);
  opacity: 0;
  transition: 0.4s;
}
.left-bar li.category-item:hover a::after,
.right-bar li.category-item:hover a::after,
.top-bar li.category-item:hover a::after,
.search-bar li.category-item:hover a::after {
  opacity: 1;
  top: -5px;
}
.left-bar li.category-item.active a::after,
.right-bar li.category-item.active a::after,
.top-bar li.category-item.active a::after,
.search-bar li.category-item.active a::after {
  transform: rotate(-90deg);
}
.left-bar li .sub-menu,
.right-bar li .sub-menu,
.top-bar li .sub-menu,
.search-bar li .sub-menu {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.left-bar li.category-item.active .sub-menu,
.right-bar li.category-item.active .sub-menu,
.top-bar li.category-item.active .sub-menu,
.search-bar li.category-item.active .sub-menu {
  height: auto;
}
.left-bar li ul,
.right-bar li ul,
.top-bar li ul,
.search-bar li ul {
  margin: 24px 0 16px 0;
}
.left-bar li ul li,
.right-bar li ul li,
.top-bar li ul li,
.search-bar li ul li {
  padding: 1px 0 1px 16px;
}
.left-bar li ul li a,
.right-bar li ul li a,
.top-bar li ul li a,
.search-bar li ul li a {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
}
.left-bar li ul li a::after,
.right-bar li ul li a::after,
.top-bar li ul li a::after,
.search-bar li ul li a::after {
  display: none !important;
}
.left-bar li ul li:last-child,
.right-bar li ul li:last-child,
.top-bar li ul li:last-child,
.search-bar li ul li:last-child {
  padding-top: 22px;
}
.left-bar li ul li:last-child a,
.right-bar li ul li:last-child a,
.top-bar li ul li:last-child a,
.search-bar li ul li:last-child a {
  position: relative;
  font-weight: 800;
}
.left-bar li ul li:last-child a::before, .left-bar li ul li:last-child a::after,
.right-bar li ul li:last-child a::before,
.right-bar li ul li:last-child a::after,
.top-bar li ul li:last-child a::before,
.top-bar li ul li:last-child a::after,
.search-bar li ul li:last-child a::before,
.search-bar li ul li:last-child a::after {
  content: "";
  position: absolute !important;
  display: block !important;
  right: 0 !important;
  bottom: -4px !important;
  width: 100% !important;
  height: 1px !important;
  background: none !important;
  background-color: #FFF !important;
  transform: none !important;
}
.left-bar li ul li:last-child a::after,
.right-bar li ul li:last-child a::after,
.top-bar li ul li:last-child a::after,
.search-bar li ul li:last-child a::after {
  content: "+" !important;
  width: 16px !important;
  height: 16px !important;
  right: -24px !important;
  top: 50% !important;
  margin-top: -8px !important;
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  opacity: 0.7 !important;
}
.left-bar .social-media,
.right-bar .social-media,
.top-bar .social-media,
.search-bar .social-media {
  padding-top: 56px;
}
.left-bar .social-media li,
.right-bar .social-media li,
.top-bar .social-media li,
.search-bar .social-media li {
  padding: 4px 0;
}
.left-bar .social-media li a,
.right-bar .social-media li a,
.top-bar .social-media li a,
.search-bar .social-media li a {
  font-size: 12px;
}
.left-bar .slogan,
.right-bar .slogan,
.top-bar .slogan,
.search-bar .slogan {
  font-size: 0.9vw;
  font-weight: 500;
  text-transform: none;
  width: 26.4vw;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -11.1vw;
  margin-top: -4.2vw;
  opacity: 1;
}
.left-bar .self,
.right-bar .self,
.top-bar .self,
.search-bar .self {
  position: relative;
  float: left;
  width: 100%;
  display: inline-block;
  padding-bottom: 24px;
  cursor: pointer;
}
.left-bar .self a,
.right-bar .self a,
.top-bar .self a,
.search-bar .self a {
  float: left;
  width: 100%;
  height: auto;
}
.left-bar .self span,
.right-bar .self span,
.top-bar .self span,
.search-bar .self span {
  position: absolute;
  left: 32px;
  top: 0;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #FFF;
  font-size: 10px;
  font-weight: 800;
  color: #E30613;
  text-align: center;
  line-height: 19px;
  border: 2px solid #E30613;
  z-index: 9;
}
.left-bar .self > a::after, .left-bar .self::after,
.right-bar .self > a::after,
.right-bar .self::after,
.top-bar .self > a::after,
.top-bar .self::after,
.search-bar .self > a::after,
.search-bar .self::after {
  content: "";
  float: none;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0px auto;
  border-radius: 100%;
  text-align: center;
  background-color: #E7D9E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 31px auto;
  transition: 0.4s;
}
.left-bar .self:hover::after, .left-bar .self.in::after,
.right-bar .self:hover::after,
.right-bar .self.in::after,
.top-bar .self:hover::after,
.top-bar .self.in::after,
.search-bar .self:hover::after,
.search-bar .self.in::after {
  background-color: #FFF;
}
.left-bar .self.in::after,
.right-bar .self.in::after,
.top-bar .self.in::after,
.search-bar .self.in::after {
  border: 1px solid #E30613;
}
.left-bar .self.cart,
.right-bar .self.cart,
.top-bar .self.cart,
.search-bar .self.cart {
  transition: 0.4s;
}
.left-bar .self.cart::before,
.right-bar .self.cart::before,
.top-bar .self.cart::before,
.search-bar .self.cart::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 175px;
  background: url("../images/icons/cart-menu-open-bg.png") no-repeat left top;
  position: absolute;
  left: -53px;
  top: -56px;
  opacity: 0;
  transition: 0.4s;
}
.left-bar .self.cart.in,
.right-bar .self.cart.in,
.top-bar .self.cart.in,
.search-bar .self.cart.in {
  margin-left: -80px;
}
.left-bar .self.cart.in::before,
.right-bar .self.cart.in::before,
.top-bar .self.cart.in::before,
.search-bar .self.cart.in::before {
  left: 80px;
  opacity: 1;
}
.left-bar .self.cart::after,
.right-bar .self.cart::after,
.top-bar .self.cart::after,
.search-bar .self.cart::after {
  background-color: #E30613;
  background-image: url("../images/icons/cart.svg");
}
.left-bar .self.profile::after,
.right-bar .self.profile::after,
.top-bar .self.profile::after,
.search-bar .self.profile::after {
  display: none;
}
.left-bar .self.profile > a::after,
.right-bar .self.profile > a::after,
.top-bar .self.profile > a::after,
.search-bar .self.profile > a::after {
  background-image: url("../images/icons/profile.svg");
}
.left-bar .self.profile > a:hover::after,
.right-bar .self.profile > a:hover::after,
.top-bar .self.profile > a:hover::after,
.search-bar .self.profile > a:hover::after {
  background-color: #FFF;
}
.left-bar .self.search::after,
.right-bar .self.search::after,
.top-bar .self.search::after,
.search-bar .self.search::after {
  background-image: url("../images/icons/search.svg");
}
.left-bar .self.whatsapp,
.right-bar .self.whatsapp,
.top-bar .self.whatsapp,
.search-bar .self.whatsapp {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  padding: 0;
}
.left-bar .self.whatsapp::after,
.right-bar .self.whatsapp::after,
.top-bar .self.whatsapp::after,
.search-bar .self.whatsapp::after {
  display: none;
}
.left-bar .self.whatsapp > a::after,
.right-bar .self.whatsapp > a::after,
.top-bar .self.whatsapp > a::after,
.search-bar .self.whatsapp > a::after {
  float: left;
  width: 100%;
  height: 120px;
  background-color: #E30613;
  background-image: url("../images/icons/whatsapp.svg");
  border-radius: 0;
  -webkit-border-top-left-radius: 65px;
  -webkit-border-top-right-radius: 65px;
  -moz-border-radius-topleft: 65px;
  -moz-border-radius-topright: 65px;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}
.left-bar .self.whatsapp > a:hover::after, .left-bar .self.whatsapp > a.active::after,
.right-bar .self.whatsapp > a:hover::after,
.right-bar .self.whatsapp > a.active::after,
.top-bar .self.whatsapp > a:hover::after,
.top-bar .self.whatsapp > a.active::after,
.search-bar .self.whatsapp > a:hover::after,
.search-bar .self.whatsapp > a.active::after {
  background-color: #1ebea5;
}

.top-bar {
  float: left;
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 2vw;
  left: 0px;
  top: 0;
  z-index: 99;
  background-color: #FFF;
  text-align: center;
}
.top-bar .container {
  padding: 0 11px;
}
.top-bar p {
  margin: 0;
}
body.top-bar-active > .top-bar {
  display: block;
}
.top-bar .previous, .top-bar .next {
  padding: 0;
}
.top-bar .previous::after, .top-bar .next::after {
  display: none !important;
}
.top-bar .previous {
  left: 0px !important;
}
.top-bar .previous::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #170305;
}
.top-bar .next {
  right: 0;
}
.top-bar .next::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #170305;
}

.navbar-toggle {
  position: relative;
  left: 0px;
  top: 0;
  float: left;
  display: inline-block !important;
  background-color: transparent !important;
  width: 2vw;
  height: 2vw;
  padding: 0px 0px !important;
  margin: 0px 1vw 0px 0px;
  transition: 0.4s;
  z-index: 13;
  border: 0px !important;
  border-radius: 0;
  display: block;
}
.navbar-toggle::after {
  display: none !important;
}
body.top-bar-active > .navbar-toggle {
  top: 40px;
}
.navbar-toggle span {
  margin: 1vw auto;
  position: relative;
  top: auto;
  pointer-events: none;
  z-index: 1;
}
.navbar-toggle span:before, .navbar-toggle span:after {
  position: absolute;
  content: "";
}
.navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
  width: 2vw;
  height: 0.2vw;
  border-radius: 2vw;
  display: block;
  background-color: #170305;
  transition: 0.4s;
}
.navbar-toggle span:before {
  margin-top: -0.9vw;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
}
.navbar-toggle span:after {
  margin-top: 0.9vw;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
}
.navbar-toggle:hover::after {
  display: none !important;
}
.navbar-toggle:hover span:before {
  margin-top: 0px;
}
.navbar-toggle:hover span:after {
  margin-top: 0px;
}
.navbar-toggle.in, .navbar-toggle[aria-expanded=true] {
  border: 0 !important;
}
.navbar-toggle.in div, .navbar-toggle[aria-expanded=true] div {
  z-index: 1;
}
.navbar-toggle.in div.closed, .navbar-toggle[aria-expanded=true] div.closed {
  z-index: 9;
}
.navbar-toggle.in span, .navbar-toggle[aria-expanded=true] span {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
  background-color: transparent;
}
.navbar-toggle.in span:before, .navbar-toggle[aria-expanded=true] span:before {
  width: 2vw;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.navbar-toggle.in span:after, .navbar-toggle[aria-expanded=true] span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.navbar-toggle.in span:before, .navbar-toggle.in span:after, .navbar-toggle[aria-expanded=true] span:before, .navbar-toggle[aria-expanded=true] span:after {
  background-color: #170305;
}

.message-button {
  display: none;
  position: fixed;
  z-index: 999;
  transition: 0.2s;
  text-align: left;
  background-color: transparent;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  padding: 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
  opacity: 1;
}
.menu::before, .menu::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: right;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  /*background-image: linear-gradient(to right, $primary-color, $secondary-color);*/
  background-color: #F6F7F9;
  padding-bottom: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  opacity: 0;
  transition: 0.4s;
  transition: 0.5s;
  transition-delay: 0s;
  height: 100%;
  padding: 0 0 0 4.2vw;
}
.menu::after {
  bottom: auto;
  height: 0%;
  background-color: #FFF;
  transition: 0.2s;
  transition-delay: 0.2s;
  left: 9vw;
  opacity: 1;
  padding: 0;
}
.menu .container {
  transition: 0.65s;
  padding: 8vw 0;
  opacity: 0;
  transform: translateY(-5%);
  transition-delay: 0.5s;
  z-index: 9;
}
.menu .sketch {
  transition: 0.65s;
  opacity: 0;
  transform: translateY(5%);
  transition-delay: 0.1s;
}
.menu li {
  float: left;
  width: 100%;
  line-height: normal;
  opacity: 0;
}
.menu li a {
  display: inline-block;
  font-size: 0.85vw;
  font-weight: bold;
  color: #170305;
  padding: 0.4vw 0;
}
.menu li a.active, .menu li a:hover {
  color: #170305;
}
.menu li ul {
  float: left;
  margin: 0;
  width: 100%;
  line-height: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 13px;
  -moz-column-count: 2;
  -moz-column-gap: 13px;
  column-count: 2;
  column-gap: 13px;
}
.menu li ul li {
  float: none;
  display: inline-block;
  /*padding-right: 24px;*/
}
.menu li ul li:last-child {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.menu li ul li:last-child a {
  text-decoration: underline;
}
.menu li ul li a, .menu li ul li.active a {
  float: left;
  text-transform: none;
  letter-spacing: normal;
}
.menu li ul li a::before, .menu li ul li.active a::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #170305;
  position: absolute;
  left: 0;
  bottom: 8px;
  transition: 0.2s;
}
.menu li ul li a:hover, .menu li ul li.active a:hover {
  padding: 0 0 5px 30px !important;
}
.menu li ul li a:hover::before, .menu li ul li.active a:hover::before {
  width: 24px;
}
.menu li.active ul {
  margin: 16px 0 24px 0;
}
.menu li.active ul li:last-child {
  margin-top: 24px;
}
.menu li .sub-menu {
  width: 100%;
  height: 0;
  transition: 0.2s;
  display: none;
  -webkit-animation-name: open_fade;
  -webkit-animation-duration: 0.8s;
  animation-name: open_fade;
  animation-duration: 0.8s;
}
.menu li .sub-menu a::after {
  display: none !important;
}
.menu li.active .sub-menu {
  display: inline-block;
  height: auto !important;
}
.menu.in {
  z-index: 12;
  background-size: 100% 100%;
  width: calc(100%);
  /*box-shadow: $boxShadow;*/
}
.menu.in::before {
  background-size: 100% 100%;
  opacity: 1;
  transition-delay: 0.1s;
}
.menu.in .sketch {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1s;
  z-index: 1;
}
.menu.in li {
  margin-left: 0%;
  opacity: 1;
}
.menu.in .container {
  opacity: 1;
  transition-delay: 0.65s;
  transform: translateY(0%);
}
.menu.burger-menu h4 {
  font-size: 0.9vw;
  margin-bottom: 2.2vw;
  color: #170305;
}
.menu.burger-menu a:hover h4 {
  color: #170305;
}
.menu.burger-menu h5 {
  font-size: 0.85vw;
  font-weight: bold;
  margin-bottom: 0.9vw;
}
.menu.burger-menu .col-2 a:hover h5 {
  color: #170305;
}
.menu.burger-menu .col-2 ul {
  float: left;
  width: 100%;
  margin-bottom: 2.4vw;
  padding: 0 0vw;
}
.menu.burger-menu .col-2 ul li a {
  font-size: 0.9vw !important;
  font-weight: normal !important;
  padding: 0;
}
.menu.burger-menu .row.bottom {
  position: absolute;
  bottom: 0vw;
  margin-top: 8vw;
  transition: 0.65s;
  opacity: 0;
  transform: translateY(15%);
  transition-delay: 0.5s;
  border-top: 1px solid #D9D9D9;
  width: 100%;
}
.menu.burger-menu .row.bottom .container {
  padding: 2vw 0;
}
.menu.burger-menu .sketch {
  background-image: url("../../images/02_00_burger_menu.svg");
}
.menu.burger-menu .btn {
  margin-left: 8px;
}
.menu.burger-menu.in .row.bottom {
  opacity: 1;
  transition-delay: 2s;
  transform: translateY(0%);
}
.menu.product-detail-modal .container {
  padding: 4vw 0px;
  width: calc(100% - 2vw);
  float: right;
}
.menu.product-detail-modal .container .sticky {
  transform: translateY(10%);
  opacity: 0;
  transition-delay: 0.3s;
}
.menu.product-detail-modal .container .sticky img {
  width: 100%;
  height: auto;
}
.menu.product-detail-modal .container .row {
  padding-bottom: 32px;
}
.menu.product-detail-modal .container .row h5 {
  margin-top: 3vw;
}
.menu.product-detail-modal .container .row a.border {
  font-size: 0.9vw;
}
.menu.product-detail-modal .container .row table {
  font-size: 0.9vw;
  font-weight: normal;
}
.menu.product-detail-modal .container .row table > tbody > tr > td, .menu.product-detail-modal .container .row table > tbody > tr > th, .menu.product-detail-modal .container .row table > tfoot > tr > td, .menu.product-detail-modal .container .row table > tfoot > tr > th, .menu.product-detail-modal .container .row table > thead > tr > td, .menu.product-detail-modal .container .row table > thead > tr > th {
  padding: 16px 8px;
  line-height: 150%;
  vertical-align: top;
  border-top: 1px solid #F6F7F9;
}
.menu.product-detail-modal .container .row table > tbody > tr > td[rowspan], .menu.product-detail-modal .container .row table > tbody > tr > th[rowspan], .menu.product-detail-modal .container .row table > tfoot > tr > td[rowspan], .menu.product-detail-modal .container .row table > tfoot > tr > th[rowspan], .menu.product-detail-modal .container .row table > thead > tr > td[rowspan], .menu.product-detail-modal .container .row table > thead > tr > th[rowspan] {
  background-color: #FFF;
}
.menu.product-detail-modal .container .row table tr {
  background-color: #FFF;
}
.menu.product-detail-modal .container .row table tr:nth-child(2n+0) {
  background-color: #E7D9E9;
}
.menu.product-detail-modal .container .row table tr:first-child td {
  border-top: 0;
  font-weight: 900;
}
.menu.product-detail-modal .container .row .grid p {
  opacity: 1;
}
.menu.product-detail-modal.in .sticky {
  transition-delay: 2s;
  transform: translateY(0%);
  opacity: 1;
}
.menu.product-detail-modal.in::after {
  bottom: auto;
  height: 100%;
  opacity: 1;
  transition: 1s;
  transition-delay: 0.65s;
}

.carousel,
.carousel-indicators,
.carousel-control,
.carousel-caption,
.carousel-progress-bar {
  display: none;
  margin: 0;
}

.carousel {
  float: left;
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-inner {
  border-radius: 0.9vw;
}
.carousel .carousel-inner .carousel-item {
  min-height: 31.5vw;
  max-height: 31.5vw;
  align-items: center;
}
.carousel .carousel-inner .carousel-item.active {
  display: flex;
}
.carousel .carousel-inner .carousel-item .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #170305;
  display: inline-block;
}
.carousel .carousel-inner .carousel-item .image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-inner .carousel-item .image img {
  width: 100% !important;
  min-width: 100% !important;
  height: auto;
  opacity: 0.6;
}
.carousel .carousel-inner .carousel-item .mobile {
  display: none;
  background-color: #170305;
  max-height: 710px;
  overflow: hidden;
  position: relative;
}
.carousel .carousel-inner .carousel-item .mobile img {
  width: auto;
  height: 100%;
  opacity: 1;
}
.carousel .carousel-inner .carousel-item .video-box {
  float: left;
  width: 100%;
  background: #0454a2;
  background: linear-gradient(90deg, #09b3ba 0%, #04233e 100%);
  box-shadow: inset -2vw 0vw 50vw #000;
}
.carousel .carousel-inner .carousel-item .video-box video {
  float: left;
  opacity: 1;
  mix-blend-mode: screen;
}
.carousel .indicators {
  display: block;
  width: auto;
  position: absolute;
  left: 7.5%;
  bottom: 40px;
  width: auto;
  z-index: 1;
}
.carousel .indicators .flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9;
  width: 65px;
  transition: 0.2s;
  transform: translate(-33px, -35.5px);
  margin: 0px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}
.carousel .indicators .flex-wrapper[data-active=false] {
  opacity: 0;
}
.carousel .indicators .flex-wrapper .single-chart {
  width: 100%;
  justify-content: space-around;
}
.carousel .indicators .flex-wrapper .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}
.carousel .indicators .flex-wrapper .circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 4;
}
.carousel .indicators .flex-wrapper .circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  stroke: #170305;
}
.carousel .indicators .flex-wrapper .percentage {
  fill: #170305;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.carousel .indicators .carousel-control {
  display: inline-block;
  position: relative;
  float: left;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 100%;
  background-size: 40% auto;
  opacity: 1;
  z-index: 9;
  cursor: pointer;
  padding: 0px 0px;
  transition: 0.4s;
  transform: rotate(0deg) !important;
  box-shadow: none;
}
.carousel .indicators .carousel-control.left {
  transform: rotate(-180deg) !important;
}
.carousel .indicators .carousel-control:hover {
  display: inline-block;
}
.carousel .carousel-indicators {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  padding: 2vw 1vw;
}
.carousel .carousel-indicators button {
  float: left;
  padding: 0 1vw;
  width: calc((100% / 5) - 2vw);
  height: auto;
  border: 0;
  background-color: transparent !important;
  opacity: 1;
  margin: 0 0 0 0;
  z-index: 9;
  border-radius: 0;
  position: relative;
  color: #FFF;
  text-indent: 0px;
  font-size: 0.9vw;
}
.carousel .carousel-indicators button::before {
  content: "";
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 100%;
  background-color: #FFF;
  opacity: 0.3;
  margin: 0 0 64px 0;
  z-index: 9;
  display: none;
}
.carousel .carousel-indicators button.active {
  opacity: 0.4;
}
.carousel .carousel-indicators::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #170305;
  z-index: 1;
  display: none;
}
.carousel .carousel-caption {
  left: 2vw;
  top: 3vw;
  right: 35vw;
  bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: left;
  text-align: left;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.carousel .carousel-caption .col-5, .carousel .carousel-caption .col-12 {
  padding: 0;
}
.carousel .carousel-caption * {
  text-shadow: none;
  color: #FFF;
  border-color: #FFF;
}
.carousel .carousel-caption h1 {
  width: 100%;
  margin-bottom: 3vw;
  font-size: 2.2vw;
  line-height: 140%;
  font-weight: 800;
}
.carousel .carousel-caption author {
  margin-top: -0.2vw;
  margin-right: 3vw;
}
.carousel .carousel-caption .btn {
  margin-bottom: 16px;
}
.carousel .carousel-caption p {
  font-size: 0.9vw;
  color: #FFF;
  opacity: 0.7;
}
.carousel .video .col-12 {
  padding: 0 !important;
}
.carousel .active .carousel-caption {
  top: 2vw;
  opacity: 1;
}

.card-link {
  position: relative;
  right: -1px;
  bottom: auto;
  display: inline-block;
  width: calc(100% - 1px);
  height: auto;
  z-index: 9;
  cursor: pointer;
}
.card-link .thumb {
  float: left;
  width: 13vw;
  height: 8vw;
  position: relative;
  overflow: hidden;
}
.card-link .thumb img {
  width: auto;
  height: 100%;
}
.card-link span {
  float: right;
  width: calc(100% - 13vw);
  height: 8vw;
  padding: 0.9vw 1vw;
  font-size: 1vw;
  font-weight: 900;
  line-height: 150%;
  text-align: left;
  position: relative;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.card-link span tag {
  position: absolute;
  right: 0;
  bottom: 0;
  letter-spacing: normal !important;
}
.card-link a {
  display: inline-block;
  width: 100%;
  height: auto;
  z-index: 9;
  cursor: pointer;
  background-color: #E7D9E9;
  border-radius: 0px;
  overflow: hidden;
  transition: 0.2s;
}
.card-link a:hover {
  color: #170305;
  background-color: #F6F7F9;
}

.gallery {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gallery .owl-carousel .owl-item .item {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1 !important;
}
.gallery img {
  float: left;
  width: 100% !important;
  height: auto;
}
.gallery .owl-carousel .owl-item {
  overflow: hidden;
}
.gallery .owl-stage-outer {
  z-index: 8;
}
.gallery .owl-nav {
  /*display: none;*/
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  z-index: 1;
  text-align: center;
}
.gallery .owl-nav button {
  position: absolute;
  left: -88px;
  top: 50%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40% auto;
  width: 48px;
  height: 48px;
  border: 0;
  margin: 0 30px !important;
  border-radius: 100%;
  transform: rotate(180deg);
  cursor: none;
}
.gallery .owl-nav button.owl-next {
  transform: rotate(0deg);
  left: auto;
  right: -88px;
}
.gallery .owl-dots {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.gallery .owl-dots.disabled {
  display: none !important;
}
.gallery .owl-dots {
  /*display: none;*/
  opacity: 0;
  z-index: -9999;
}
.gallery .owl-dots button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  box-shadow: none;
  border: 2px solid #D9D9D9;
  background-color: transparent;
  padding: 0;
  margin: 0 0 0 32px;
}
.gallery .owl-dots button.active {
  background-color: #ad4e59;
  border-color: #ad4e59;
}

.total-item {
  font-size: 10px;
}

.vertical-scroll {
  overflow-y: scroll;
  padding-left: calc(10% + 24px);
}
.vertical-scroll .scroll-container {
  white-space: nowrap;
  margin-right: calc(2%);
  width: max-content;
}

.downloads {
  display: none;
}

.downloads {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 56px;
}
.downloads li, .downloads li a {
  float: left;
  width: 100%;
  height: 48px;
  position: relative;
  line-height: 48px;
  font-weight: 700;
  cursor: pointer;
}
.downloads li::before, .downloads li::after, .downloads li a::before, .downloads li a::after {
  content: "";
  position: absolute;
  float: left;
  display: inline-block;
  width: 48px;
  height: 46px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.2s;
}
.downloads li {
  margin-bottom: 8px;
}
.downloads li a {
  padding: 0 56px 0 64px;
  border: 1px solid #D9D9D9;
}
.downloads li a:hover {
  background-color: #E30613;
  color: #FFF !important;
}
.downloads.pdf li::before, .downloads.pdf li a::before {
  background-color: #170305;
  background-image: url("../images/icons/pdf.png");
}
.downloads.pdf li::after, .downloads.pdf li a::after {
  position: absolute;
  left: auto;
  right: 0;
  background-image: url("../images/icons/download.png");
}
.downloads.pdf li:hover::before, .downloads.pdf li a:hover::before {
  background-color: #b1050f;
}

.discovery {
  position: absolute;
  right: 10%;
  bottom: 80px;
  transform: rotate(-90deg);
  opacity: 1;
  transition: 0.4s;
  z-index: 9;
}
.discovery::before {
  content: "";
  position: absolute;
  right: 120%;
  top: calc(50% - 2px);
  width: 120px;
  height: 4px;
  background-color: #170305;
}
.discovery.closed {
  opacity: 0;
}

.breadcrumb {
  padding: 0vw 0vw 1vw 0vw;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  z-index: 10 !important;
  border-radius: 0;
}
.breadcrumb nav {
  float: left;
  width: 100%;
}
.breadcrumb nav .breadcrumb {
  float: left;
  background-color: transparent;
  padding: 0px !important;
  margin-bottom: 0px;
  border-radius: 0px;
  position: relative;
}
.breadcrumb nav > li, .breadcrumb nav > span[property=itemListElement] {
  float: left;
  display: inline-block;
  position: relative;
  line-height: normal;
  padding: 0 !important;
  font-size: 0.9vw;
  text-transform: none;
}
.breadcrumb nav > li a, .breadcrumb nav > li.active, .breadcrumb nav > span[property=itemListElement] a, .breadcrumb nav > span[property=itemListElement].active {
  float: left;
  display: inline-block;
  font-size: 0.9vw;
  font-weight: normal;
  color: #170305;
  padding: 0px;
  line-height: normal;
  text-decoration: none;
  text-transform: none;
}
.breadcrumb nav > li a:hover, .breadcrumb nav > li.active:hover, .breadcrumb nav > span[property=itemListElement] a:hover, .breadcrumb nav > span[property=itemListElement].active:hover {
  color: #170305 !important;
}
.breadcrumb nav > li.navigation .navigation-wrapper, .breadcrumb nav > span[property=itemListElement].navigation .navigation-wrapper {
  display: inline-block;
}
.breadcrumb nav > li.navigation .navigation-wrapper .page-navigation a, .breadcrumb nav > span[property=itemListElement].navigation .navigation-wrapper .page-navigation a {
  padding: 0px 0;
  line-height: 200%;
}
.breadcrumb nav > li.navigation:hover .page-navigation, .breadcrumb nav > span[property=itemListElement].navigation:hover .page-navigation {
  display: block;
  top: -5px;
  box-shadow: -12px 12px 20px 5px rgba(0, 0, 0, 0.1);
}
.breadcrumb nav > li.active, .breadcrumb nav > span[property=itemListElement].active {
  color: #D9D9D9 !important;
  font-size: 0.9vw;
  line-height: 2vw;
  font-weight: normal;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb nav > li.active:hover, .breadcrumb nav > span[property=itemListElement].active:hover {
  color: #170305 !important;
}
.breadcrumb nav > li + li:before {
  padding: 0 16px;
  color: #E30613;
}
.breadcrumb nav .caret-right::before {
  content: "/";
  display: inline-block;
  position: relative;
  font-size: 0.9vw;
  top: 0.06vw;
  float: left;
  padding: 0 1vw;
}
.breadcrumb nav .share a {
  float: left;
  position: relative;
  font-size: 0.9vw;
  line-height: 2vw;
  color: #170305;
}
.breadcrumb nav .share a::before {
  content: "";
  position: absolute;
  float: left;
  width: 0.9vw;
  height: 0.9vw;
  background: url("../images/icons/Share.svg") no-repeat left top;
  background-size: 100% auto;
  left: -1vw;
  top: 50%;
  margin-top: -0.3vw;
  transition: 0.2s;
}
.breadcrumb nav .share a:hover {
  color: #170305;
}
.breadcrumb nav .share a:hover::before {
  filter: invert(3%) sepia(34%) saturate(2877%) hue-rotate(323deg) brightness(108%) contrast(103%);
}
.breadcrumb nav .section-name {
  position: relative;
  font-size: 0.4vw;
  font-weight: 600;
  line-height: 2vw;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0 16px;
  z-index: 8;
  color: #170305;
}
.breadcrumb nav .section-name::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.2vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  transform: rotate(90deg);
  width: 1vw;
  height: 0.4vw;
  top: 0.06vw;
}
.breadcrumb nav .section-name span {
  position: relative;
  z-index: 9;
}

.preloader {
  display: none;
  background: linear-gradient(270deg, #00c9a7, #d45cb0);
  background-size: 400% 400%;
  -webkit-animation: PreloaderAnimation 8s ease infinite;
  -moz-animation: PreloaderAnimation 8s ease infinite;
  animation: PreloaderAnimation 8s ease infinite;
}

table {
  width: 100% !important;
  max-width: 100% !important;
}
table tr {
  position: relative;
}
table tr:hover {
  box-shadow: none !important;
  color: #E30613;
}
table tr th, table tr td {
  padding: 0.9vw 0vw;
  border-top: 0px solid #E7D9E9;
  border-bottom: 0px solid #E7D9E9;
  background-color: #F6F7F9;
  font-size: 0.9vw;
  position: relative;
}
table tr th {
  font-weight: bold;
  background-color: #170305;
  color: #F6F7F9 !important;
}
table tr th:first-child {
  border: 0;
  background-color: transparent;
}
table tr td:first-child {
  font-weight: 600;
}
table tr:first-child th, table tr:first-child td {
  border-top: 0;
}
table tr:last-child th, table tr:last-child td {
  border-bottom: 0;
}

.documents a {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 8vw 6vw 8vw 12vw;
  text-align: left;
}
.documents a::before, .documents a::after {
  content: "";
  border: 0px solid #E30613;
  font-size: 2.2vw;
  font-weight: normal;
  letter-spacing: normal;
  color: #E30613;
  line-height: 4vw;
  width: 5vw;
  height: 4vw;
  position: absolute;
  left: 5vw;
  top: 50%;
  margin-top: -2vw;
  text-align: center;
  padding: 0;
  transition: 0.2s;
}
.documents a::after {
  border: 0;
  width: calc(4vw - 1.4vw);
  height: 1px;
  left: 0.85vw;
  top: 50%;
  margin-top: 1vw;
  padding-top: 0px;
  background-color: #170305;
  display: none;
}
.documents a.pdf::before {
  content: "PDF";
}
.documents a.jpg::before {
  content: "JPG";
}
.documents a.mp4::before {
  content: "MP4";
}
.documents a.ai::before {
  content: "AI";
}
.documents a sup {
  opacity: 0.3;
}
.documents a:hover {
  color: #170305;
}
.documents a:hover::before {
  color: #170305;
}
.documents a:hover::after {
  width: 0;
  background-color: #FFF;
}
.documents ul li {
  float: left;
  width: 100%;
  padding: 1.4vw 0;
}

.spacer {
  float: left;
  width: 100%;
}
.spacer.s0 {
  height: 10vw;
}
.spacer.s0_0 {
  height: 1vw;
}
.spacer.s0_1 {
  height: 3vw;
}
.spacer.s0_2 {
  height: 6vw;
}
.spacer.s1 {
  height: 10vh;
}
.spacer.s2 {
  height: 30vw;
}
.spacer.s5 {
  height: 50vh;
}

.sticky {
  position: sticky;
  top: 1.6vw;
}
.sticky h3 {
  margin: 0;
}

.seperator {
  float: left;
  position: relative;
}
.seperator.row {
  width: 100%;
}
.seperator.top {
  border-top: 1px solid #170305;
}
.seperator.bottom {
  border-bottom: 1px solid #170305;
}
.seperator.vertical::before {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}
.seperator.vertical.sp-left::before {
  right: auto;
  left: 0;
}

.grid {
  display: grid;
  grid-auto-flow: dense;
  gap: 11px 11px;
  transform-origin: top;
  align-items: baseline;
}
.grid.g1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.g4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.g5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.g6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid.g12 {
  grid-template-columns: repeat(12, 1fr);
}
.grid .g--1 {
  grid-column-end: span 4;
}

.count-list .count {
  font-size: 0.9vw;
  font-weight: normal;
  line-height: 2.4vw;
  padding-bottom: 3vw;
  padding-top: 1vw;
}
.count-list .count span, .count-list .count em {
  display: inline-block;
  font-weight: normal;
  font-size: 5vw;
  font-style: normal;
}

@media (max-width: 1024px) {
  .count-list {
    padding: 24px 0;
  }
  .count-list .count {
    font-size: 9px;
    line-height: normal;
  }
  .count-list .count span, .count-list .count em {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .count-list {
    padding: 24px 0;
  }
  .count-list .count {
    font-size: 9px;
    line-height: normal;
  }
  .count-list .count span, .count-list .count em {
    font-size: 32px;
  }
}
#follower {
  display: none !important;
}

.nav-tabs {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li a {
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  line-height: 1.42857143;
  font-size: 0.9vw;
  font-weight: 600;
  color: #170305 !important;
  transition: 0s !important;
  text-decoration: none !important;
}
.nav-tabs > li > a:active, .nav-tabs > li > a:visited, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  color: #E30613 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #170305 !important;
  cursor: default;
  background-color: transparent;
  border-bottom: 1px solid #170305 !important;
  border-radius: 0 !important;
}

.tab-content {
  padding-top: 1vw;
}

.tab-pane {
  width: 100%;
}

.boxes {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: transparent;
  opacity: 1;
}
.boxes.image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 0.9vw;
}
.boxes.image a, .boxes.image img {
  width: 100%;
  height: auto;
}
.boxes.image.responsive {
  display: none;
}
.boxes.video {
  transition: 0.4s;
  transition-timing-function: ease-out;
  transition-delay: 0.1s;
}
.boxes.video a {
  float: left;
  width: 100%;
}
.boxes.video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 4% auto;
  z-index: 9;
}
.boxes.video img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.boxes.video.bg-b {
  background-color: #170305;
}
.boxes.video.bg-b img, .boxes.video.bg-b video {
  opacity: 0.5;
}

.countdown-timer {
  float: left;
  width: 100%;
}
.countdown-timer .item {
  float: left;
  width: auto !important;
  height: auto;
  font-size: 0.9vw !important;
  position: relative;
  padding: 0 0.3vw;
  line-height: 1.2vw;
}
.countdown-timer .item span {
  display: inline-block;
  width: 100%;
  font-size: 2vw;
  font-weight: 500;
}
.countdown-timer .item::before {
  content: ":";
  position: absolute;
  left: -1.2vw;
  top: -0.08vw;
  font-size: 1.6vw;
}
.countdown-timer .item:first-child {
  padding-left: 0;
}
.countdown-timer .item:first-child::before {
  display: none;
}

.type-card {
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: 1vw;
  counter-increment: carousel-cell;
  padding: 0.9vw;
  transition: 0.2s;
  min-height: 7.2vw;
  border-radius: 0.9vw;
  display: flex;
  overflow: hidden;
  position: relative;
}
.type-card a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.type-card .image {
  width: 6vw;
  height: 6vw;
  margin-right: 0.9vw;
  border-radius: 0.3vw;
}
.type-card .image img {
  width: auto;
  height: 100%;
}
.type-card .details {
  position: absolute;
  left: 6.4vw;
  top: 0vw;
  display: inline-block;
  width: calc(100% - 6.8vw);
  height: 100%;
  z-index: 9;
}
.type-card .details h3 {
  font-size: 0.9vw;
  color: #170305;
  font-weight: 600;
}
.type-card .details tag, .type-card .details .kicker {
  position: absolute;
  left: 0;
  bottom: 0;
}
.type-card .details date, .type-card .details .date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.type-card .details p {
  color: #170305;
  font-size: 0.9vw;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.type-card .details p strong {
  font-weight: 700;
}
.type-card:hover {
  box-shadow: 0px 0px 22px rgba(26, 23, 27, 0.02), 4px 4px 12px rgba(0, 0, 0, 0.07);
}

.carousel {
  overflow: visible !important;
  width: calc(100% + 64px + 0.4vw);
  min-height: 6vw;
}
.carousel .type-card {
  margin-right: 0.9vw;
}
.carousel .flickity-viewport, .carousel .flickity-enabled.is-draggable .flickity-viewport {
  width: calc(100% + 64px + 0.4vw);
}
.carousel .flickity-button {
  width: 1.6vw;
  height: 1.6vw;
  left: calc((8.33333333% + 0.9vw) * -1);
  right: auto;
  top: auto;
  bottom: 0;
  background: transparent;
  border: 1px solid #170305;
  margin: 0;
  padding: 0;
  transform: translateY(0%);
}
.carousel .flickity-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../images/icons/arrow.svg") no-repeat center center;
  background-size: 50% auto;
  filter: #170305;
  transform: rotate(-180deg);
}
.carousel .flickity-button.next {
  left: calc(((8.33333333% + 0.9vw) * -1) + 1.9vw);
}
.carousel .flickity-button.next::before {
  transform: rotate(0deg);
}
.carousel .flickity-button svg {
  display: none;
}
.carousel .flickity-page-dots {
  width: auto;
  bottom: 1vw;
  text-align: center;
  line-height: 0;
  left: 0vw;
  right: 0vw;
}
.carousel .flickity-page-dots .dot {
  width: 0.9vw;
  height: 0.9vw;
  margin: 0 0.2vw;
  background: #E30613;
}
.carousel:hover .flickity-button {
  display: block;
}
*[item-type=xsmall-fi] .type-card {
  min-height: 20vw;
  max-height: 20vw;
  padding: 0vw;
}
*[item-type=xsmall-fi] > * {
  color: #FFF !important;
  border-color: #FFF;
}
*[item-type=xsmall-fi] > * a, *[item-type=xsmall-fi] > * a > * {
  color: #FFF !important;
}
*[item-type=xsmall-fi] h2 {
  position: absolute;
  left: 2vw;
  top: 2vw;
  z-index: 9;
}
*[item-type=xsmall-fi] h2 a {
  color: #FFF !important;
}
*[item-type=xsmall-fi] .image {
  width: 100%;
  height: 100%;
  margin: 0vw;
  border-radius: 0;
  background-color: #170305;
}
*[item-type=xsmall-fi] .image img {
  width: auto;
  height: 120%;
  opacity: 0.6;
}
*[item-type=xsmall-fi] .details {
  left: 0vw;
  bottom: 0vw;
  top: auto;
  width: calc(100% - 0vw);
  height: auto;
  padding: 2vw;
}
*[item-type=xsmall-fi] .details > *, *[item-type=xsmall-fi] .details .bottom > * {
  color: #FFF !important;
  border-color: #FFF !important;
}
*[item-type=xsmall-fi] .details .bottom {
  position: relative;
  display: inline-block;
  left: 0;
  bottom: 0vw;
  padding: 1vw 0vw 0vw 0vw;
  width: 100%;
}
*[item-type=xsmall-fi] .details .bottom > * {
  left: auto;
  bottom: auto;
  position: relative;
}
*[item-type=xsmall-fi] .details h3 {
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
}
*[item-type=xsmall-fi] .details tag {
  left: 0.9vw;
}

*[item-type=xsmall] .type-card {
  width: calc(22% + 0.4vw);
}
*[item-type=xsmall] .type-card .details {
  left: 0;
  width: 100%;
}
*[item-type=xsmall] .type-card .details h3 {
  font-size: 0.9vw;
}
*[item-type=xsmall] .type-card .details p {
  display: none;
}

*[item-type=small] .type-card {
  width: 22%;
}
*[item-type=small] .type-card .details {
  left: 0;
  width: 100%;
}
*[item-type=small] .type-card .details h3 {
  font-size: 0.9vw;
}
*[item-type=small] .type-card .details p {
  font-size: 0.9vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

*[item-type=long] .type-card {
  width: calc(((100vw / 4)));
  min-height: 32vw;
  padding: 0vw;
  margin: 0 0.4vw 0.4vw 0;
}
*[item-type=long] .type-card .image {
  width: 100%;
  height: 14vw;
  margin-bottom: 0.4vw;
  border-radius: 0;
}
*[item-type=long] .type-card .image img {
  width: auto;
  height: 120%;
}
*[item-type=long] .type-card .details {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 18vw;
  padding: 1.2vw;
}
*[item-type=long] .type-card .details h3 {
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
}
*[item-type=long] .type-card .details tag {
  left: 1.2vw;
  bottom: 1.2vw;
}
*[item-type=long] .type-card .details date {
  right: 1.2vw;
  bottom: 1.2vw;
}

*[item-type=weight] .type-card {
  width: 100%;
  min-height: inherit;
  padding: 0vw;
}
*[item-type=weight] .type-card iframe {
  width: 100%;
}

*[item-type=long-semi] {
  height: 20vw;
}
*[item-type=long-semi] .category-item {
  min-height: 14vw;
  max-height: 14vw;
  overflow: hidden;
}
*[item-type=long-semi] .category-item .row {
  position: absolute;
  z-index: 9;
}
*[item-type=long-semi] .category-item .row .col-6 {
  padding: 0 1.6vw;
}
*[item-type=long-semi] .category-item .row .col-12 {
  padding: 0 2vw;
}
*[item-type=long-semi] .category-item .row p, *[item-type=long-semi] .category-item .row a {
  display: none;
}
*[item-type=long-semi] .category-item .row .icon {
  position: relative;
  width: 4vw;
  left: -0.4vw;
  top: 0.4vw;
}
*[item-type=long-semi] .category-item .row .product-name {
  display: inline-block;
  width: 100%;
  font-size: 0.9vw;
  font-weight: 600;
  margin-top: 6vw;
}
*[item-type=long-semi] .category-item .image {
  position: relative;
  z-index: 1;
  display: none;
}
*[item-type=long-semi] .category-item .icon {
  filter: invert(3%) sepia(34%) saturate(2877%) hue-rotate(323deg) brightness(108%) contrast(103%);
}
*[item-type=long-semi] .category-item.is-selected {
  min-height: 20vw;
  padding: 0 !important;
}
*[item-type=long-semi] .category-item.is-selected .row {
  padding: 0 0 0 0 !important;
}
*[item-type=long-semi] .category-item.is-selected .row p, *[item-type=long-semi] .category-item.is-selected .row a {
  display: inline-block;
}
*[item-type=long-semi] .category-item.is-selected .row .icon {
  width: 6vw;
  left: -0.9vw;
  top: 1vw;
  display: none;
}
*[item-type=long-semi] .category-item.is-selected .row .product-name {
  font-size: 1.2vw;
  margin-top: 2vw;
  color: #170305;
}
*[item-type=long-semi] .category-item.is-selected .image {
  float: right;
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: end;
  justify-content: right;
  position: absolute;
  bottom: 0;
}
*[item-type=long-semi] .category-item.is-selected .image img {
  float: right;
  width: auto;
  min-height: 0vw;
  max-height: none;
  height: 15vh;
}
*[item-type=long-semi] .category-item:hover {
  box-shadow: none !important;
}
*[item-type=long-semi] .flickity-button {
  display: block !important;
  bottom: 0 !important;
  top: auto !important;
  left: calc(100% - 3vw);
  transform: none;
  background: none !important;
  width: 1.4vw !important;
  height: 1.4vw !important;
}
*[item-type=long-semi] .flickity-button svg path {
  fill: #170305 !important;
}
*[item-type=long-semi] .flickity-button.next {
  left: calc(100% - 1.4vw);
}

*[item-type=carousel] {
  background: #222;
}
*[item-type=carousel] .carousel-cell {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}
*[item-type=carousel] .carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
*[item-type=carousel] .carousel-cell-image {
  display: block;
  max-height: 100%;
}

*[item-type=half-fi] .flickity-viewport, *[item-type=half-fi] .flickity-enabled.is-draggable .flickity-viewport {
  overflow: visible !important;
}
*[item-type=half-fi] .type-card {
  width: calc(50% - 0.4vw);
  max-height: 31vw;
  min-height: 31vw;
  padding: 0vw;
}
*[item-type=half-fi] > * {
  color: #FFF !important;
  border-color: #FFF;
}
*[item-type=half-fi] > * a, *[item-type=half-fi] > * a > * {
  color: #FFF !important;
}
*[item-type=half-fi] h3 {
  position: absolute;
  left: 2vw;
  top: 2vw;
  font-size: 0.9vw;
  z-index: 9;
  text-transform: uppercase;
}
*[item-type=half-fi] h3 a {
  font-size: 0.9vw;
}
*[item-type=half-fi] h4 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 2vw;
}
*[item-type=half-fi] .image {
  width: 100%;
  height: 100%;
  margin: 0vw;
  border-radius: 0;
  background-color: #170305;
}
*[item-type=half-fi] .image img {
  width: auto;
  height: 110%;
  opacity: 0.6;
}
*[item-type=half-fi] .details {
  left: 0vw;
  bottom: 0vw;
  top: auto;
  width: calc(100% - 0vw);
  height: auto;
  padding: 2vw;
}
*[item-type=half-fi] .details > *, *[item-type=half-fi] .details .bottom > * {
  color: #FFF !important;
  border-color: #FFF !important;
}
*[item-type=half-fi] .details .bottom {
  position: relative;
  display: inline-block;
  left: 0;
  bottom: 0vw;
  padding: 1vw 0vw 0vw 0vw;
  width: 100%;
}
*[item-type=half-fi] .details .bottom > * {
  left: auto;
  bottom: auto;
  position: relative;
}
*[item-type=half-fi] .details h3 {
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
  position: relative;
  left: auto;
  top: auto;
}
*[item-type=half-fi] .details tag {
  left: 0.9vw;
}
*[item-type=half-fi] .details p {
  overflow: visible;
}

*[item-type=quarters-fi] .flickity-viewport, *[item-type=quarters-fi] .flickity-enabled.is-draggable .flickity-viewport {
  overflow: visible !important;
}
*[item-type=quarters-fi] .type-card {
  width: calc(33.333333333333333% - 0.4vw);
  max-height: 31vw;
  min-height: 31vw;
  padding: 0vw;
}
*[item-type=quarters-fi] > * {
  color: #FFF !important;
  border-color: #FFF;
}
*[item-type=quarters-fi] > * a, *[item-type=quarters-fi] > * a > * {
  color: #FFF !important;
}
*[item-type=quarters-fi] h2 {
  position: absolute;
  left: 2vw;
  top: 2vw;
  font-size: 0.9vw;
  z-index: 9;
}
*[item-type=quarters-fi] h3 {
  font-size: 2vw;
  margin-bottom: 2vw;
}
*[item-type=quarters-fi] .image {
  width: 100%;
  height: 33vw;
  margin: 0vw;
  border-radius: 0;
  background-color: #170305;
}
*[item-type=quarters-fi] .image img {
  width: auto;
  height: 100%;
  opacity: 0.6;
}
*[item-type=quarters-fi] .details {
  left: 0vw;
  bottom: 0vw;
  top: auto;
  width: calc(100% - 0vw);
  height: auto;
  padding: 2vw;
}
*[item-type=quarters-fi] .details > *, *[item-type=quarters-fi] .details .bottom > * {
  color: #FFF !important;
  border-color: #FFF !important;
}
*[item-type=quarters-fi] .details h3 {
  font-size: 1.2vw;
  margin-bottom: 2vw;
}
*[item-type=quarters-fi] .details tag, *[item-type=quarters-fi] .details date {
  position: relative;
}
*[item-type=quarters-fi] .details date {
  padding-left: 0.9vw;
  padding-right: 0.9vw;
}

*[item-type=small-events] .type-card {
  width: 25%;
}
*[item-type=small-events] .type-card .details {
  left: 0;
  width: 100%;
}
*[item-type=small-events] .type-card .details date {
  position: relative;
  width: 100% !important;
  margin: 0 0 0.4vw 0;
  padding: 0;
  color: #170305;
  font-weight: 700;
  text-transform: uppercase;
}
*[item-type=small-events] .type-card .details speaker {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
*[item-type=small-events] .type-card .details tag {
  background-color: #E30613;
  border-color: #E30613;
  color: #FFF;
}
*[item-type=small-events] .type-card .details h3 {
  font-size: 0.9vw;
}
*[item-type=small-events] .type-card .details p {
  font-size: 0.9vw;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

*[item-type=normal] .type-card {
  padding: 0;
}
*[item-type=normal] .type-card .image {
  border-radius: 0;
  width: 7.2vw;
  height: 7.2vw;
}
*[item-type=normal] .type-card .image img {
  width: auto;
  height: 100%;
}
*[item-type=normal] .type-card .details {
  left: 7.2vw;
  width: calc(100% - 7.2vw);
  padding: 0.9vw;
}
*[item-type=normal] .type-card tag {
  left: 0.9vw;
  bottom: 0.9vw;
}
*[item-type=normal] .type-card date {
  bottom: 0.9vw;
  right: 0.9vw;
}

*[list-type=grid-list] .type-card {
  width: calc(25% - 0.9vw);
  margin: 0 0.4vw 0.9vw 0.4vw;
}

*[list-type=no-image] .type-card {
  margin: 0 0 0.4vw 0;
  min-height: 6vw !important;
}
*[list-type=no-image] .type-card .details {
  width: 100%;
  left: 0;
}
*[list-type=no-image] .type-card .details a {
  text-decoration: none !important;
  line-height: normal;
  color: #170305 !important;
}

*[item-type=gallery]::after {
  display: none !important;
}
*[item-type=gallery] .image {
  max-height: 31vw;
  min-height: 31vw;
}
*[item-type=gallery] .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 1;
}

*[item-type=magazine] .type-card {
  padding: 0vw;
  margin: 0 0.4vw 0.4vw 0;
  flex-direction: column;
}
*[item-type=magazine] .type-card .image {
  display: inline-block;
  width: 100%;
  height: 18vw;
  border-radius: 0;
  padding: 2vw 2vw 1vw 2vw;
}
*[item-type=magazine] .type-card .image img {
  width: auto;
  height: 100%;
}
*[item-type=magazine] .type-card .details {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  height: 10vw;
  padding: 0.9vw;
  display: inline-block;
}
*[item-type=magazine] .type-card .details h2 {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 0.3vw;
}
*[item-type=magazine] .type-card .details h3 {
  font-size: 1.2vw;
  margin-bottom: 0.3vw;
}
*[item-type=magazine] .type-card .bottom {
  border-top: 1px solid #F6F7F9;
}
*[item-type=magazine] .type-card .bottom a {
  width: 100%;
  position: relative;
  font-size: 0.9vw;
  color: #170305;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 0;
  text-decoration: none;
}
*[item-type=magazine] .type-card .bottom a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  background-image: url("../images/icons/list.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-right: 0.3vw;
}
*[item-type=magazine] .type-card .bottom .col-6:last-child {
  border-left: 1px solid #F6F7F9;
}
*[item-type=magazine] .type-card .bottom .col-6:last-child a::before {
  background-image: url("../images/icons/digital.svg");
}

marquee {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #170305;
  padding: 0.9vw 0;
}
marquee a {
  list-style-type: none;
  width: auto;
  padding-right: 2vw;
  left: 0px;
  text-decoration: none;
  font-size: 1vw;
  color: #FFF;
  flex-wrap: nowrap;
  white-space: nowrap;
}
marquee a date {
  float: none;
  color: #D9D9D9;
  font-size: 0.9vw;
}
marquee a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  background: url("../images/icons/star.svg") no-repeat left top;
  background-size: 100% auto;
  margin-bottom: -0.2vw;
  margin-left: 1.2vw;
}

body {
  padding-top: 9vw;
}

#search {
  padding: 0 0 1vw 0;
}
#search form {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  padding: 1vw;
  border-radius: 0.9vw;
}
#search form input[type=text] {
  background-color: #F6F7F9;
  margin-top: 0.3vw;
  border-radius: 3px;
}
#search form input[type=submit] {
  height: auto;
}

.navbar-toggle {
  display: none !important;
}

.top-bar {
  padding: 0.85vw 22px;
  overflow: hidden;
}
.top-bar p {
  white-space: nowrap;
}
.top-bar .carousel {
  overflow: hidden !important;
  min-height: 1vw;
}
.top-bar .carousel .flickity-button {
  background: none !important;
  width: 1vw;
  height: 1vw;
  display: inline-block !important;
  top: 50%;
  border-radius: 0 !important;
  margin: 0;
}
.top-bar .carousel .flickity-button svg {
  display: none;
}
.top-bar .carousel .flickity-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/icons/general-icon-arrow3.svg");
  background-size: auto 60%;
}
.top-bar .carousel .flickity-button.next::before {
  background-image: url("../images/icons/general-icon-arrow2.svg") !important;
  background-position: right center;
}
.top-bar .carousel .item {
  width: 100%;
}

.hm_down header, .hm_down .top-bar {
  top: -15vw;
}

.hm_up .sticky-top {
  top: 8vw !important;
}

.footer {
  z-index: 5;
  padding-bottom: 0;
}
.footer .border {
  margin: 1vw 0 0 0 !important;
}
.footer .border::before {
  background-color: #FFF !important;
}
.footer a {
  text-decoration: none;
  font-size: 0.9vw;
  color: #170305;
}
.footer h4 {
  text-transform: uppercase;
}
.footer p {
  margin: 0;
}
.footer .btn {
  margin: 0 0 0 1vw;
}
.footer .col-6 .col-5 {
  padding-left: 0;
  padding-bottom: 2vw;
}
.footer .sitemap, .footer .copyright {
  color: #C4C4C4;
  background-color: #170305;
  padding-top: 1vw;
  padding-bottom: 12vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .sitemap p strong, .footer .copyright p strong {
  color: #FFF;
  font-weight: 600;
}
.footer .sitemap > *, .footer .copyright > * {
  color: #FFF;
}
.footer .sitemap > * a, .footer .copyright > * a {
  color: #FFF;
}
.footer .sitemap .socials a, .footer .copyright .socials a {
  margin-right: 5px;
}
.footer .copyright .col-6:first-child a {
  color: #06AEE3;
  text-decoration: underline;
}
.footer .action-bar {
  padding: 0;
  border-top: 1px solid #170305;
  position: relative;
  z-index: 11;
}
.footer .action-bar .btn.arrow {
  margin: 1vw 0 0 0vw !important;
}
.footer .action-bar .col-6 {
  padding: 4vw 0.4vw 4vw 6vw;
}
.footer .action-bar .col-6:first-child {
  padding: 4vw 6vw 4vw 0.4vw;
  border-right: 1px solid #170305;
}
.footer .action-bar .col-6:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc((16.66666667% + 11px) * -1);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E7D9E9;
}
.footer .action-bar label {
  position: relative;
  font-size: 0.9vw;
  margin-bottom: 0.4vw;
}
.footer .action-bar label a {
  font-size: 0.9vw;
  text-decoration: underline;
}
.footer .action-bar input[type=email] {
  padding: 0px 8vw 0vw 1vw;
  width: 100% !important;
  border-radius: 50px !important;
  border: 0 !important;
}
.footer .action-bar input[type=submit] {
  position: relative;
  right: auto;
  top: auto;
  line-height: normal;
  width: auto;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0.4vw 1vw !important;
  font-size: 0.9vw;
  height: auto;
  border: 0 !important;
}
.footer .action-bar input[type=submit]::before {
  display: none;
}
.footer .action-bar input[type=submit]:hover {
  background-color: #E30613;
}
.footer .action-bar button {
  position: absolute;
  right: 0;
  top: calc(50% - 1.3vw);
  line-height: 2.6vw;
  width: auto;
  background-color: transparent;
  color: #E30613;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 1vw;
  font-size: 0.9vw;
  height: auto;
  border: 0 !important;
}
.footer .action-bar p.small {
  margin: 0;
}
.footer .action-bar p.small a {
  color: #E30613;
  text-decoration: underline;
}
.footer .seperator::before {
  background-color: #E7D9E9;
}
.footer form.mailpoet_form {
  padding: 0 !important;
}

.main-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.main-wrapper .banner {
  padding: 1vw 2vw;
}
.main-wrapper .banner.file {
  position: relative;
  width: 100%;
  height: 14vw;
  overflow: hidden;
  border-radius: 0.9vw;
}
.main-wrapper .banner.file > * {
  position: relative;
  z-index: 9;
  color: #FFF;
}
.main-wrapper .banner.file > * a {
  color: #FFF;
}
.main-wrapper .banner.file h3 {
  margin-bottom: 3vw;
}
.main-wrapper .banner.file .btn {
  margin-right: 0.9vw !important;
}
.main-wrapper .banner.file .image {
  position: absolute;
  left: 80%;
  right: 2vw;
  top: 2vw;
  width: auto;
  height: calc(100% - 4vw);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: transparent;
}
.main-wrapper .banner.file .image img {
  width: auto;
  height: 100%;
}
.main-wrapper .banner.file .image.background {
  left: 0%;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(106.05% 2308.37% at 111.8% 71.08%, #D2BC83 0%, rgba(210, 188, 131, 0) 100%), #E30613;
}
.main-wrapper .banner.file .image.background img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  filter: grayscale(0%) sepia(20%) hue-rotate(-34deg) saturate(669%) contrast(94%);
  -webkit-filter: grayscale(0%) sepia(20%) hue-rotate(-34deg) saturate(669%) contrast(94%);
  -moz-filter: grayscale(0%) sepia(20%) hue-rotate(-34deg) saturate(669%) contrast(94%);
}
.main-wrapper .banner.file .image.background::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #170305;
  opacity: 0.2;
}
.main-wrapper .landing {
  padding-top: 0;
}
.main-wrapper .landing .col-3 .type-card {
  margin-bottom: 0.9vw;
}
.main-wrapper .landing .carousel {
  width: 100% !important;
}
.main-wrapper .files {
  padding: 6vw 0;
}
.main-wrapper .files .col-3 h3 {
  margin-bottom: 0.9vw;
}
.main-wrapper .files .col-3 .btn {
  position: absolute;
  left: 1.5rem;
  bottom: 0;
}
.main-wrapper .files .col-9 tag {
  opacity: 0;
}
.main-wrapper .filter {
  overflow: visible;
  z-index: 9;
  position: relative;
}
.main-wrapper .filter button {
  width: 1vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-wrapper .filter input, .main-wrapper .filter select, .main-wrapper .filter ul {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #170305;
  padding: 0;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 1vw;
}
.main-wrapper .filter input:focus, .main-wrapper .filter input:checked, .main-wrapper .filter select:focus, .main-wrapper .filter select:checked, .main-wrapper .filter ul:focus, .main-wrapper .filter ul:checked {
  border: 0;
  border-bottom: 1px solid #170305;
}
.main-wrapper .filter select, .main-wrapper .filter ul {
  background-image: url("../images/icons/arrow-bottom.svg");
  height: 2.2vw;
  line-height: 120%;
  position: relative;
}
.main-wrapper .filter select li, .main-wrapper .filter ul li {
  display: none;
  line-height: 120%;
  height: 2.2vw;
  width: 100%;
  padding: 0.9vw 0 0.9vw 0;
  font-size: 0.9vw;
}
.main-wrapper .filter select li.active, .main-wrapper .filter ul li.active {
  display: block;
}
.main-wrapper .filter select.in, .main-wrapper .filter ul.in {
  position: absolute;
  width: 100%;
  height: 30vw;
  background-color: #FFF;
  border-radius: 0.9vw;
  overflow-y: scroll;
  padding: 1vw;
  border: 0;
  box-shadow: 0px 0px 22px rgba(26, 23, 27, 0.02), 4px 4px 12px rgba(0, 0, 0, 0.07);
  background-position: 96% 1.8vw;
}
.main-wrapper .filter select.in li, .main-wrapper .filter ul.in li {
  display: inline-block;
  border-bottom: 1px solid #F6F7F9;
}
.main-wrapper .filter select.in li a, .main-wrapper .filter ul.in li a {
  font-size: 0.85vw;
  color: #170305;
  text-decoration: none;
}
.main-wrapper .filter label {
  margin-bottom: 1vw;
  position: relative;
}
.main-wrapper .post-list {
  position: relative;
  z-index: 7;
}
.main-wrapper .content {
  overflow: visible;
}
.main-wrapper .content date {
  color: #170305;
  padding: calc(0.1vw + 1px) 0.4vw;
}
.main-wrapper .content .details p em {
  font-size: 1.2vw;
  font-weight: 600;
}
.main-wrapper .content .details p strong, .main-wrapper .content .details p b {
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 150%;
}
.main-wrapper .content .details p strong a, .main-wrapper .content .details p b a {
  font-size: 1.2vw;
  color: #06AEE3 !important;
}
.main-wrapper .content .details p a {
  color: #06AEE3 !important;
}
.main-wrapper .content .details p b {
  font-weight: 600;
}
.main-wrapper .content .details h4 {
  font-size: 1vw;
}
.main-wrapper .content .details h5 {
  font-size: 0.9vw;
}
.main-wrapper .content .details h6 {
  font-size: 0.9vw;
}
.main-wrapper .content .details *[item-type=xsmall-fi] h2 a {
  color: #FFF !important;
}
.main-wrapper .content .details important-frame {
  display: inline-block;
  border: 5px solid #dc0b13;
  padding: 20px;
  background-color: #eeeeee;
  width: 100%;
  margin: 10px 0 30px 0;
}
.main-wrapper .content .details important-file {
  float: left;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  margin: 0vw 0vw 2vw 0;
  margin-left: -8.33333333%;
}
.main-wrapper .content .details important-file .item {
  width: 100%;
  display: inline-block;
}
.main-wrapper .content .details important-file .item img {
  width: 100%;
  height: auto;
}
.main-wrapper .content .details important-image {
  display: inline-block;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  position: relative;
  margin: 0vw 0vw 2vw -8.33333333%;
}
.main-wrapper .content .details important-image .image {
  border-radius: 0.9vw;
}
.main-wrapper .content .details important-image .image img {
  width: 100%;
  height: auto;
}
.main-wrapper .content .details important-image p {
  display: inline-block;
  font-size: 0.85vw;
  color: #170305;
  margin-top: 0.9vw;
  opacity: 0.5;
}
.main-wrapper .content .details important-image-left {
  float: left;
  width: 24vw;
  height: auto;
  position: relative;
  margin: 1vw 2vw 1vw calc((8.33333333% + 0.0vw) * -1);
}
.main-wrapper .content .details important-image-right {
  float: right;
  width: 24vw;
  height: auto;
  position: relative;
  margin: 1vw calc((8.33333333% + 0.9vw) * -1) 1vw 2vw;
}
.main-wrapper .content .details important-nail, .main-wrapper .content .details important-nail-right, .main-wrapper .content .details important-nail-left, .main-wrapper .content .details important-nail-full {
  float: left;
  width: 42%;
  display: inline-block;
  padding: 20px;
  font-size: 24px;
  font-style: italic;
  margin: 15px 20px 20px 0;
  position: relative;
}
.main-wrapper .content .details important-nail::before, .main-wrapper .content .details important-nail::after, .main-wrapper .content .details important-nail-right::before, .main-wrapper .content .details important-nail-right::after, .main-wrapper .content .details important-nail-left::before, .main-wrapper .content .details important-nail-left::after, .main-wrapper .content .details important-nail-full::before, .main-wrapper .content .details important-nail-full::after {
  content: "";
  position: absolute;
  left: -1vw;
  top: 0;
  width: 2.4vw;
  height: 2.4vw;
  background: url("../images/icons/nail.svg") no-repeat left top;
  display: inline-block;
  background-size: 100% auto;
  z-index: 9;
}
.main-wrapper .content .details important-nail::after, .main-wrapper .content .details important-nail-right::after, .main-wrapper .content .details important-nail-left::after, .main-wrapper .content .details important-nail-full::after {
  left: auto;
  right: 0px;
  top: auto;
  bottom: 0px;
  transform: rotate(180deg);
  display: none;
}
.main-wrapper .content .details important-nail-full {
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  padding: 0 0 0 2.4vw;
  font-size: 2.4vw;
  font-weight: 500;
  margin: 1vw 0vw 3vw 0;
  margin-left: -8.33333333%;
  font-family: "Times New Roman", "serif";
}
.main-wrapper .content .details important-nail-right {
  float: right;
}
.main-wrapper .content .details important-nail-left {
  float: left;
}
.main-wrapper .content .details important-news-left, .main-wrapper .content .details important-news-right, .main-wrapper .content .details important-news-full {
  float: left;
  position: relative;
  margin-bottom: 0px;
  margin: 1vw 2vw 1vw calc((8.33333333% + 0.0vw) * -1);
  padding: 15px 0 15px 0;
  width: 22vw;
}
.main-wrapper .content .details important-news-left *[item-type=xsmall-fi] .details, .main-wrapper .content .details important-news-right *[item-type=xsmall-fi] .details, .main-wrapper .content .details important-news-full *[item-type=xsmall-fi] .details {
  padding: 1vw;
}
.main-wrapper .content .details important-news-right {
  float: right;
  margin: 1vw calc((8.33333333% + 0.9vw) * -1) 2vw 2vw;
}
.main-wrapper .content .details important-news-full {
  float: left;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  margin: 1vw 0vw 2vw calc((8.33333333% + 0.9vw) * -1);
}
.main-wrapper .content .details important-grey {
  float: left;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #E30613;
  padding: 2vw;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  font-family: "Times New Roman", "serif";
  font-style: italic;
  margin: 1vw 2vw 2vw calc((8.33333333% + 0.9vw) * -1);
  border-radius: 0.9vw;
}
.main-wrapper .content .details important-grey p {
  margin-bottom: 0;
}
.main-wrapper .content .details important-infographic {
  display: inline-block;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  position: relative;
  margin: 0vw 0vw 2vw -8.33333333%;
}
.main-wrapper .content .details important-infographic .image {
  border-radius: 0.9vw;
}
.main-wrapper .content .details important-infographic .image img {
  width: 100%;
  height: auto;
}
.main-wrapper .content .details important-infographic p {
  display: inline-block;
  font-size: 0.9vw;
  color: #170305;
  margin-top: 0.9vw;
  opacity: 0.5;
}
.main-wrapper .content .details .bulletin {
  display: inline-block;
  width: calc(100% + (8.33333333% * 2) + 0.9vw);
  position: relative;
  margin: 1vw 2vw 2vw calc((8.33333333% + 0.9vw) * -1);
  padding: 2vw;
  border-radius: 6px;
  text-align: center;
  background-color: #FFF;
}
.main-wrapper .content .details .bulletin h5 {
  font-size: 1vw;
}
.main-wrapper .content .details .bulletin a {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  font-weight: 700;
  background-color: #e30613;
  padding: 5px 10px;
  border-radius: 5vw;
  margin-top: 2vw;
  margin-bottom: 0;
  text-decoration: none;
}
.main-wrapper .content .details .carousel {
  overflow: hidden !important;
  width: 100%;
  margin: 0vw 0vw 2vw 0;
  margin-left: 0;
  padding-bottom: 3vw;
}
.main-wrapper .content .details .carousel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3vw;
  display: inline-block;
  background: -moz-linear-gradient(left, rgba(246, 247, 249, 0) 0%, #f6f7f9 100%);
  background: -webkit-linear-gradient(left, rgba(246, 247, 249, 0) 0%, #f6f7f9 100%);
  background: linear-gradient(to right, rgba(246, 247, 249, 0) 0%, #f6f7f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f6f7f9", endColorstr="#f6f7f9",GradientType=1 );
  display: none;
}
.main-wrapper .content .details .carousel .type-card {
  width: calc((33.333333333333333% - 0.4vw));
  max-height: 16vw;
  min-height: 16vw;
}
.main-wrapper .content .details .carousel .type-card .image {
  height: 100%;
}
.main-wrapper .content .details .carousel .type-card .image img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.main-wrapper .content .details .twitter-tweet {
  display: flex !important;
  max-width: inherit !important;
  justify-content: center !important;
}
.main-wrapper .content .details .twitter-tweet iframe {
  display: flex !important;
  flex-grow: unset !important;
}
.main-wrapper .content .share {
  flex-direction: column;
}
.main-wrapper .content .share .item {
  display: flex;
  width: 2vw;
  height: 2vw;
  border-radius: 0.3vw;
  border: 1px solid #170305;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.3vw;
}
.main-wrapper .content .share .item a {
  width: auto;
  height: 2vw;
  margin: 0;
  padding: 0.4vw;
  cursor: pointer;
}
.main-wrapper .content .share .item img {
  width: auto;
  height: 100%;
}
.main-wrapper .content .share iframe {
  width: 100% !important;
  margin-bottom: 0.4vw;
}
.main-wrapper .content .news-head tag {
  position: relative;
  float: none;
  background-color: #E30613;
  border-color: #E30613;
  font-size: 0.9vw;
  color: #FFF;
  border-radius: 3vw;
  padding: 0.2vw 0.9vw !important;
  display: inline-block;
}
.main-wrapper .content .news-head h1 {
  font-size: 2.4vw;
  margin-bottom: 0.9vw;
}
.main-wrapper .content .news-head p {
  font-size: 1.4vw;
}
.main-wrapper .content .col-5 .justify-content-end date {
  color: #170305;
}
.main-wrapper .content .sticky-top {
  top: 1vw;
}
.main-wrapper .content .side-bar *[item-type=small] .type-card {
  width: 100%;
  min-height: 7vw !important;
}
.main-wrapper .content .side-bar *[item-type=xsmall-fi] .type-card {
  min-height: 9vw;
  max-height: 9vw;
}
.main-wrapper .content .side-bar *[item-type=xsmall-fi] h2 {
  left: 1vw;
  top: 1vw;
}
.main-wrapper .content .side-bar *[item-type=xsmall-fi] .details {
  padding: 1vw;
}
.main-wrapper .content .side-bar .podcast h3 {
  font-size: 1vw !important;
}
.main-wrapper .content .side-bar .podcast .d-flex {
  padding: 0;
}
.main-wrapper .content .image-copyright {
  font-size: 0.85vw;
  color: #170305;
  margin-top: 0.9vw;
  opacity: 0.5;
}
.main-wrapper .content .comment {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  border-radius: 0.9vw;
  padding: 1vw;
  position: relative;
  font-size: 0.85vw;
  cursor: pointer;
}
.main-wrapper .content .comment::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.4vw;
  height: 1.4vw;
  background: url("../images/icons/comment.svg") no-repeat center center;
  background-size: 100% auto;
  margin-right: 0.3vw;
}
.main-wrapper .content .comment .float-end {
  color: #D9D9D9;
}
.main-wrapper .content .comment .float-end span {
  color: #170305;
  font-weight: 700;
  padding-left: 0.3vw;
}
.main-wrapper .content iframe {
  max-width: none !important;
}
.main-wrapper .content .author-wrapper {
	float: left;
  background-color: #FFF;
  border-radius: 0.9vw;
  padding: 1vw;
  margin-top: 3vw;
}
.main-wrapper .content .author-wrapper p {
  font-size: 0.9vw;
}
.main-wrapper .content .author-wrapper .author {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 1vw;
}
.main-wrapper .content .author-wrapper .author .image {
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F7F9;
  border: 1px solid #170305;
  margin-right: 1vw;
}
.main-wrapper .content .author-wrapper .author .image img {
  width: auto;
  height: 100%;
}
.main-wrapper .content .author-wrapper .author h3 {
  line-height: normal;
}
.main-wrapper .content .author-wrapper .social a {
  width: 2vw;
  height: 2vw;
  padding: 0.2vw;
  border: 1px solid #170305;
  border-radius: 3px;
}
.main-wrapper .content .author-wrapper .social a img {
  width: 100%;
  height: auto;
}
.main-wrapper .content .comments {
  background-color: #FFF;
  border-radius: 0.9vw;
  padding: 1vw;
  margin-top: 3vw;
}
.main-wrapper .content .comments label input, .main-wrapper .content .comments label textarea {
  width: 100%;
  background-color: #F6F7F9;
  margin-top: 0.4vw;
}
.main-wrapper .content .comments p {
  font-size: 0.85vw;
}
.main-wrapper .content .comments ul li {
  border-top: 1px solid #F6F7F9;
  padding: 1vw 0 2vw 0;
}
.main-wrapper .content .comments ul li .col-3 .date {
  padding: 0;
}
.main-wrapper .content .comments .seperator {
  border-color: #F6F7F9;
  padding-bottom: 1vw;
}
.main-wrapper .content .current-magazine p {
  margin-bottom: 0;
}
.main-wrapper .content .current-magazine .btn {
  text-decoration: none !important;
  color: #170305 !important;
}
.main-wrapper .content .current-magazine .type-card {
  padding: 0;
}
.main-wrapper .content .current-magazine .type-card .image {
  width: 100%;
  height: auto;
  margin: 0;
}
.main-wrapper .content .current-magazine .type-card .image img {
  width: 100%;
  height: auto;
}
.main-wrapper .content .wpcf7-form-control-wrap {
  padding-bottom: 0.9vw;
  display: inline-block;
}
.main-wrapper .content .event-detail {
  background-color: #FFF;
  padding: 2vw;
  margin: 0 0 2vw 0;
  border-radius: 0.9vw;
}
.main-wrapper .content .event-detail .col-1 {
  padding: 0;
  text-align: center;
  font-size: 24px;
}
.main-wrapper .content .event-detail .col-1 img {
  width: 30%;
  height: auto;
}
.main-wrapper .content .event-detail p {
  margin: 0 !important;
}
.main-wrapper .content .event-detail p strong {
  font-size: 1.2vw !important;
}
.main-wrapper .content .event-detail organization {
  text-transform: uppercase;
  font-size: 0.85vw;
}
.main-wrapper .content .apply #apply {
  background-color: #FFF;
  padding: 2vw;
  border-radius: 0.9vw;
}
.main-wrapper .content .apply #apply input {
  background-color: #F6F7F9;
}
.main-wrapper .content .apply #apply input[type=submit] {
  background-color: #170305;
  padding: 0.4vw 1vw !important;
  margin-bottom: 1vw;
  height: auto;
}
.main-wrapper .content .apply #apply organization {
  display: block;
}
.main-wrapper .content .apply #apply p {
  margin: 0;
  font-size: 0.9vw;
}
.main-wrapper .content .details p strong {
  font-size: 1.2vw !important;
}
.main-wrapper .content .wp-caption {
  width: 100% !important;
  height: auto !important;
  background-color: #FFF;
  border-radius: 0.9vw;
  padding: 1vw;
  margin: 1vw 0;
}
.main-wrapper .content .wp-caption .wp-caption-text {
  display: inline-block;
  font-size: 0.85vw;
  color: #170305;
  margin-top: 0.9vw;
  opacity: 0.5;
}
.main-wrapper .next-prev {
  padding: 0;
  border-top: 1px solid #170305;
  border-bottom: 1px solid #170305;
}
.main-wrapper .next-prev .col-6 > * {
  display: inline-block;
}
.main-wrapper .next-prev .col-6 .image {
  width: 6vw;
  height: 6vw;
  border-radius: 0.3vw;
  margin: 0 1vw;
}
.main-wrapper .next-prev .col-6 a {
  width: 100%;
  text-decoration: none;
  padding: 0 2vw;
  position: relative;
  color: #170305;
}
.main-wrapper .next-prev .col-6 a::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: calc(50% - 0.9vw);
  width: 1.4vw;
  height: 1.4vw;
  background: url("../images/icons/arrow.svg") no-repeat center center;
  background-size: 100% auto;
  filter: invert(3%) sepia(34%) saturate(2877%) hue-rotate(323deg) brightness(108%) contrast(103%);
}
.main-wrapper .next-prev .col-6 h3 {
  font-size: 0.9vw;
  color: #170305;
}
.main-wrapper .next-prev .col-6 .float-end, .main-wrapper .next-prev .col-6 .float-start {
  color: #170305;
}
.main-wrapper .next-prev .col-6:first-child {
  border-right: 1px solid #170305;
}
.main-wrapper .next-prev .col-6:first-child a::before {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
.main-wrapper .next-prev .col-6 .info {
  text-transform: uppercase;
  font-size: 0.9vw;
  font-weight: 600;
}
.main-wrapper .file-list .post-list .type-card {
  margin-bottom: 0.4vw;
}
.main-wrapper .file-list.sub-file-list *[item-type=half-fi] {
  padding: 0 11px;
}
.main-wrapper .file-list.sub-file-list *[item-type=half-fi] .type-card {
  max-height: 38vw;
  min-height: 38vw;
}
.main-wrapper .file-list.sub-file-list *[item-type=half-fi] img {
  width: 100%;
  height: auto;
}

.checkbox.normal {
  font-size: 0.9vw;
  padding: 0vw 0;
  font-weight: 400;
}
.checkbox.normal [type=checkbox] {
  width: 1.6vw !important;
  height: 1.6vw !important;
  background-color: transparent;
  border-radius: 6px !important;
  margin-right: 0vw;
  margin-left: -1.6vw;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.normal .checkmark {
  float: left;
  position: relative;
  top: -0.9vw;
  left: 0;
  height: 1.6vw !important;
  width: 1.6vw !important;
  background-color: #F6F7F9;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  margin-right: 0.3vw;
  display: inline-block;
}
.checkbox.normal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox.normal:hover input ~ .checkmark {
  border-color: #E30613 !important;
  background-color: #FFF;
}
.checkbox.normal input:checked ~ .checkmark {
  background-color: #FFF;
  border-color: #170305 !important;
}
.checkbox.normal input:checked ~ .name {
  color: #170305 !important;
}
.checkbox.normal input:checked ~ .checkmark:after {
  display: block;
}
.checkbox.normal .checkmark:after {
  position: absolute;
  left: 0.25vw;
  top: 0.25vw;
  width: calc(100% - 0.9vw);
  height: calc(100% - 0.9vw);
  border: solid white;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #170305;
  border-radius: 3px;
}
.checkbox.normal label {
  padding: 0;
  min-height: inherit;
}
.checkbox.normal .name {
  font-size: 0.9vw;
  font-weight: 400;
}
.checkbox.radio {
  font-size: 0.9vw;
  padding: 0vw 0;
  font-weight: 400;
  width: 100%;
  float: left;
  line-height: normal;
  margin: 0;
}
.checkbox.radio [type=radio] {
  width: 1.4vw !important;
  height: 1.4vw !important;
  background-color: transparent;
  border-radius: 100% !important;
  margin-right: 0vw;
  margin: 0;
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  float: left;
}
.checkbox.radio .checkmark {
  float: left;
  position: absolute;
  top: 0vw;
  left: 0;
  height: 1.4vw !important;
  width: 1.4vw !important;
  background-color: #F6F7F9;
  border: 1px solid transparent !important;
  border-radius: 100% !important;
  margin-right: 0.4vw;
  display: inline-block;
}
.checkbox.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox.radio:hover input ~ .checkmark {
  border-color: #E30613 !important;
  background-color: #FFF;
}
.checkbox.radio input:checked ~ .checkmark {
  background-color: #FFF;
  border-color: #170305 !important;
}
.checkbox.radio input:checked ~ .name {
  color: #170305 !important;
  font-weight: 600;
}
.checkbox.radio input:checked ~ .checkmark:after {
  display: block;
}
.checkbox.radio .checkmark:after {
  position: absolute;
  left: 0.25vw;
  top: 0.25vw;
  width: calc(100% - 0.9vw);
  height: calc(100% - 0.9vw);
  border: solid white;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #170305;
  border-radius: 100%;
}
.checkbox.radio label {
  float: left;
  width: 100%;
  padding: 0;
  min-height: inherit;
}
.checkbox.radio .name {
  font-size: 0.9vw;
  font-weight: 400;
}
.checkbox.radio .pull-left:first-child {
  width: 1.9vw;
}
.checkbox.radio .pull-left:last-child {
  width: calc(100% - 1.9vw);
  line-height: 1.4vw;
}
.checkbox.switcher {
  margin: 0;
}
.checkbox.switcher label {
  padding: 0;
}
.checkbox.switcher label * {
  vertical-align: middle;
}
.checkbox.switcher label input {
  display: none !important;
}
.checkbox.switcher label input + .switch {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  margin-right: 0;
  width: 3vw !important;
  height: 1.6vw;
  background: #F6F7F9;
  border: 1px solid #F6F7F9;
  border-radius: 1.6vw !important;
  transition: all 0.3s ease-in-out;
}
.checkbox.switcher label input + .switch small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #C4C4C4;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
  border: 0.3vw solid #F6F7F9;
}
.checkbox.switcher label input:checked + .switch {
  background: #170305;
  border-color: #170305;
}
.checkbox.switcher label input:checked + .switch small {
  left: 50%;
  background-color: #FFF;
  border-color: #170305;
}
.checkbox.switcher label input:checked + .name {
  color: #170305;
}
.checkbox.switcher label .name {
  font-size: 0.9vw !important;
  font-weight: 600;
}
.checkbox.switcher label span {
  display: inline-block;
  width: 80%;
  font-size: 0.9vw;
  margin-top: 0.2vw;
}

.page--404 h1 {
  font-size: 16vw;
  font-weight: 700;
  background: #660180;
  background: -webkit-linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  background: -moz-linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  background: linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page--404 .btn {
  margin: 0 !important;
}

.collapse .for-mobile {
  display: none;
}

.navigation a {
  text-indent: -9999px;
}

#infscr-loading {
  width: 100% !important;
  justify-content: center !important;
  text-align: center;
  padding: 4vw 0;
}
#infscr-loading img {
  width: auto;
  height: 5vw;
}

.home *[item-type=xsmall-fi] .type-card {
  min-height: 14vw;
  max-height: 14vw;
}

.carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3,
*[item-type=xsmall-fi] h1,
*[item-type=xsmall-fi] h2,
*[item-type=xsmall-fi] h3,
*[item-type=half-fi] h1,
*[item-type=half-fi] h2,
*[item-type=half-fi] h3,
*[item-type=quarters-fi] h1,
*[item-type=quarters-fi] h2,
*[item-type=quarters-fi] h3 {
  text-shadow: -0.2vw 0.3vw 0.9vw rgba(0, 0, 0, 0.4);
}

.author-administrator {
  display: none !important;
}

.wpcf7-form {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  border-radius: 0.9vw;
  padding: 1vw 0.9vw;
  margin-bottom: 1vw;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form h2 {
  margin-top: 2vw !important;
  margin-bottom: 0.4vw !important;
}
.wpcf7-form p {
  margin: 0 !important;
  font-size: 0.9vw !important;
}
.wpcf7-form .col-6:last-child p {
  margin: 0 0 0.9vw 0 !important;
}
.wpcf7-form input {
  background-color: #F6F7F9 !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form select, .wpcf7-form textarea {
  background-color: #F6F7F9 !important;
  width: 100% !important;
  margin-top: 0.3vw;
}
.wpcf7-form input[type=submit] {
  background-color: #170305 !important;
  height: auto;
  padding: 0.4vw 1vw !important;
  font-weight: 600;
  font-size: 0.9vw;
}
.wpcf7-form input[type=checkbox] {
  margin-top: 0 !important;
}
.wpcf7-form select {
  background-image: url("../images/icons/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
}
.wpcf7-form label span {
  width: 100% !important;
}
.wpcf7-form .flag {
  display: inline-block;
  width: 1.6vw !important;
  height: 1.6vw !important;
  padding: 1vw !important;
  border-radius: 0.3vw;
  border: 1px solid #F6F7F9;
  background-position: center center !important;
  background-repeat: no-repeat;
  margin-bottom: 2vw;
  margin-right: 0.3vw;
}
.wpcf7-form .flag.tr {
  background-image: url("https://perspektif.eu/wp-content/themes/perspektif/files/images/flags/tr.png");
}
.wpcf7-form .flag.de {
  background-image: url("https://perspektif.eu/wp-content/themes/perspektif/files/images/flags/de.png");
}
.wpcf7-form .flag.active {
  border: 1px solid #170305;
}

@media (max-width: 1024px) {
  .container {
    width: 98%;
  }

  .carousel[item-type=long] .col-2 img {
    width: auto;
    height: 13vh;
  }
  .carousel[item-type=long-semi] .category-item .row .col-12 {
    padding: 0 18vw 0vw 2vw;
  }
}
@media (max-width: 900px) {
  .add-cart-message-box .add-cart-container .interested {
    display: none !important;
  }

  body {
    font-size: 10px;
    padding-top: 128px;
  }

  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
    padding: 0 11px;
  }

  .col-1 {
    width: 8.33333333%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-12 {
    width: 100%;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  h2 {
    font-size: 8px;
    margin-bottom: 4px;
  }
  h2 a {
    font-size: 8px;
  }

  h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  h4 {
    font-size: 10px;
    margin-bottom: 4px;
  }

  h5 {
    font-size: 8px;
  }

  p {
    font-size: 10px;
  }
  p a {
    font-size: 10px;
  }
  p.small, p.small a {
    font-size: 8px;
  }

  a {
    font-size: 10px;
  }
  a h3 {
    font-size: 10px;
  }
  a em {
    font-size: 8px;
  }
  a em::before {
    top: 9px;
  }

  em {
    font-size: 8px;
  }

  input,
select,
textarea,
input.form-control,
textarea.form-control {
    height: 4.4vw;
    padding: 0px 2vw;
    font-size: 12px;
    line-height: 140%;
  }
  input[type=submit],
select[type=submit],
textarea[type=submit],
input.form-control[type=submit],
textarea.form-control[type=submit] {
    height: auto;
    border-radius: 0px;
    padding: 0 24px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox],
input.form-control[type=checkbox],
textarea.form-control[type=checkbox] {
    width: 16px;
    height: 16px;
    line-height: 120%;
    margin-right: 8px;
    top: 1px;
  }

  label {
    font-size: 10px;
  }
  .custom-select::after {
    width: 12px;
    right: 12px;
    margin-top: -12px;
  }

  .btn,
button {
    font-size: 10px;
  }
  .btn.arrow::after,
button.arrow::after {
    right: 0.3vw;
    border-width: 0 0.1vw 0.1vw 0;
    padding: 1.3px;
  }

  tag {
    font-size: 8px;
    padding: 2px 4px !important;
    border-radius: 3px;
  }
  tag a {
    font-size: 8px;
  }

  date {
    font-size: 8px;
  }

  author, speaker {
    font-size: 10px;
    line-height: 16px;
  }
  author::before, speaker::before {
    width: 16px;
    height: 16px;
    background-size: 50% auto;
    margin-right: 0.3vw;
  }

  speaker::before {
    margin-top: 0vw;
  }

  .container {
    width: 100%;
  }

  .top-bar {
    height: 4vw;
    padding: 1vw 3vw;
  }

  header {
    top: 4vw;
    left: 0vw;
    padding: 3vw 11px 4vw 11px;
  }
  header .logo {
    left: calc(50% - 9vw);
  }
  header .logo img {
    width: 18vw;
  }
  header .navbar-header .navbar-inverse li a {
    font-size: 12px;
    padding: 6px 10px;
  }
  header .navbar-header .navbar-inverse li.search a::after {
    width: 24px;
    height: 14px;
    background-size: auto 100%;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu {
    right: -11px;
    left: -11px;
    padding: 90px 0 24px 0;
    -webkit-border-bottom-right-radius: 1vw;
    -webkit-border-bottom-left-radius: 1vw;
    -moz-border-radius-bottomright: 1vw;
    -moz-border-radius-bottomleft: 1vw;
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
    top: -2vw !important;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu::before {
    top: 62px;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu ul li a {
    font-size: 12px;
    padding: 0.2vw 0;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu a h4, header .navbar-header .navbar-inverse .dropdown .dropdown-menu a h5 {
    font-size: 12px;
    margin-bottom: 8px;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu .boxes.image {
    width: 62%;
  }
  header .navbar-header .navbar-inverse .dropdown .dropdown-menu .container .col-3, header .navbar-header .navbar-inverse .dropdown .dropdown-menu .container .col-8 {
    height: 300px;
  }
  header .navbar-header .navbar-inverse.float-start {
    position: fixed;
    left: -30vw;
    top: 0;
    width: 30vw;
    height: 100vh !important;
    background-color: #FFF;
    transition: 0.4s;
    padding: 18vw 3vw 3vw 3vw;
  }
  header .navbar-header .navbar-inverse.float-start li {
    width: 100%;
  }
  header .navbar-header .navbar-inverse.float-start.show {
    left: 0;
  }

  .navbar-toggle {
    display: inline-block !important;
    width: 32px;
    height: 32px;
    margin: 0px 8px 0px 0px;
  }
  .navbar-toggle span {
    margin: 15px auto;
  }
  .navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }
  .navbar-toggle span:before {
    margin-top: -5px;
  }
  .navbar-toggle span:after {
    margin-top: 5px;
  }
  .navbar-toggle.in span:before, .navbar-toggle[aria-expanded=true] span:before {
    width: 24px;
  }

  .menu .container {
    padding: 112px 0 24px 0;
  }
  .menu::before {
    left: 0;
  }
  .menu.in {
    width: 100%;
  }
  .menu.burger-menu h4 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .menu.burger-menu h5 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .menu.burger-menu .btn {
    margin-left: 0px;
    float: left;
    margin-right: 8px;
    top: -12px;
  }
  .menu.burger-menu .pull-left, .menu.burger-menu .pull-right {
    width: 100%;
    padding: 0 16px;
  }
  .menu.burger-menu .pull-left {
    float: right !important;
    padding-bottom: 0px;
  }
  .menu.burger-menu .pull-right {
    float: left !important;
    padding-top: 40px;
    border-top: 1px solid #E30613;
    margin-top: 40px;
  }
  .menu.burger-menu .col-12 {
    padding: 0;
  }
  .menu.burger-menu .col-2 ul li a {
    font-size: 12px !important;
    padding: 6px 0;
    line-height: 150%;
    margin: 0;
    font-weight: normal;
  }
  .menu.burger-menu .grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: unset;
  }
  .menu.burger-menu .col-2 {
    width: 50%;
    margin-bottom: 24px;
  }
  .menu.burger-menu .col-3.other-links {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .menu.burger-menu .col-4 ul {
    margin-bottom: 24px;
  }
  .menu.burger-menu .col-4 ul li a {
    font-size: 12px !important;
    font-weight: normal !important;
  }
  .menu.burger-menu .row.bottom .container {
    padding: 32px 0;
  }
  .menu.burger-menu .row.bottom .col-3 {
    width: 25%;
  }

  .scroll-top-button {
    left: auto;
    bottom: -18vw;
    background-color: #FFF;
    right: -15vw;
  }
  .scroll-top-button a {
    width: 15vw;
    height: 18vw;
    border-right: 1px solid #e6e7e2;
    border-bottom: 0;
    border-left: 0;
    border-top: 1px solid #e6e7e2;
    background-color: #FFF;
    transform-origin: left bottom;
  }

  .breadcrumb {
    padding: 0px !important;
    background-color: transparent;
    margin-bottom: 0px;
  }
  .breadcrumb .container {
    padding: 20px 0px !important;
    overflow-x: scroll;
  }
  .breadcrumb nav .breadcrumb {
    border: 0;
    white-space: nowrap;
    overflow: visible;
  }
  .breadcrumb nav .breadcrumb > li a, .breadcrumb nav .breadcrumb > li.active {
    font-size: 8px;
    padding: 0px;
  }
  .breadcrumb nav .breadcrumb > li + li:before {
    padding: 0 8px;
    font-size: 8px;
  }
  .breadcrumb nav .share a {
    font-size: 8px;
  }
  .breadcrumb nav .share a::before {
    width: 8px;
    height: 8px;
    left: -14px;
    margin-top: -4px;
  }
  .breadcrumb .section-name {
    font-size: 8px;
    line-height: 2vw;
  }

  .hm_up .sticky-top {
    top: 128px !important;
  }

  .tree a {
    padding: 16px 56px 16px 0;
    line-height: normal;
  }
  .tree a::after {
    right: 8px;
    top: 14px;
    font-size: 16px;
    font-weight: normal;
  }
  .tree a[aria-expanded=true]::after {
    right: 8px;
    top: 14px;
    font-size: 16px;
  }

  .footer .action-bar label {
    font-size: 10px;
  }
  .footer .action-bar label input[type=submit] {
    margin: 0 11px 0 0;
    font-size: 14px;
    padding-right: 24px !important;
  }
  .footer .action-bar label button {
    padding: 7px 16px;
    font-size: 14px;
    top: 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer a {
    padding: 5px 0;
  }
  .footer p {
    font-size: 10px;
  }
  .footer p a {
    font-size: 10px;
  }
  .footer .sitemap .col-4.pull-right .col-6 {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer .sitemap .col-4.pull-right .col-6 {
    padding-left: 0;
    margin-top: 30px;
  }
  .footer .sitemap .col-4.pull-right .newsletter input[type=submit] {
    font-size: 16px;
    height: auto;
    background-size: auto 12px;
  }

  section {
    width: 100%;
    padding: 16px 0;
  }

  table tr th, table tr td {
    font-size: 10px;
    padding: 8px 8px !important;
    line-height: normal;
  }

  .documents a {
    padding: 16px 16px 16px 104px;
  }
  .documents a::before, .documents a::after {
    font-size: 24px;
  }

  .spacer.s0 {
    height: 0;
  }
  .spacer.s2 {
    height: 40px;
  }
  .spacer.s3 {
    height: 104px;
  }
  .spacer.s0_0 {
    height: 1vh;
  }

  .seperator.list-style p {
    padding-left: 16px;
  }
  .seperator.list-style p::before {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .seperator.base {
    padding: 16px 0 24px 0;
  }
  .seperator.base.blue h4 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .type-card {
    margin-right: 3vw;
    padding: 1vw;
    min-height: 10vw;
    border-radius: 6px;
  }
  .type-card .image {
    width: 8vw;
    height: 8vw;
    margin-right: 3vw;
    border-radius: 3px;
  }
  .type-card .details {
    left: 9vw;
    width: calc(100% - 9vw);
  }
  .type-card .details h3 {
    font-size: 10px;
  }
  .type-card .details p {
    font-size: 8px;
  }

  *[item-type=xsmall] .type-card,
*[item-type=small] .type-card {
    width: 25vw;
  }
  *[item-type=xsmall] .type-card .details h3,
*[item-type=small] .type-card .details h3 {
    font-size: 8px;
  }
  *[item-type=xsmall] .type-card .details p,
*[item-type=small] .type-card .details p {
    display: none;
  }

  *[item-type=long] .type-card {
    width: 25vw;
    min-height: 36vw;
    margin-bottom: 0;
  }
  *[item-type=long] .type-card .details {
    height: 21vw;
    padding: 1vw;
  }
  *[item-type=long] .type-card .details h3 {
    font-size: 12px;
    margin-bottom: 3px;
  }

  *[item-type=xsmall-fi] .type-card {
    min-height: 18vw;
    max-height: 18vw;
    padding: 0vw;
  }
  *[item-type=xsmall-fi] .image {
    width: 100%;
    height: 100%;
  }
  *[item-type=xsmall-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 2vw;
  }

  *[item-type=half-fi] h3 {
    font-size: 10px;
  }
  *[item-type=half-fi] h3 a {
    font-size: 10px;
  }
  *[item-type=half-fi] .type-card {
    width: calc(50% - 0.4vw);
    max-height: 31vw;
    min-height: 31vw;
    padding: 0vw;
  }
  *[item-type=half-fi] .image {
    width: 100%;
    height: 100%;
    margin: 0vw;
    border-radius: 0;
    background-color: #170305;
  }
  *[item-type=half-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 2vw;
  }

  *[item-type=quarters-fi] .type-card {
    width: calc(33.333333333333333% - 0.4vw);
    max-height: 31vw;
    min-height: 31vw;
    padding: 0vw;
  }
  *[item-type=quarters-fi] .image {
    width: 100%;
    height: 33vw;
    margin: 0vw;
    border-radius: 0;
    background-color: #170305;
  }
  *[item-type=quarters-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 2vw;
  }

  *[item-type=small-events] .type-card {
    width: 41.66666667%;
    min-height: 16vw;
  }
  *[item-type=small-events] .type-card .details h3 {
    font-size: 12px;
  }

  *[list-type=grid-list] {
    padding: 11px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
  }
  *[list-type=grid-list] .type-card {
    width: 100%;
    margin: 0;
  }
  *[list-type=grid-list] .type-card .image img {
    width: auto;
    height: 100%;
  }
  *[list-type=grid-list] .type-card tag {
    position: relative;
    left: auto !important;
    margin: 24px 0px 8px 0px;
  }
  *[list-type=grid-list] .type-card date {
    position: relative;
    right: auto !important;
    padding: 0;
  }
  *[list-type=grid-list] .type-card .details {
    padding: 11px 11px 11px 11px;
  }
  *[list-type=grid-list][item-type=normal] {
    grid-template-columns: repeat(1, 1fr);
  }
  *[list-type=grid-list][item-type=normal] .type-card {
    padding: 8px;
  }
  *[list-type=grid-list][item-type=normal] .type-card .image {
    width: 104px;
    height: 104px;
    border-radius: 3px;
  }
  *[list-type=grid-list][item-type=normal] .type-card .details {
    left: 104px;
    width: calc(100% - 104px);
  }
  *[list-type=grid-list][item-type=normal] .type-card .details tag {
    position: absolute;
    margin: 0;
  }
  *[list-type=grid-list][item-type=normal] .type-card .details date {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0 !important;
  }
  *[list-type=grid-list][item-type=magazine] .type-card {
    padding: 0px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .image {
    width: 100%;
    height: 144px;
    border-radius: 3px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details {
    left: 0;
    width: 100%;
    height: auto;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details h3 {
    font-size: 14px;
    margin-bottom: 32px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details tag {
    position: absolute;
    margin: 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details date {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0 !important;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom {
    width: 100%;
    flex-direction: column;
    border: 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom .col-6 {
    width: 100%;
    border: 0;
    border-top: 1px solid #F6F7F9;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom a {
    font-size: 14px;
    padding: 12px 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom a::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  .price {
    font-size: 14px !important;
  }
  .price.no-discount {
    font-size: 12px !important;
  }
  .price em {
    font-size: 8px;
  }

  .carousel .carousel-inner .carousel-item {
    min-height: 50vw;
    max-height: 50vw;
  }
  .carousel .carousel-indicators button {
    font-size: 10px;
  }
  .carousel .flickity-viewport, .carousel .flickity-enabled.is-draggable .flickity-viewport {
    overflow: visible;
  }
  .carousel .flickity-button {
    width: 19px;
    height: 19px;
    left: calc((8.33333333% + 1vw) * -1);
  }
  .carousel .flickity-button.next {
    left: calc(((8.33333333% + 1.2vw) * -1) + 3vw);
  }

  marquee {
    padding: 8px 0;
  }
  marquee a {
    font-size: 14px;
  }

  .main-wrapper .landing .col-3, .main-wrapper .landing .col-9 {
    width: 100%;
  }
  .main-wrapper .landing .col-3 {
    padding-top: 2vw;
  }
  .main-wrapper .landing .col-3 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 calc(var(--bs-gutter-x) * .2);
  }
  .main-wrapper .files .col-3 {
    width: 33.33333333%;
  }
  .main-wrapper .files .col-9 {
    width: 66.66666667%;
  }
  .main-wrapper .banner {
    padding: 16px 16px;
  }
  .main-wrapper .banner.file {
    height: 18vw;
    border-radius: 6px;
  }
  .main-wrapper .content .details p {
    font-size: 16px;
  }
  .main-wrapper .content .details p a {
    font-size: 16px;
  }
  .main-wrapper .content .details *[item-type=xsmall-fi] .type-card {
    min-height: 36vw;
    max-height: 36vw;
  }
  .main-wrapper .content .details important-nail-full {
    width: calc(100% + (8.33333333% * 2) + 11px);
    font-size: 32px;
    margin: 1vw 0vw 3vw calc((8.33333333% + 11px) * -1);
  }
  .main-wrapper .content .details important-image p {
    font-size: 10px !important;
    margin-top: 4px !important;
  }
  .main-wrapper .content .details important-news-left, .main-wrapper .content .details important-news-right, .main-wrapper .content .details important-news-full {
    margin: 1vw 2vw 1vw calc((8.33333333% + 0vw) * -1);
    padding: 15px 0 15px 0;
    width: 28vw;
  }
  .main-wrapper .content .details important-news-left .type-card, .main-wrapper .content .details important-news-right .type-card, .main-wrapper .content .details important-news-full .type-card {
    min-height: 25vw !important;
    max-height: 25vw !important;
  }
  .main-wrapper .content .details important-news-full {
    width: calc(100% + (8.33333333% * 2) + 0.9vw);
  }
  .main-wrapper .content .details important-news-full .type-card {
    min-height: 14vw !important;
    max-height: 14vw !important;
  }
  .main-wrapper .content .details important-news-full .type-card .image {
    width: 14vw;
    height: 14vw;
  }
  .main-wrapper .content .details important-news-full .type-card .details {
    left: 14vw;
    width: calc(100% - 14vw);
    padding: 11px;
  }
  .main-wrapper .content .details important-news-full .type-card .details tag {
    left: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .details important-news-full .type-card .details date {
    right: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .details important-news-right {
    float: right;
    margin: 1vw calc((8.33333333% + 0.9vw) * -1) 2vw 2vw;
  }
  .main-wrapper .content .image-copyright {
    font-size: 12px;
    margin-top: 4px;
  }
  .main-wrapper .content .wp-caption .wp-caption-text {
    font-size: 12px;
  }
  .main-wrapper .content .news-head {
    width: 100%;
  }
  .main-wrapper .content .news-head tag {
    font-size: 10px;
    border-radius: 40px;
    padding: 2px 6px !important;
  }
  .main-wrapper .content .news-head h1 {
    font-size: 32px;
  }
  .main-wrapper .content .news-head p {
    font-size: 21px;
  }
  .main-wrapper .content .share .item {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 3px;
  }
  .main-wrapper .content .share .item a {
    height: 32px;
    padding: 4px;
  }
  .main-wrapper .content .side-bar {
    width: 25%;
  }
  .main-wrapper .content .side-bar *[item-type=small] .type-card {
    min-height: 72px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] .type-card {
    min-height: 144px;
    max-height: 144px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] .details h3 {
    font-size: 16px;
  }
  .main-wrapper .content .side-bar .podcast h3 {
    font-size: 16px !important;
  }
  .main-wrapper .content .comment {
    border-radius: 6px;
    padding: 11px;
    font-size: 10px;
  }
  .main-wrapper .content .comment::before {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .main-wrapper .next-prev .row {
    display: flex;
    gap: 0px;
    padding: 0;
  }
  .main-wrapper .next-prev .row h3 {
    margin: 0;
    font-size: 10px;
  }
  .main-wrapper .next-prev .row .info {
    font-size: 6px;
    line-height: normal;
  }
  .main-wrapper .next-prev .row a {
    padding: 11px 22px;
  }

  .checkbox.normal [type=checkbox], .checkbox.normal .checkmark {
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px !important;
  }
  .checkbox.normal .name {
    font-size: 10px;
  }
  .checkbox.switcher label .name {
    font-size: 10px !important;
  }
  .checkbox.switcher label span {
    font-size: 10px;
  }
  .checkbox.switcher label span a {
    font-size: 10px;
  }

  .custom-select {
    border-radius: 32px;
    height: 32px;
  }
  .custom-select::after {
    border-width: 0 1px 1px 0;
    top: 50%;
    right: 22px;
    margin-top: -3px !important;
    padding: 2px;
    width: 6px;
  }
  .custom-select select {
    height: 32px;
  }

  .for-mobile {
    display: inline-block !important;
  }
}
@media (max-width: 700px) {
  .carousel .flickity-button,
.carousel .flickity-page-dots,
.carousel .carousel-indicators,
.main-wrapper .banner,
.podcast *[item-type=weight] .col-4:last-child,
.podcast *[item-type=weight] .col-4:nth-child(2),
.main-wrapper .content .share {
    display: none !important;
  }

  body {
    font-size: 14px;
    padding-top: 88px;
  }

  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    width: 100%;
    padding: 0 11px;

  }

  h1 {
    font-size: 24px !important;
    margin-bottom: 24px;
  }

  h2 {
    font-size: 10px;
    margin-bottom: 4px;
  }
  h2 a {
    font-size: 10px;
  }

  h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  h4 {
    font-size: 10px;
    margin-bottom: 4px;
  }

  h5 {
    font-size: 8px;
  }

  p {
    font-size: 10px;
    margin-bottom: 16px;
  }
  p a {
    font-size: 10px;
  }
  p.small, p.small a {
    font-size: 10px;
  }
  p.small.btn.arrow, p.small a.btn.arrow {
    top: -4px !important;
    padding-right: 0 !important;
    display: inline-block !important;
  }
  p.small.btn.arrow::after, p.small a.btn.arrow::after {
    margin: 7px 0 0 0px !important;
  }

  a {
    font-size: 10px;
  }
  a h3 {
    font-size: 10px;
  }
  a em {
    font-size: 8px;
  }
  a em::before {
    top: 9px;
  }

  em {
    font-size: 8px;
  }

  tag,
.tags a,
.kicker {
    font-size: 8px;
    padding: 2px 4px !important;
    border-radius: 3px;
  }

  date,
.date {
    font-size: 10px;
  }

  author::before,
speaker::before {
    margin-right: 3px;
  }

  .text-right {
    text-align: left !important;
  }

  .btn,
button {
    font-size: 14px !important;
  }
  .btn.arrow::after,
button.arrow::after {
    right: auto;
    position: relative;
    border-width: 0 1.2px 1.2px 0;
    padding: 2.2px;
    margin: 7px 0 0 6px;
    float: right;
  }
  .btn.arrow.left,
button.arrow.left {
    padding: 0 !important;
  }
  .btn.arrow.left::after,
button.arrow.left::after {
    position: relative;
    border-width: 0 1.2px 1.2px 0;
    padding: 2.2px;
    left: auto;
    right: auto;
    float: left;
    margin: 7px 6px 0 1px;
  }
  .btn.frame,
button.frame {
    padding: 10px 16px !important;
    border-radius: 6px;
    width: 100%;
  }

  input,
select,
textarea,
input.form-control,
textarea.form-control {
    height: 40px;
    padding: 0px 16px;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
    border-radius: 40px;
  }
  input[type=submit],
select[type=submit],
textarea[type=submit],
input.form-control[type=submit],
textarea.form-control[type=submit] {
    height: auto;
    border-radius: 0px;
    padding: 0 24px;
    margin-top: 40px;
    margin-bottom: 0;
  }
  input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox],
input.form-control[type=checkbox],
textarea.form-control[type=checkbox] {
    width: 24px;
    height: 24px;
    line-height: 120%;
    margin-right: 8px;
    top: 0vw;
  }

  textarea {
    height: 120px;
    padding: 8px 8px !important;
    border-radius: 3px;
  }

  label {
    font-size: 12px;
  }

  .custom-select {
    border-radius: 40px;
    height: 40px;
    margin: 8px 0;
  }
  .custom-select::after {
    width: 12px;
    right: 22px;
    margin-top: -9px;
    padding: 5px;
  }

  header {
    top: 24px;
    padding: 11px 11px;
  }
  header .navbar-header {
    margin: 0 !important;
  }
  header .navbar-header .navbar-inverse li a {
    font-size: 16px;
    padding: 8px 0;
  }
  header .navbar-header .navbar-inverse li a.btn {
    position: absolute;
    left: 11px;
    bottom: 11px;
    width: calc(100vw - 22px);
  }
  header .navbar-header .navbar-inverse.float-start {
    left: -100vw;
    width: 100vw;
    padding: 120px 24px 11px 11px;
  }
  header .navbar-header .navbar-inverse.float-end li {
    display: none;
  }
  header .navbar-header .navbar-inverse.float-end li.search {
    display: inline-block;
  }
  header .navbar-header .navbar-inverse.float-end li.search a {
    padding: 8px;
  }
  header .navbar-header .navbar-inverse.float-end li.search a::after {
    width: 20px;
    height: 20px;
  }
  header .navbar-header .navbar-inverse.float-end li a {
    font-size: 10px;
  }
  header .logo {
    left: calc(50% - 15vw);
  }
  header .logo img {
    width: 30vw;
  }

  .top-bar {
    padding: 4px 11px;
    height: 24px;
  }
  .top-bar p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 10px !important;
  }
  .top-bar .carousel {
    width: 100%;
  }
  .top-bar .carousel .col-12 {
    padding: 0;
  }
  .top-bar .carousel .flickity-viewport, .top-bar .carousel .flickity-enabled.is-draggable .flickity-viewport {
    width: 100%;
  }
  .top-bar .carousel .flickity-button {
    width: 8px;
    height: 14px;
    margin: -6px 0px 0px 0px;
  }
  .top-bar .carousel .flickity-button::before {
    background-size: auto 40%;
  }

  .boxes.image {
    border-radius: 6px;
  }
  .grid.g2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .container {
    width: 100%;
    padding: 0 0px;
  }

  .banner .image {
    display: none;
  }
  .banner .image.responsive {
    display: block;
    border-radius: 9px;
  }

  .navbar-toggle {
    width: 32px;
    height: 32px;
  }
  .navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
    width: 28px;
    height: 2px;
    border-radius: 3px;
  }
  .navbar-toggle span:before {
    margin-top: -8px;
  }
  .navbar-toggle span:after {
    margin-top: 8px;
  }
  .navbar-toggle.in span:before, .navbar-toggle[aria-expanded=true] span:before {
    width: 28px;
  }

  .scroll-top-button {
    left: auto;
    bottom: -18vw;
    background-color: #FFF;
    right: -15vw;
  }
  .scroll-top-button a {
    width: 15vw;
    height: 18vw;
    border-right: 1px solid #e6e7e2;
    border-bottom: 0;
    border-left: 0;
    border-top: 1px solid #e6e7e2;
    background-color: #FFF;
    transform-origin: left bottom;
  }

  .breadcrumb {
    padding: 0px 0px !important;
    margin-bottom: 0;
  }
  .breadcrumb .container {
    padding: 0 !important;
    overflow-x: scroll;
    margin: 0 !important;
    height: auto;
    float: left;
  }
  .breadcrumb nav .breadcrumb, .breadcrumb nav[aria-label=breadcrumb] {
    width: 100%;
    border: 0;
    white-space: nowrap;
    overflow: visible;
    flex-wrap: nowrap;
    display: flex;
    padding-top: 8px;
  }
  .breadcrumb nav .breadcrumb > li a, .breadcrumb nav .breadcrumb > li.active, .breadcrumb nav .breadcrumb span[property=itemListElement], .breadcrumb nav .breadcrumb span[property=itemListElement] a,
.breadcrumb nav .breadcrumb .caret-right::before, .breadcrumb nav[aria-label=breadcrumb] > li a, .breadcrumb nav[aria-label=breadcrumb] > li.active, .breadcrumb nav[aria-label=breadcrumb] span[property=itemListElement], .breadcrumb nav[aria-label=breadcrumb] span[property=itemListElement] a,
.breadcrumb nav[aria-label=breadcrumb] .caret-right::before {
    font-size: 8px;
    color: #D9D9D9;
  }
  .breadcrumb nav .breadcrumb > li + li:before, .breadcrumb nav[aria-label=breadcrumb] > li + li:before {
    padding: 0 8px;
    font-size: 8px;
  }
  .breadcrumb nav .breadcrumb > li.active, .breadcrumb nav[aria-label=breadcrumb] > li.active {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 40%;
  }
  .breadcrumb nav .share {
    position: absolute;
    right: 16px;
    z-index: 9;
  }
  .breadcrumb nav .share a {
    font-size: 8px;
  }
  .breadcrumb nav .share a::before {
    width: 8px;
    height: 8px;
    left: -14px;
    margin-top: -4px;
  }
  .breadcrumb .section-name {
    font-size: 8px;
    line-height: 2vw;
  }

  .tree a {
    padding: 16px 56px 16px 0;
    line-height: normal;
  }
  .tree a::after {
    right: 8px;
    top: 14px;
    font-size: 16px;
    font-weight: normal;
    bottom: auto;
  }
  .tree a[aria-expanded=true]::after {
    right: 8px;
    top: 14px;
    font-size: 16px;
  }

  .footer {
    padding-bottom: 0;
  }
  .footer a {
    font-size: 12px !important;
  }
  .footer .action-bar .col-6 {
    padding: 40px 11px !important;
  }
  .footer .action-bar .col-6:first-child {
    border-right: 0px;
    border-bottom: 1px solid #170305;
  }
  .footer .action-bar label input[type=text] {
    padding: 0px 80px 0vw 16px;
  }
  .footer .action-bar label input[type=submit] {
    line-height: 40px;
    margin: 0 11px 0 0;
    font-size: 14px;
    padding-right: 24px !important;
    background-size: auto 44%;
  }
  .footer .action-bar label button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: normal;
    margin: 0;
    padding: 11px 16px;
    font-size: 14px;
  }
  .footer .action-bar label button::before {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    margin-top: 3px;
    background-size: 100% auto;
  }
  .footer .action-bar label {
    font-size: 12px;
  }
  .footer .action-bar label a {
    font-size: 12px !important;
  }
  .footer .action-bar .mailpoet_recaptcha_container div, .footer .action-bar .mailpoet_recaptcha_container iframe {
    width: 100% !important;
    height: auto !important;
  }
  .footer .sitemap .col-1 {
    width: 33.33333333%;
  }
  .footer .sitemap .col-6 {
    justify-content: left !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 40px;
  }
  .footer .sitemap .col-6 .logo {
    margin: 40px 0;
  }
  .footer h4 {
    margin-bottom: 12px;
  }
  .footer .image {
    margin-bottom: 10px;
    justify-content: left;
  }
  .footer .image img {
    width: 50%;
    height: auto;
  }
  .footer .copyright {
    padding-top: 16px;
  }
  .footer .copyright .text-end {
    text-align: left !important;
  }

  section {
    width: 100%;
    padding: 20px 0;
  }

  table tr {
    border-bottom: 1px dotted #E7D9E9;
  }
  table tr th, table tr td {
    padding: 8px 8px !important;
    line-height: normal;
    font-size: 14px;
  }
  table tr:last-child {
    border-bottom: 0;
  }

  .documents a {
    padding: 16px 16px 16px 104px;
  }
  .documents a::before, .documents a::after {
    font-size: 24px;
  }

  .spacer.s0 {
    height: 0;
  }
  .spacer.s0_0 {
    height: 16px;
  }
  .spacer.s2 {
    height: 40px;
  }
  .spacer.s3 {
    height: 104px;
  }

  .seperator.list-style p {
    padding-left: 16px;
  }
  .seperator.list-style p::before {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .seperator.base {
    padding: 16px 0 24px 0;
  }
  .seperator.base.blue h4 {
    font-size: 24px;
    margin-bottom: 0px;
  }

  .nav-tabs {
    width: calc(100% + 22px);
    margin-left: -11px;
  }
  .nav-tabs > li a {
    font-size: 14px;
    padding: 10px 11px;
  }

  .tab-content {
    padding-top: 16px;
  }

  .type-card {
    margin-right: 11px;
    padding: 0px;
    min-height: 104px;
    border-radius: 6px;
  }
  .type-card .image {
    width: 104px;
    height: 104px;
    margin-right: 4px;
    border-radius: 0px;
  }
  .type-card .details {
    left: 108px;
    width: calc(100% - 108px);
    padding: 8px;
  }
  .type-card .details h3 {
    font-size: 12px;
  }
  .type-card .details p {
    font-size: 11px;
  }
  .type-card .details date {
    right: 4px;
    padding: 3px 10px;
    bottom: 8px;
  }
  .type-card .details tag {
    bottom: 8px;
    left: 8px;
  }

  *[item-type=xsmall] .type-card,
*[item-type=small] .type-card {
    width: 65vw;
    margin: 0 6px 0vw 0;
  }
  *[item-type=xsmall] .type-card .details h3,
*[item-type=small] .type-card .details h3 {
    font-size: 12px;
  }
  *[item-type=xsmall] .type-card .details p,
*[item-type=small] .type-card .details p {
    display: none;
  }

  *[item-type=long] .type-card {
    width: 65vw;
    min-height: 100vw;
    margin: 0 6px 0vw 0;
  }
  *[item-type=long] .type-card .details {
    height: auto;
    padding: 12px 12px 32px 12px;
  }
  *[item-type=long] .type-card .details h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  *[item-type=long] .type-card .details tag {
    left: 12px;
    bottom: 12px;
  }
  *[item-type=long] .type-card .details date {
    right: 12px;
    bottom: 12px;
  }
  *[item-type=long] .type-card .image {
    height: 40vw;
  }

  *[item-type=xsmall-fi] .type-card {
    min-height: 80vw !important;
    max-height: 80vw !important;
    padding: 0vw;
  }
  *[item-type=xsmall-fi] .image {
    width: 100%;
    height: 100%;
  }
  *[item-type=xsmall-fi] h2 {
    left: 16px;
    top: 16px;
  }
  *[item-type=xsmall-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 16px;
  }
  *[item-type=xsmall-fi] .details h3 {
    font-size: 21px;
    margin-bottom: 24px;
  }

  *[item-type=half-fi] h3 {
    font-size: 10px;
    left: 16px;
    top: 16px;
  }
  *[item-type=half-fi] h3 a {
    font-size: 10px;
  }
  *[item-type=half-fi] h4 {
    font-size: 21px;
    margin-bottom: 24px;
  }
  *[item-type=half-fi] .type-card {
    width: 85vw;
    max-height: 105vw;
    min-height: 105vw;
    padding: 0vw;
    margin: 0 6px 0vw 0;
  }
  *[item-type=half-fi] .image {
    width: 100%;
    height: 100%;
    margin: 0vw;
    border-radius: 0;
  }
  *[item-type=half-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 16px;
  }
  *[item-type=half-fi] .details tag {
    left: 0 !important;
  }

  *[item-type=quarters-fi] h2 {
    font-size: 10px;
    left: 16px;
    top: 16px;
  }
  *[item-type=quarters-fi] h2 a {
    font-size: 10px;
  }
  *[item-type=quarters-fi] .type-card {
    width: 85vw;
    max-height: 105vw;
    min-height: 105vw;
    padding: 0vw;
    margin: 0 6px 0vw 0;
  }
  *[item-type=quarters-fi] .image {
    width: 100%;
    height: 100%;
    margin: 0vw;
    border-radius: 0;
  }
  *[item-type=quarters-fi] .details {
    left: 0vw;
    bottom: 0vw;
    top: auto;
    width: calc(100% - 0vw);
    height: auto;
    padding: 16px;
  }
  *[item-type=quarters-fi] .details h3 {
    font-size: 21px;
  }
  *[item-type=quarters-fi] .details date {
    padding: 3px 10px;
    bottom: 0 !important;
  }
  *[item-type=quarters-fi] .details tag {
    left: 0 !important;
    bottom: 0 !important;
  }

  *[item-type=small-events] .type-card {
    width: 85vw;
    min-height: 124px;
    margin: 0 6px 0vw 0;
  }
  *[item-type=small-events] .type-card .details h3 {
    font-size: 12px;
  }
  *[item-type=small-events] .type-card .details date, *[item-type=small-events] .type-card .details tag, *[item-type=small-events] .type-card .details speaker {
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    position: relative;
  }
  *[item-type=small-events] .type-card .details speaker {
    width: 100% !important;
    display: inline-block;
    text-align: left;
    margin-top: 4px;
  }

  *[list-type=grid-list] {
    grid-template-columns: repeat(1, 1fr);
  }
  *[list-type=grid-list] .type-card {
    width: 100%;
    margin: 0;
  }
  *[list-type=grid-list] .type-card a {
    display: flex;
    width: 100%;
    position: relative;
    text-decoration: none;
  }
  *[list-type=grid-list] .type-card .image img {
    width: auto;
    height: 100%;
  }
  *[list-type=grid-list] .type-card tag {
    position: relative;
    left: auto !important;
    margin: 24px 0px 8px 0px;
  }
  *[list-type=grid-list] .type-card date {
    position: relative;
    right: auto !important;
    padding: 0;
  }
  *[list-type=grid-list] .type-card .details {
    padding: 11px 11px 11px 11px;
    position: static;
  }
  *[list-type=grid-list][item-type=normal] {
    grid-template-columns: repeat(1, 1fr);
  }
  *[list-type=grid-list][item-type=normal] .type-card {
    padding: 8px;
  }
  *[list-type=grid-list][item-type=normal] .type-card .image {
    width: 104px;
    height: 104px;
    border-radius: 3px;
  }
  *[list-type=grid-list][item-type=normal] .type-card .details {
    left: 104px;
    width: calc(100% - 104px);
  }
  *[list-type=grid-list][item-type=normal] .type-card .details tag {
    position: absolute;
    margin: 0;
  }
  *[list-type=grid-list][item-type=normal] .type-card .details date {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0 !important;
  }
  *[list-type=grid-list][item-type=magazine] .type-card {
    padding: 0px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .image {
    width: 100%;
    height: 144px;
    border-radius: 3px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details {
    left: 0;
    width: 100%;
    height: auto;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details h3 {
    font-size: 14px;
    margin-bottom: 32px;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details tag {
    position: absolute;
    margin: 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .details date {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0 !important;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom {
    width: 100%;
    flex-direction: column;
    border: 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom .col-6 {
    border: 0;
    border-top: 1px solid #F6F7F9;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom a {
    font-size: 14px;
    padding: 12px 0;
  }
  *[list-type=grid-list][item-type=magazine] .type-card .bottom a::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  *[item-type=magazine] .type-card .image {
    height: 88vw;
    padding: 22px;
  }
  *[item-type=magazine] .type-card .details {
    padding: 22px;
    height: auto;
  }
  *[item-type=magazine] .type-card .details h3 {
    font-size: 16px;
  }
  *[item-type=magazine] .type-card .bottom {
    flex-direction: column;
  }
  *[item-type=magazine] .type-card .bottom a {
    font-size: 16px;
    padding: 11px 0;
  }
  *[item-type=magazine] .type-card .bottom a::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .main-wrapper {
    min-height: inherit;
  }
  .main-wrapper .landing {
    margin-top: -5px;
  }
  .main-wrapper .landing .col-3 {
    padding-top: 2vh;
  }
  .main-wrapper .landing .col-3 .row {
    display: flex;
    flex-direction: column;
    gap: 4px 11px;
  }
  .main-wrapper .landing .col-9 {
    padding: 0;
  }
  .main-wrapper .files {
    padding: 40px 0;
  }
  .main-wrapper .files .col-3 {
    width: 100%;
    padding-bottom: 5vw;
  }
  .main-wrapper .files .col-3 .btn {
    left: 11px;
    width: calc(100% - 22px);
  }
  .main-wrapper .files .col-9 {
    width: 100%;
    padding-bottom: 56px;
  }
  .main-wrapper .filter {
    z-index: 14;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    padding-top: 48px;
  }
  .main-wrapper .filter form {
    width: 100%;
  }
  .main-wrapper .filter ul {
    height: 40px;
  }
  .main-wrapper .filter ul li {
    font-size: 14px;
    height: 40px;
    line-height: 32px;
  }
  .main-wrapper .filter ul li a {
    font-size: 14px !important;
  }
  .main-wrapper .filter ul.in {
    height: 60vh;
    border-radius: 6px;
    padding: 11px;
    background-position: 96% 24px;
  }
  .main-wrapper .filter ul.in li a {
    font-size: 14px !important;
  }
  .main-wrapper .content {
    z-index: 9;
  }
  .main-wrapper .content .col-9 {
    position: relative;
    z-index: 9;
  }
  .main-wrapper .content .details {
    padding: 11px 0 !important;
  }
  .main-wrapper .content .details .type-card h4 {
    font-size: 10px;
  }
  .main-wrapper .content .details p {
    font-size: 16px;
  }
  .main-wrapper .content .details p em {
    font-size: 16px;
  }
  .main-wrapper .content .details p a {
    font-size: 16px;
  }
  .main-wrapper .content .details p strong, .main-wrapper .content .details p b {
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .main-wrapper .content .details *[item-type=xsmall-fi] .type-card {
    min-height: 36vw;
    max-height: 36vw;
  }
  .main-wrapper .content .details important-nail-full {
    width: calc(100% + 0px);
    font-size: 32px;
    margin: 1vw 0vw 3vw 0px;
  }
  .main-wrapper .content .details important-image p {
    font-size: 10px !important;
    margin-top: 4px !important;
  }
  .main-wrapper .content .details important-news-left, .main-wrapper .content .details important-news-right, .main-wrapper .content .details important-news-full {
    margin: 0vw 0px 0vw 0px !important;
    padding: 11px 0 11px 0;
    width: calc(100% + 0px);
  }
  .main-wrapper .content .details important-news-left .type-card, .main-wrapper .content .details important-news-right .type-card, .main-wrapper .content .details important-news-full .type-card {
    min-height: 65vw !important;
    max-height: 65vw !important;
  }
  .main-wrapper .content .details important-news-full .type-card {
    min-height: 24vw !important;
    max-height: 24vw !important;
  }
  .main-wrapper .content .details important-news-full .type-card .image {
    width: 24vw;
    height: 24vw;
  }
  .main-wrapper .content .details important-news-full .type-card .details {
    left: 24vw;
    width: calc(100% - 24vw);
    padding: 11px;
  }
  .main-wrapper .content .details important-news-full .type-card .details tag {
    left: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .details important-news-full .type-card .details date {
    right: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .details important-file {
    width: calc(100% + 0px);
    margin: 1vw 0vw 3vw 0px;
  }
  .main-wrapper .content .details important-file .type-card {
    min-height: 60vw !important;
    max-height: 60vw !important;
  }
  .main-wrapper .content .details important-file .type-card .image img {
    width: auto;
    height: 100%;
  }
  .main-wrapper .content .details important-image {
    width: calc(100% + 0px);
    margin: 1vw 0vw 3vw 0px;
  }
  .main-wrapper .content .details important-image .image {
    border-radius: 6px;
  }
  .main-wrapper .content .details important-image-left {
    width: 100%;
    margin: 11px 0px 11px 0px;
  }
  .main-wrapper .content .details important-grey {
    padding: 11px;
    width: calc(100% + 0px);
    margin: 8px 0vw 16px 0px;
    border-radius: 6px;
  }
  .main-wrapper .content .details important-grey p {
    margin-bottom: 0;
    font-size: 16px;
  }
  .main-wrapper .content .details .carousel {
    width: calc(100% + 22px);
    font-size: 24px;
    margin: 1vw 0vw 3vw -11px;
    padding-bottom: 24px;
    padding-left: 11px;
  }
  .main-wrapper .content .details .carousel .type-card {
    width: 65vw;
    max-height: 65vw;
    min-height: 65vw;
  }
  .main-wrapper .content .details .carousel .flickity-page-dots {
    display: inline-block !important;
  }
  .main-wrapper .content .details .carousel .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .main-wrapper .content .details *[item-type=gallery] {
    width: calc(100% + 0px);
    margin: 1vw 0vw 3vw 0px;
    padding-left: 0px;
  }
  .main-wrapper .content .details *[item-type=gallery] .image {
    max-height: 55vw;
    min-height: 55vw;
  }
  .main-wrapper .content .details .details {
    padding: 11px !important;
  }
  .main-wrapper .content .details .bulletin {
    width: calc(100%);
    margin: 16px 0vw;
    padding: 11px;
  }
  .main-wrapper .content .details .bulletin h5 {
    font-size: 16px;
  }
  .main-wrapper .content .image-copyright {
    font-size: 12px;
    margin-top: 4px;
  }
  .main-wrapper .content .wp-caption .wp-caption-text {
    font-size: 12px;
  }
  .main-wrapper .content .news-head {
    width: 100%;
  }
  .main-wrapper .content .news-head tag {
    font-size: 10px;
    border-radius: 40px;
    padding: 2px 6px !important;
  }
  .main-wrapper .content .news-head h1 {
    font-size: 32px;
  }
  .main-wrapper .content .news-head p {
    font-size: 21px;
  }
  .main-wrapper .content .share .item {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 3px;
  }
  .main-wrapper .content .share .item a {
    height: 32px;
    padding: 4px;
  }
  .main-wrapper .content .side-bar {
    width: 100%;
    position: relative;
    z-index: 6;
  }
  .main-wrapper .content .side-bar .details {
    padding: 11px !important;
  }
  .main-wrapper .content .side-bar *[item-type=small] {
    gap: 5px;
  }
  .main-wrapper .content .side-bar *[item-type=small] .type-card {
    min-height: 96px !important;
    padding: 0px;
  }
  .main-wrapper .content .side-bar *[item-type=small] .type-card .details tag, .main-wrapper .content .side-bar *[item-type=small] .type-card .details .kicker {
    left: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .side-bar *[item-type=small] .type-card .details date, .main-wrapper .content .side-bar *[item-type=small] .type-card .details .date {
    right: 11px;
    bottom: 11px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] .type-card {
    min-height: 280px;
    max-height: 280px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] h2 {
    left: 16px;
    top: 16px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] .details {
    padding: 16px;
  }
  .main-wrapper .content .side-bar *[item-type=xsmall-fi] .details h3 {
    font-size: 21px;
  }
  .main-wrapper .content .side-bar .podcast h3 {
    font-size: 21px !important;
  }
  .main-wrapper .content .comment {
    border-radius: 6px;
    padding: 11px;
    font-size: 10px;
    margin-left: 0px;
    width: calc(100% + 0px);
    margin-bottom: 24px;
  }
  .main-wrapper .content .comments {
    border-radius: 6px;
    padding: 11px;
    font-size: 10px;
    margin-left: 0px;
    width: calc(100% + 0px);
    margin-bottom: 24px;
  }
  .main-wrapper .content .comments ul li {
    padding: 16px 0;
  }
  .main-wrapper .content .comments ul li .col-3, .main-wrapper .content .comments ul li .col-9 {
    padding: 0;
    justify-content: flex-start !important;
  }
  .main-wrapper .content .comments ul li .col-3 .comment-author, .main-wrapper .content .comments ul li .col-3 .date, .main-wrapper .content .comments ul li .col-9 .comment-author, .main-wrapper .content .comments ul li .col-9 .date {
    font-size: 16px;
    padding-right: 8px;
  }
  .main-wrapper .content .comments ul li .col-3 {
    padding: 0 0 8px 0;
    justify-content: flex-start !important;
  }
  .main-wrapper .content .col-3 {
    display: flex;
    justify-content: center !important;
  }
  .main-wrapper .content .col-7 .justify-content-end {
    justify-content: center !important;
    padding: 14px 0;
  }
  .main-wrapper .content .col-7 .justify-content-end date {
    padding: 8px;
  }
  .main-wrapper .content .author-wrapper {
    border-radius: 6px;
    padding: 11px;
    font-size: 10px;
    margin-left: 0px;
    width: calc(100% + 0px);
    margin-bottom: 24px;
  }
  .main-wrapper .content .author-wrapper .author {
    display: block;
  }
  .main-wrapper .next-prev .row {
    display: flex;
    gap: 0px;
    padding: 0;
  }
  .main-wrapper .next-prev .row h3 {
    margin: 0;
    font-size: 12px;
  }
  .main-wrapper .next-prev .row .info {
    font-size: 8px;
    line-height: normal;
  }
  .main-wrapper .next-prev .row .col-6:first-child {
    border: 0;
    border-bottom: 1px solid #170305;
  }
  .main-wrapper .next-prev .row .col-6 .image {
    width: 24vw;
    height: 16vw;
    border-radius: 3px;
    margin: 0 8px;
  }
  .main-wrapper .next-prev .row .col-6 a {
    padding: 16px 22px;
  }
  .main-wrapper .next-prev .row .col-6 a::before {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
	.main-wrapper .content .details ul {
    margin-bottom: 16px !important;
  }
  .main-wrapper .content .details ul li {
    font-size: 16px !important;
  }
  .main-wrapper .post-list[list-type=grid-list] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .main-wrapper .post-list[list-type=grid-list] .type-card a {
    flex-direction: column;
    padding-bottom: 32px !important;
  }
  .main-wrapper .post-list[list-type=grid-list] .type-card tag {
    position: absolute !important;
    left: 11px !important;
    bottom: 11px !important;
    margin: 0 !important;
  }
  .main-wrapper .post-list[list-type=grid-list] .type-card date {
    position: absolute !important;
    right: 11px !important;
    bottom: 11px !important;
    padding: 0 !important;
  }
  .main-wrapper .post-list[list-type=grid-list] .type-card .details {
    position: static !important;
  }
  .main-wrapper .file-list .col-6:first-child {
    padding-bottom: 8px;
    padding-top: 24px;
  }
  .main-wrapper .file-list .col-6 .post-list .type-card {
    margin-bottom: 8px;
  }

  .archive .col-10 {
    padding: 0 !important;
  }

  html[lang=tr-TR] .filter .mobile-button::before {
    content: "Filtre";
  }

  .carousel .carousel-caption {
    left: 5vw;
    top: auto;
    bottom: 40vw;
    right: 5vw;
  }
  .carousel .carousel-inner {
    border-radius: 0;
  }
  .carousel .carousel-inner .carousel-item {
    min-height: 60vh;
    max-height: 50vh;
  }
  .carousel .carousel-inner .carousel-item .image a img {
    width: auto !important;
    min-width: inherit !important;
    height: 100%;
    opacity: 0.6;
  }
  .carousel .carousel-inner .carousel-item.active .carousel-caption {
    display: inline-block !important;
    top: auto;
    bottom: 10vw;
  }

  marquee a date {
    font-size: 10px;
    padding: 8px 16px;
  }
  marquee a::after {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 0px;
  }

  .checkbox {
    float: left;
    width: 100%;
    margin: 0;
  }
  .checkbox.normal {
    font-size: 14px;
    margin: 0;
  }
  .checkbox.normal .name {
    font-size: 14px;
  }
  .checkbox.normal .checkmark {
    top: 0;
    left: 0;
    height: 24px !important;
    width: 24px !important;
    border-radius: 6px !important;
    margin-right: 6px;
    margin-top: -3px;
  }
  .checkbox.normal .checkmark:after {
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .checkbox.switcher label .name {
    float: left;
    width: 80%;
    font-size: 16px !important;
  }
  .checkbox.switcher label span {
    font-size: 12px;
    margin-top: 4px;
  }
  .checkbox.switcher label input + .switch {
    top: 0px;
    width: 44px !important;
    height: 24px;
    border-radius: 32px !important;
  }
  .checkbox.radio .name {
    font-size: 14px;
  }
  .checkbox.radio .name p {
    font-size: 14px !important;
    font-weight: 400;
  }
  .checkbox.radio .checkmark {
    top: 0px;
    left: 0;
    height: 24px !important;
    width: 24px !important;
  }
  .checkbox.radio .checkmark:after {
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .checkbox.radio .pull-left:first-child {
    width: 32px;
  }
  .checkbox.radio .pull-left:last-child {
    width: calc(100% - 32px);
    line-height: 24px;
  }
  .checkbox.radio .pull-left p.small {
    margin-bottom: 16px !important;
  }
  .checkbox.radio [type=radio] {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page--404 h1 {
    font-size: 144px;
  }

  .pagination > li > a,
.pagination > li > span {
    padding: 7.5px;
    font-size: 12px;
  }

  .hm_down header,
.hm_down .top-bar {
    top: -25vh;
  }

  #mailpoet_form_2 .mailpoet_submit {
    font-size: 12px !important;
  }

  .wpcf7-form {
    border-radius: 9px;
    padding: 3vw 0;
    margin-bottom: 24px;
  }
  .wpcf7-form h2 {
    margin-top: 24px !important;
    margin-bottom: 8px !important;
  }
  .wpcf7-form p {
    font-size: 12px !important;
  }
  .wpcf7-form .flag {
    width: 40px !important;
    height: 40px !important;
    background-size: 65% auto;
    border-radius: 3px;
    margin-bottom: 2vw;
    margin-right: 3px;
  }
  .wpcf7-form [data-name=onay] {
    margin: 16px 0 !important;
  }
  .wpcf7-form input[type=submit] {
    padding: 12px 0 !important;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
	  border-radius: 6px;
  }
  .wpcf7-form label span {
    top: 4px;
    position: relative;
  }
}
@media (hover: none) {
  *:hover {
    color: inherit;
  }
}
.main-wrapper .content .details ul,
.main-wrapper .content .col-9 ul {
  margin: 0 0 2vw 0;
}
.main-wrapper .content .details ul li,
.main-wrapper .content .col-9 ul li
{
  list-style-type: circle;
  margin: 0 16px;
  padding: 0 16px;
	font-size: 1.2vw;
    line-height: 160%;
    font-weight: 400;
}

.wpcf7-response-output {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    font-size: 12px !important;
    margin: 0.4vw 0.4vw !important;
}

.main-wrapper .content .details h3 {
	margin-bottom: 2vw;
}