@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,300i,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,300,300i,400,500,700,900&display=swap");
body {
  background-color: #FFF;
  font-family: "Poppins", sans-serif;
}

main {
  width: 100%;
}

h1 {
  font-size: 38px;
  line-height: 46px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(34, 34, 34, 0.8);
}

h3 {
  font-size: 26px;
  line-height: 30px;
  color: #e30011;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
}

h5 {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-weight: lighter;
}

p {
  font-size: 16px;
  color: black;
  line-height: 25px;
  font-weight: 300;
}

b, strong {
  font-weight: 500;
}

article ul,
article ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
article ul li,
article ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
article ul li:before,
article ol li:before {
  font-family: "Flaticon" !important;
  content: "\f100";
  font-size: 15px;
  padding: 3px;
  color: #EB1F25;
  margin-right: 10px;
  position: relative;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

a {
  color: #e30011;
  text-decoration: none;
  transition: 0.5s ease-out color;
}
a:hover, a:focus {
  color: #35363A;
}

.btn, .webform-button--submit {
  background-color: #e30011;
  border-radius: 5px;
  padding: 12px 22px;
  transition: 0.5s ease-out all;
  color: #fff;
  display: inline-block;
}
.btn:hover, .btn:focus, .webform-button--submit:hover, .webform-button--submit:focus {
  background-color: #B6080D;
}

.btn-red-arrow {
  background: #e30011;
  border-radius: 10px;
  padding: 21px 150px 21px 30px;
  transition: 0.5s all;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 10px;
}
@media (max-width: 993px) {
  .btn-red-arrow {
    padding: 15px 80px 15px 25px;
  }
}
.btn-red-arrow:before {
  font-family: "icomoon" !important;
  content: "\e902";
  position: absolute;
  transform: rotate(270deg);
  color: #fff;
  font-size: 50px;
  position: absolute;
  float: right;
  right: 30px;
  transition: 0.5s all;
}
@media (max-width: 993px) {
  .btn-red-arrow:before {
    right: 30px;
  }
}
.btn-red-arrow:hover:before {
  transition: 0.5s all;
  color: #fff;
  right: 10px;
}
.btn-red-arrow:hover, .btn-red-arrow:focus {
  background: #b6070d;
  color: #fff;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 576px) {
  .container {
    max-width: auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xlg,
.col-xlg-auto, .col-xlg-12, .col-xlg-11, .col-xlg-10, .col-xlg-9, .col-xlg-8, .col-xlg-7, .col-xlg-6, .col-xlg-5, .col-xlg-4, .col-xlg-3, .col-xlg-2, .col-xlg-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xlg-first {
    order: -1;
  }
  .order-xlg-last {
    order: 13;
  }
  .order-xlg-0 {
    order: 0;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-12 {
    order: 12;
  }
  .offset-xlg-0 {
    margin-left: 0;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none;
  }
  .d-xlg-inline {
    display: inline;
  }
  .d-xlg-inline-block {
    display: inline-block;
  }
  .d-xlg-block {
    display: block;
  }
  .d-xlg-table {
    display: table;
  }
  .d-xlg-table-row {
    display: table-row;
  }
  .d-xlg-table-cell {
    display: table-cell;
  }
  .d-xlg-flex {
    display: flex;
  }
  .d-xlg-inline-flex {
    display: inline-flex;
  }
}
@media print {
  .d-print-none {
    display: none;
  }
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media (min-width: 1440px) {
  .flex-xlg-row {
    flex-direction: row;
  }
  .flex-xlg-column {
    flex-direction: column;
  }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xlg-wrap {
    flex-wrap: wrap;
  }
  .flex-xlg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xlg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-xlg-fill {
    flex: 1 1 auto;
  }
  .flex-xlg-grow-0 {
    flex-grow: 0;
  }
  .flex-xlg-grow-1 {
    flex-grow: 1;
  }
  .flex-xlg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xlg-shrink-1 {
    flex-shrink: 1;
  }
  .justify-content-xlg-start {
    justify-content: flex-start;
  }
  .justify-content-xlg-end {
    justify-content: flex-end;
  }
  .justify-content-xlg-center {
    justify-content: center;
  }
  .justify-content-xlg-between {
    justify-content: space-between;
  }
  .justify-content-xlg-around {
    justify-content: space-around;
  }
  .align-items-xlg-start {
    align-items: flex-start;
  }
  .align-items-xlg-end {
    align-items: flex-end;
  }
  .align-items-xlg-center {
    align-items: center;
  }
  .align-items-xlg-baseline {
    align-items: baseline;
  }
  .align-items-xlg-stretch {
    align-items: stretch;
  }
  .align-content-xlg-start {
    align-content: flex-start;
  }
  .align-content-xlg-end {
    align-content: flex-end;
  }
  .align-content-xlg-center {
    align-content: center;
  }
  .align-content-xlg-between {
    align-content: space-between;
  }
  .align-content-xlg-around {
    align-content: space-around;
  }
  .align-content-xlg-stretch {
    align-content: stretch;
  }
  .align-self-xlg-auto {
    align-self: auto;
  }
  .align-self-xlg-start {
    align-self: flex-start;
  }
  .align-self-xlg-end {
    align-self: flex-end;
  }
  .align-self-xlg-center {
    align-self: center;
  }
  .align-self-xlg-baseline {
    align-self: baseline;
  }
  .align-self-xlg-stretch {
    align-self: stretch;
  }
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-n1 {
  margin: -0.25rem;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

.m-n2 {
  margin: -0.5rem;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

.m-n3 {
  margin: -1rem;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

.m-n4 {
  margin: -1.5rem;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

.m-n5 {
  margin: -3rem;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-n1 {
    margin: -0.25rem;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem;
  }
  .m-sm-n2 {
    margin: -0.5rem;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem;
  }
  .m-sm-n3 {
    margin: -1rem;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem;
  }
  .m-sm-n4 {
    margin: -1.5rem;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem;
  }
  .m-sm-n5 {
    margin: -3rem;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem;
  }
  .m-md-n1 {
    margin: -0.25rem;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem;
  }
  .m-md-n2 {
    margin: -0.5rem;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem;
  }
  .m-md-n3 {
    margin: -1rem;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem;
  }
  .m-md-n4 {
    margin: -1.5rem;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem;
  }
  .m-md-n5 {
    margin: -3rem;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-n1 {
    margin: -0.25rem;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem;
  }
  .m-lg-n2 {
    margin: -0.5rem;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem;
  }
  .m-lg-n3 {
    margin: -1rem;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem;
  }
  .m-lg-n4 {
    margin: -1.5rem;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem;
  }
  .m-lg-n5 {
    margin: -3rem;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-n1 {
    margin: -0.25rem;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem;
  }
  .m-xl-n2 {
    margin: -0.5rem;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem;
  }
  .m-xl-n3 {
    margin: -1rem;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem;
  }
  .m-xl-n4 {
    margin: -1.5rem;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem;
  }
  .m-xl-n5 {
    margin: -3rem;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .m-xlg-0 {
    margin: 0;
  }
  .mt-xlg-0,
.my-xlg-0 {
    margin-top: 0;
  }
  .mr-xlg-0,
.mx-xlg-0 {
    margin-right: 0;
  }
  .mb-xlg-0,
.my-xlg-0 {
    margin-bottom: 0;
  }
  .ml-xlg-0,
.mx-xlg-0 {
    margin-left: 0;
  }
  .m-xlg-1 {
    margin: 0.25rem;
  }
  .mt-xlg-1,
.my-xlg-1 {
    margin-top: 0.25rem;
  }
  .mr-xlg-1,
.mx-xlg-1 {
    margin-right: 0.25rem;
  }
  .mb-xlg-1,
.my-xlg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xlg-1,
.mx-xlg-1 {
    margin-left: 0.25rem;
  }
  .m-xlg-2 {
    margin: 0.5rem;
  }
  .mt-xlg-2,
.my-xlg-2 {
    margin-top: 0.5rem;
  }
  .mr-xlg-2,
.mx-xlg-2 {
    margin-right: 0.5rem;
  }
  .mb-xlg-2,
.my-xlg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xlg-2,
.mx-xlg-2 {
    margin-left: 0.5rem;
  }
  .m-xlg-3 {
    margin: 1rem;
  }
  .mt-xlg-3,
.my-xlg-3 {
    margin-top: 1rem;
  }
  .mr-xlg-3,
.mx-xlg-3 {
    margin-right: 1rem;
  }
  .mb-xlg-3,
.my-xlg-3 {
    margin-bottom: 1rem;
  }
  .ml-xlg-3,
.mx-xlg-3 {
    margin-left: 1rem;
  }
  .m-xlg-4 {
    margin: 1.5rem;
  }
  .mt-xlg-4,
.my-xlg-4 {
    margin-top: 1.5rem;
  }
  .mr-xlg-4,
.mx-xlg-4 {
    margin-right: 1.5rem;
  }
  .mb-xlg-4,
.my-xlg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xlg-4,
.mx-xlg-4 {
    margin-left: 1.5rem;
  }
  .m-xlg-5 {
    margin: 3rem;
  }
  .mt-xlg-5,
.my-xlg-5 {
    margin-top: 3rem;
  }
  .mr-xlg-5,
.mx-xlg-5 {
    margin-right: 3rem;
  }
  .mb-xlg-5,
.my-xlg-5 {
    margin-bottom: 3rem;
  }
  .ml-xlg-5,
.mx-xlg-5 {
    margin-left: 3rem;
  }
  .p-xlg-0 {
    padding: 0;
  }
  .pt-xlg-0,
.py-xlg-0 {
    padding-top: 0;
  }
  .pr-xlg-0,
.px-xlg-0 {
    padding-right: 0;
  }
  .pb-xlg-0,
.py-xlg-0 {
    padding-bottom: 0;
  }
  .pl-xlg-0,
.px-xlg-0 {
    padding-left: 0;
  }
  .p-xlg-1 {
    padding: 0.25rem;
  }
  .pt-xlg-1,
.py-xlg-1 {
    padding-top: 0.25rem;
  }
  .pr-xlg-1,
.px-xlg-1 {
    padding-right: 0.25rem;
  }
  .pb-xlg-1,
.py-xlg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xlg-1,
.px-xlg-1 {
    padding-left: 0.25rem;
  }
  .p-xlg-2 {
    padding: 0.5rem;
  }
  .pt-xlg-2,
.py-xlg-2 {
    padding-top: 0.5rem;
  }
  .pr-xlg-2,
.px-xlg-2 {
    padding-right: 0.5rem;
  }
  .pb-xlg-2,
.py-xlg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xlg-2,
.px-xlg-2 {
    padding-left: 0.5rem;
  }
  .p-xlg-3 {
    padding: 1rem;
  }
  .pt-xlg-3,
.py-xlg-3 {
    padding-top: 1rem;
  }
  .pr-xlg-3,
.px-xlg-3 {
    padding-right: 1rem;
  }
  .pb-xlg-3,
.py-xlg-3 {
    padding-bottom: 1rem;
  }
  .pl-xlg-3,
.px-xlg-3 {
    padding-left: 1rem;
  }
  .p-xlg-4 {
    padding: 1.5rem;
  }
  .pt-xlg-4,
.py-xlg-4 {
    padding-top: 1.5rem;
  }
  .pr-xlg-4,
.px-xlg-4 {
    padding-right: 1.5rem;
  }
  .pb-xlg-4,
.py-xlg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xlg-4,
.px-xlg-4 {
    padding-left: 1.5rem;
  }
  .p-xlg-5 {
    padding: 3rem;
  }
  .pt-xlg-5,
.py-xlg-5 {
    padding-top: 3rem;
  }
  .pr-xlg-5,
.px-xlg-5 {
    padding-right: 3rem;
  }
  .pb-xlg-5,
.py-xlg-5 {
    padding-bottom: 3rem;
  }
  .pl-xlg-5,
.px-xlg-5 {
    padding-left: 3rem;
  }
  .m-xlg-n1 {
    margin: -0.25rem;
  }
  .mt-xlg-n1,
.my-xlg-n1 {
    margin-top: -0.25rem;
  }
  .mr-xlg-n1,
.mx-xlg-n1 {
    margin-right: -0.25rem;
  }
  .mb-xlg-n1,
.my-xlg-n1 {
    margin-bottom: -0.25rem;
  }
  .ml-xlg-n1,
.mx-xlg-n1 {
    margin-left: -0.25rem;
  }
  .m-xlg-n2 {
    margin: -0.5rem;
  }
  .mt-xlg-n2,
.my-xlg-n2 {
    margin-top: -0.5rem;
  }
  .mr-xlg-n2,
.mx-xlg-n2 {
    margin-right: -0.5rem;
  }
  .mb-xlg-n2,
.my-xlg-n2 {
    margin-bottom: -0.5rem;
  }
  .ml-xlg-n2,
.mx-xlg-n2 {
    margin-left: -0.5rem;
  }
  .m-xlg-n3 {
    margin: -1rem;
  }
  .mt-xlg-n3,
.my-xlg-n3 {
    margin-top: -1rem;
  }
  .mr-xlg-n3,
.mx-xlg-n3 {
    margin-right: -1rem;
  }
  .mb-xlg-n3,
.my-xlg-n3 {
    margin-bottom: -1rem;
  }
  .ml-xlg-n3,
.mx-xlg-n3 {
    margin-left: -1rem;
  }
  .m-xlg-n4 {
    margin: -1.5rem;
  }
  .mt-xlg-n4,
.my-xlg-n4 {
    margin-top: -1.5rem;
  }
  .mr-xlg-n4,
.mx-xlg-n4 {
    margin-right: -1.5rem;
  }
  .mb-xlg-n4,
.my-xlg-n4 {
    margin-bottom: -1.5rem;
  }
  .ml-xlg-n4,
.mx-xlg-n4 {
    margin-left: -1.5rem;
  }
  .m-xlg-n5 {
    margin: -3rem;
  }
  .mt-xlg-n5,
.my-xlg-n5 {
    margin-top: -3rem;
  }
  .mr-xlg-n5,
.mx-xlg-n5 {
    margin-right: -3rem;
  }
  .mb-xlg-n5,
.my-xlg-n5 {
    margin-bottom: -3rem;
  }
  .ml-xlg-n5,
.mx-xlg-n5 {
    margin-left: -3rem;
  }
  .m-xlg-auto {
    margin: auto;
  }
  .mt-xlg-auto,
.my-xlg-auto {
    margin-top: auto;
  }
  .mr-xlg-auto,
.mx-xlg-auto {
    margin-right: auto;
  }
  .mb-xlg-auto,
.my-xlg-auto {
    margin-bottom: auto;
  }
  .ml-xlg-auto,
.mx-xlg-auto {
    margin-left: auto;
  }
}
.form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select {
  outline: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-text,
.form-date,
.form-time,
.form-email,
.form-number,
.form-select {
    transition: none;
  }
}
.form-text::-ms-expand,
.form-date::-ms-expand,
.form-time::-ms-expand,
.form-email::-ms-expand,
.form-number::-ms-expand,
.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-text:focus,
.form-date:focus,
.form-time:focus,
.form-email:focus,
.form-number:focus,
.form-select:focus {
  color: #495057;
  outline: 0;
}
.form-text::placeholder,
.form-date::placeholder,
.form-time::placeholder,
.form-email::placeholder,
.form-number::placeholder,
.form-select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-text:disabled, .form-text[readonly],
.form-date:disabled,
.form-date[readonly],
.form-time:disabled,
.form-time[readonly],
.form-email:disabled,
.form-email[readonly],
.form-number:disabled,
.form-number[readonly],
.form-select:disabled,
.form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-textarea {
    transition: none;
  }
}
.form-textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-textarea:focus {
  color: #495057;
  outline: 0;
}
.form-textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-textarea:disabled, .form-textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-file {
  display: block;
  width: 100%;
}

select.form-select[size], select.form-select[multiple] {
  height: auto;
}

.form-text {
  display: block;
}

.form-type-checkbox {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-type-checkbox label {
  margin-bottom: 0;
}
.form-type-checkbox .form-checkbox {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-type-checkbox .form-checkbox[disabled] ~ .form-check-label {
  color: #6c757d;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#28a745);
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:valid, .form-text.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:valid:focus, .form-text.is-valid:focus,
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-text:valid ~ .valid-feedback,
.was-validated .form-text:valid ~ .valid-tooltip, .form-text.is-valid ~ .valid-feedback,
.form-text.is-valid ~ .valid-tooltip,
.was-validated .form-select:valid ~ .valid-feedback,
.was-validated .form-select:valid ~ .valid-tooltip,
.form-select.is-valid ~ .valid-feedback,
.form-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-file:valid ~ .valid-feedback,
.was-validated .form-file:valid ~ .valid-tooltip, .form-file.is-valid ~ .valid-feedback,
.form-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-checkbox:valid ~ .form-check-label, .form-checkbox.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-checkbox:valid ~ .valid-feedback,
.was-validated .form-checkbox:valid ~ .valid-tooltip, .form-checkbox.is-valid ~ .valid-feedback,
.form-checkbox.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: color-yiq(#dc3545);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-text:invalid, .form-text.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='#dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-text:invalid:focus, .form-text.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-text:invalid ~ .invalid-feedback,
.was-validated .form-text:invalid ~ .invalid-tooltip, .form-text.is-invalid ~ .invalid-feedback,
.form-text.is-invalid ~ .invalid-tooltip,
.was-validated .form-select:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-tooltip,
.form-select.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-file:invalid ~ .invalid-feedback,
.was-validated .form-file:invalid ~ .invalid-tooltip, .form-file.is-invalid ~ .invalid-feedback,
.form-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-checkbox:invalid ~ .form-check-label, .form-checkbox.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-checkbox:invalid ~ .invalid-feedback,
.was-validated .form-checkbox:invalid ~ .invalid-tooltip, .form-checkbox.is-invalid ~ .invalid-feedback,
.form-checkbox.is-invalid ~ .invalid-tooltip {
  display: block;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: theme-color-level("primary", -9);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: theme-color-level("primary", -6);
}

.table-hover .table-primary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: theme-color-level("secondary", -9);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: theme-color-level("secondary", -6);
}

.table-hover .table-secondary:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: theme-color-level("success", -9);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: theme-color-level("success", -6);
}

.table-hover .table-success:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: theme-color-level("info", -9);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: theme-color-level("info", -6);
}

.table-hover .table-info:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: theme-color-level("warning", -9);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: theme-color-level("warning", -6);
}

.table-hover .table-warning:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: theme-color-level("danger", -9);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: theme-color-level("danger", -6);
}

.table-hover .table-danger:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: theme-color-level("light", -9);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: theme-color-level("light", -6);
}

.table-hover .table-light:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: theme-color-level("dark", -9);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: theme-color-level("dark", -6);
}

.table-hover .table-dark:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 0) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 576px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 768px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 992px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1200px) {
  .table-responsive-xlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xlg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1440px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
}

/*Table*/
table th {
  text-align: left;
  background: #f9fafb;
  border: 1px solid #dee2e6;
}
table tbody td {
  background: #fff;
  border: 1px solid #dee2e6;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?9qney0");
  src: url("../../fonts/icomoon.eot?9qney0#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?9qney0") format("truetype"), url("../../fonts/icomoon.woff?9qney0") format("woff"), url("../../fonts/icomoon.svg?9qney0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon-social";
  src: url("../../fonts/icomoon-social.ttf?q3l98m") format("truetype"), url("../../fonts/icomoon-social.woff?q3l98m") format("woff"), url("../../fonts/icomoon-social.svg?q3l98m#icomoon-social") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-microphone:before {
  content: "\e90f";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-remove:before {
  content: "\e90e";
}

.icon-clock:before {
  content: "\e900";
}

.icon-document:before {
  content: "\e901";
}

.icon-editbutton:before {
  content: "\e902";
}

.icon-house:before {
  content: "\e904";
}

.icon-label:before {
  content: "\e906";
}

.icon-rss:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-select:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
  color: #76a9ea;
}

.icon-user:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e900";
  color: #2b68fc;
  font-family: "icomoon-social" !important;
}

.icon-instagram:before {
  content: "\e901";
  color: #e4405f;
  font-family: "icomoon-social" !important;
}

.icon-x:before {
  content: "\e902";
  color: #000;
  font-family: "icomoon-social" !important;
}

.icon-youtube:before {
  content: "\e903";
  color: #f00;
  font-family: "icomoon-social" !important;
}

.icon-substack:before {
  content: "\e904";
  color: #ff6719;
  font-family: "icomoon-social" !important;
}

/*
Flaticon icon font: Flaticon
Creation date: 31/01/2020 10:24
*/
@font-face {
  font-family: "Flaticon";
  src: url("../../fonts/icons.eot");
  src: url("../../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons.woff2") format("woff2"), url("../../fonts/icons.woff") format("woff"), url("../../fonts/icons.ttf") format("truetype"), url("../../fonts/icons.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../../fonts/icons.svg#Flaticon") format("svg");
  }
}
[class^=icons-], [class*=" icons-"] {
  display: inline-block;
  font-family: "Flaticon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icons--right:before {
  content: "\f100";
}

.icons--cancel:before {
  content: "\f101";
}

.icons--down-arrow:before {
  content: "\f102";
}

.icons--home:before {
  content: "\f103";
}

.icons--left-chevron:before {
  content: "\f104";
}

.icons--menu:before {
  content: "\f105";
}

.icons--left-arrow:before {
  content: "\f106";
}

.icons--document:before {
  content: "\f107";
}

.icons--document-1:before {
  content: "\f108";
}

.icons--xls:before {
  content: "\f109";
}

.icons--rss:before {
  content: "\f10a";
}

.icons--headphone:before {
  content: "\f10b";
}

.icons-whatsapp:before {
  content: "\f10c";
}

/*
Flaticon icon font: Flaticon
Creation date: 24/03/2020 12:57
*/
@font-face {
  font-family: "radyo";
  src: url("../../fonts/Flaticon.eot");
  src: url("../../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../../fonts/Flaticon.woff2") format("woff2"), url("../../fonts/Flaticon.woff") format("woff"), url("../../fonts/Flaticon.ttf") format("truetype"), url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "radyo";
    src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.radyo:before, .icons--spotify, .icons--google-podcast {
  display: inline-block;
  font-family: "radyo" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.radyo-microphone:before {
  content: "\f100";
}

.radyo-headphones-1:before {
  content: "\f101";
}

.radyo-headphones:before {
  content: "\f102";
}

.radyo-headphones-2:before {
  content: "\f103";
}

.radyo-play-button:before {
  content: "\f104";
}

.icons--google-podcast:before {
  content: "\f105";
}

.radyo-play:before {
  content: "\f106";
}

.radyo-play-1:before {
  content: "\f107";
}

.icons--spotify:before {
  content: "\f108";
}

.dinleyiciden-date {
  text-align: right;
}

.node-220674 .dinleyiciden-date, .node-77 .dinleyiciden-date, .node-200 .dinleyiciden-date {
  display: none;
}

.live-stream-play .radyo {
  cursor: pointer;
}

.body-controller {
  display: none !important;
}

.mr-10 {
  margin-right: 10px;
}

body .site-logo img:nth-child(2) {
  display: none;
}
body .site-logo img:nth-child(n+3) {
  display: none;
}

body.cookie-dark .site-logo img:nth-child(2) {
  display: block !important;
}
body.cookie-dark .site-logo img:nth-child(n+3) {
  display: none !important;
}

.date.beyaz-renk:before {
  color: white !important;
}

body.dk .app {
  display: block !important;
}

body.dark, body.cookie-dark {
  background-color: #2a2b2d !important;
}
body.dark div, body.cookie-dark div {
  color: white;
}
body.dark form .form-text, body.cookie-dark form .form-text {
  color: black !important;
}
body.dark .accordion a span, body.cookie-dark .accordion a span {
  color: #e30011 !important;
}
body.dark .accordion a span:hover, body.cookie-dark .accordion a span:hover {
  color: white !important;
}
body.dark .yayin-akisi .broadcast-item a:hover, body.cookie-dark .yayin-akisi .broadcast-item a:hover {
  color: #e30011;
}
body.dark .grey-background, body.dark table tbody td, body.dark table thead th, body.cookie-dark .grey-background, body.cookie-dark table tbody td, body.cookie-dark table thead th {
  background-color: #2a2b2d;
}
body.dark table th, body.dark table td, body.cookie-dark table th, body.cookie-dark table td {
  border-color: #313234;
}
body.dark .header-top, body.dark .sidebar-muzik, body.dark .grey-background, body.dark .program-yapmak-istiyorum a, body.cookie-dark .header-top, body.cookie-dark .sidebar-muzik, body.cookie-dark .grey-background, body.cookie-dark .program-yapmak-istiyorum a {
  background: #313234;
}
body.dark .yayin-sikligi-program, body.dark .kayit-arsivi, body.dark .hazirlayanlar, body.dark .yayin-donemi, body.cookie-dark .yayin-sikligi-program, body.cookie-dark .kayit-arsivi, body.cookie-dark .hazirlayanlar, body.cookie-dark .yayin-donemi {
  border-top: 1px solid #313234;
  border-left: 1px solid #313234;
  border-right: 1px solid #313234;
}
body.dark .yayin-sikligi-program > div, body.dark .kayit-arsivi > div, body.dark .hazirlayanlar > div, body.dark .yayin-donemi > div, body.cookie-dark .yayin-sikligi-program > div, body.cookie-dark .kayit-arsivi > div, body.cookie-dark .hazirlayanlar > div, body.cookie-dark .yayin-donemi > div {
  border-left: 1px solid #313234;
}
body.dark .program-table-wrapper > div:last-child, body.cookie-dark .program-table-wrapper > div:last-child {
  border-bottom: 1px solid #313234;
}
body.dark .view-podcastler .col-12 .podcast-item.bottom, body.cookie-dark .view-podcastler .col-12 .podcast-item.bottom {
  background: #313234;
}
body.dark h2, body.dark .header-top li a, body.dark .sidebar-muzik h2, body.dark .sidebar-muzik .viewsreference--view-title, body.dark .accordion > .class .class-body p, body.cookie-dark h2, body.cookie-dark .header-top li a, body.cookie-dark .sidebar-muzik h2, body.cookie-dark .sidebar-muzik .viewsreference--view-title, body.cookie-dark .accordion > .class .class-body p {
  color: white !important;
}
body.dark .header-top li ul li a, body.cookie-dark .header-top li ul li a {
  color: rgba(34, 34, 34, 0.8) !important;
}
body.dark .inline-image-box .user a, body.dark .inline-image-box .category a, body.cookie-dark .inline-image-box .user a, body.cookie-dark .inline-image-box .category a {
  color: white !important;
}
body.dark .sidebar-muzik p:before, body.dark .sidebar-muzik p:after, body.cookie-dark .sidebar-muzik p:before, body.cookie-dark .sidebar-muzik p:after {
  color: white !important;
}
body.dark .inline-image-box .title a, body.dark .author-post a, body.dark .inline-little-image-box .title a, body.dark .image-block-box .title a, body.dark label, body.dark .description, body.dark .label, body.dark .link, body.dark summary, body.cookie-dark .inline-image-box .title a, body.cookie-dark .author-post a, body.cookie-dark .inline-little-image-box .title a, body.cookie-dark .image-block-box .title a, body.cookie-dark label, body.cookie-dark .description, body.cookie-dark .label, body.cookie-dark .link, body.cookie-dark summary {
  color: white !important;
}
body.dark .view-block-title h2, body.dark input#edit-keys, body.dark .search-block-form div.form-actions:After, body.dark h1, body.dark .breadcrumb li:first-child span:before, body.dark .field--name-field-kaynagi, body.dark li, body.dark .page-post-top .font-controller div, body.cookie-dark .view-block-title h2, body.cookie-dark input#edit-keys, body.cookie-dark .search-block-form div.form-actions:After, body.cookie-dark h1, body.cookie-dark .breadcrumb li:first-child span:before, body.cookie-dark .field--name-field-kaynagi, body.cookie-dark li, body.cookie-dark .page-post-top .font-controller div {
  color: white;
}
body.dark .inline-image-box .date, body.dark .inline-image-box .category, body.dark .inline-image-box .program, body.dark .inline-image-box .user, body.dark .inline-little-image-box .detail .date, body.dark .inline-little-image-box .detail .user, body.dark .inline-little-image-box .detail .program, body.dark .image-block-box .detail .date, body.dark .image-block-box .detail .user, body.dark .image-block-box .detail .program, body.cookie-dark .inline-image-box .date, body.cookie-dark .inline-image-box .category, body.cookie-dark .inline-image-box .program, body.cookie-dark .inline-image-box .user, body.cookie-dark .inline-little-image-box .detail .date, body.cookie-dark .inline-little-image-box .detail .user, body.cookie-dark .inline-little-image-box .detail .program, body.cookie-dark .image-block-box .detail .date, body.cookie-dark .image-block-box .detail .user, body.cookie-dark .image-block-box .detail .program {
  color: white;
}
body.dark .inline-image-box .date:Before, body.dark .inline-image-box .category:Before, body.dark .inline-image-box .program:Before, body.dark .inline-image-box .user:Before, body.dark .inline-little-image-box .detail .date:Before, body.dark .inline-little-image-box .detail .user:Before, body.dark .inline-little-image-box .detail .program:Before, body.dark .image-block-box .detail .date:Before, body.dark .image-block-box .detail .user:Before, body.dark .image-block-box .detail .program:Before, body.cookie-dark .inline-image-box .date:Before, body.cookie-dark .inline-image-box .category:Before, body.cookie-dark .inline-image-box .program:Before, body.cookie-dark .inline-image-box .user:Before, body.cookie-dark .inline-little-image-box .detail .date:Before, body.cookie-dark .inline-little-image-box .detail .user:Before, body.cookie-dark .inline-little-image-box .detail .program:Before, body.cookie-dark .image-block-box .detail .date:Before, body.cookie-dark .image-block-box .detail .user:Before, body.cookie-dark .image-block-box .detail .program:Before {
  color: white;
}
body.dark .program a, body.dark .inline-image-box .body p, body.dark .page-post-top .node-detail .post-podcast, body.dark .page-post-top .node-detail div, body.dark p, body.dark .field--name-field-kategori-ref > div a, body.dark .field--name-field-etiket-ref > div a, body.dark .field--name-field-kategori-ref > div:first-child:before, body.dark .field--name-field-etiket-ref > div:first-child:before, body.dark .view-yayin-akisi-yayin-donemi .view-content .views-field-name span, body.dark .view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content a, body.dark .view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content .file--mime-application-pdf:before, body.dark .yayin-sikligi-program i:before, body.dark .kayit-arsivi i:before, body.dark .hazirlayanlar i:before, body.dark .yayin-donemi i:before, body.dark .yayin-sikligi-program > div, body.dark .kayit-arsivi > div, body.dark .hazirlayanlar > div, body.dark .yayin-donemi > div, body.dark .view-header, body.dark .view-id-programlar .view-filters label, body.dark .view-id-destekcilerimiz .view-filters label, body.dark .view-podcastler .view-filters label, body.dark .view-id-programlar .view-content caption, body.dark .view-id-destekcilerimiz .view-content caption, body.dark .view-podcastler .view-content caption, body.dark table thead th, body.dark table tbody td, body.cookie-dark .program a, body.cookie-dark .inline-image-box .body p, body.cookie-dark .page-post-top .node-detail .post-podcast, body.cookie-dark .page-post-top .node-detail div, body.cookie-dark p, body.cookie-dark .field--name-field-kategori-ref > div a, body.cookie-dark .field--name-field-etiket-ref > div a, body.cookie-dark .field--name-field-kategori-ref > div:first-child:before, body.cookie-dark .field--name-field-etiket-ref > div:first-child:before, body.cookie-dark .view-yayin-akisi-yayin-donemi .view-content .views-field-name span, body.cookie-dark .view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content a, body.cookie-dark .view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content .file--mime-application-pdf:before, body.cookie-dark .yayin-sikligi-program i:before, body.cookie-dark .kayit-arsivi i:before, body.cookie-dark .hazirlayanlar i:before, body.cookie-dark .yayin-donemi i:before, body.cookie-dark .yayin-sikligi-program > div, body.cookie-dark .kayit-arsivi > div, body.cookie-dark .hazirlayanlar > div, body.cookie-dark .yayin-donemi > div, body.cookie-dark .view-header, body.cookie-dark .view-id-programlar .view-filters label, body.cookie-dark .view-id-destekcilerimiz .view-filters label, body.cookie-dark .view-podcastler .view-filters label, body.cookie-dark .view-id-programlar .view-content caption, body.cookie-dark .view-id-destekcilerimiz .view-content caption, body.cookie-dark .view-podcastler .view-content caption, body.cookie-dark table thead th, body.cookie-dark table tbody td {
  color: white !important;
}
body.dark .broadcast-item, body.dark .view-destekcilerimiz .view-content p, body.dark .view-kurumsal-detayi .views-row, body.dark .view-kurumsal-detayi .row, body.dark .inline-image-box .views-row, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row, body.cookie-dark .broadcast-item, body.cookie-dark .view-destekcilerimiz .view-content p, body.cookie-dark .view-kurumsal-detayi .views-row, body.cookie-dark .view-kurumsal-detayi .row, body.cookie-dark .inline-image-box .views-row, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  color: white;
}
body.dark .broadcast-item .time, body.dark .view-destekcilerimiz .view-content p .time, body.dark .view-kurumsal-detayi .views-row .time, body.dark .view-kurumsal-detayi .row .time, body.dark .inline-image-box .views-row .time, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row .time, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row .time, body.cookie-dark .broadcast-item .time, body.cookie-dark .view-destekcilerimiz .view-content p .time, body.cookie-dark .view-kurumsal-detayi .views-row .time, body.cookie-dark .view-kurumsal-detayi .row .time, body.cookie-dark .inline-image-box .views-row .time, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row .time, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row .time {
  color: white;
}
body.dark .broadcast-item:hover .time, body.dark .view-destekcilerimiz .view-content p:hover .time, body.dark .view-kurumsal-detayi .views-row:hover .time, body.dark .view-kurumsal-detayi .row:hover .time, body.dark .inline-image-box .views-row:hover .time, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row:hover .time, body.dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row:hover .time, body.cookie-dark .broadcast-item:hover .time, body.cookie-dark .view-destekcilerimiz .view-content p:hover .time, body.cookie-dark .view-kurumsal-detayi .views-row:hover .time, body.cookie-dark .view-kurumsal-detayi .row:hover .time, body.cookie-dark .inline-image-box .views-row:hover .time, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .views-row:hover .time, body.cookie-dark .view-dinleyiciden-detay .views-infinite-scroll-content-wrapper .row:hover .time {
  color: rgba(34, 34, 34, 0.8);
}
body.dark .site-logo img:last-child, body.cookie-dark .site-logo img:last-child {
  display: block !important;
}
body.dark .site-logo img:first-child, body.cookie-dark .site-logo img:first-child {
  display: none !important;
}
body.dark a:hover, body.cookie-dark a:hover {
  color: white;
}

body {
  background-color: #FFF;
}

.layout-container {
  overflow: hidden;
}

.contextual-links li {
  text-indent: 0;
}
.contextual-links li:before {
  display: none;
}

.view-id-programlar .view-content caption {
  display: block;
}

article img {
  max-width: 100%;
  height: auto !important;
}
article img.align-left {
  margin-right: 15px;
}
article img.align-right {
  margin-left: 15px;
}

.summary.post p {
  font-size: 18px;
  font-style: italic;
}

table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

blockquote {
  font-size: 24px;
  padding: 0 0 0 140px;
  border-left: none;
  position: relative;
  margin: 40px 0 50px;
  line-height: 1.33;
  overflow: hidden;
  min-height: 80px;
}
blockquote:after {
  position: absolute;
  font-family: "PT Sans", Helvetica Neue, Arial, Sans-serif;
  content: "“";
  left: 15px;
  color: #dddddd;
  font-style: normal;
  font-size: 250px;
  line-height: 1;
  top: -20px;
  height: 100%;
}

.node--type-dinleyiciden-post .field__item:nth-child(odd) .paragraph.paragraph--type--multifield.paragraph--view-mode--default {
  border-left: 3px solid #e30011;
  padding-left: 20px;
  margin-bottom: 30px;
}
.node--type-dinleyiciden-post .field__item:nth-child(even) .paragraph.paragraph--type--multifield.paragraph--view-mode--default {
  border-left: 3px solid gray;
  padding-left: 20px;
  margin-bottom: 30px;
}

.paragraph--type--views-reference .canli-yayin.wrapper.simdi.view.view-yayin-akisi {
  background-image: url(/themes/custom/acikradyo/img/radiostation.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 280px;
  background-color: #242526;
  background-blend-mode: soft-light;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--views-reference .canli-yayin.wrapper.simdi.view.view-yayin-akisi {
    height: 306px;
  }
}

.canli-yayin.wrapper.simdi.view.view-yayin-akisi {
  background-image: url(/themes/custom/acikradyo/img/radiostation.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 280px;
  background-color: #242526;
  background-blend-mode: soft-light;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .canli-yayin.wrapper.simdi.view.view-yayin-akisi {
    height: 306px;
  }
}
@media screen and (max-width: 992px) {
  .canli-yayin.wrapper.simdi.view.view-yayin-akisi {
    margin-top: 45px;
  }
}
.canli-yayin.wrapper.simdi.view.view-yayin-akisi .block-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.canli-yayin.wrapper.simdi.view.view-yayin-akisi .block-head h2 {
  line-height: inherit;
}

.canli-yayin .view-header {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.canli-yayin .view-header h2 {
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  font-weight: 500;
}
.canli-yayin .view-header .mic-icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  float: right;
  padding: 2px 7.5px;
  margin-right: 20px;
  font-weight: 700;
  color: black;
}
.canli-yayin .view-header .mic-icon:before {
  font-weight: 700;
}
.canli-yayin .view-header span.mic-icon:after {
  content: "\e90f";
  font-family: "icomoon" !important;
  color: #222;
  font-size: 18px;
  display: none;
}

.canli-yayin .view-content {
  padding-left: 20px;
  margin-top: 15px;
}
.canli-yayin .view-content .simdi .time-prefix {
  background-color: #e30011;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: left;
  padding: 2px 10px 2px 10px;
  font-size: 14px;
}
.canli-yayin .view-content .simdi .time {
  font-size: 14px;
  color: #fff;
  float: left;
  padding-top: 3px;
  padding-left: 10px;
  font-weight: 300;
}
.canli-yayin .view-content .simdi .name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.canli-yayin .view-content .simdi .name a {
  color: white;
}
.canli-yayin .view-content .simdi .description {
  font-size: 14px;
  color: #fff;
  float: left;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 25px;
}
.canli-yayin .view-content .sonraki h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}

.canli-yayin.sonraki.view.view-yayin-akisi.view-id-yayin_akisi {
  float: left;
  width: 100%;
}

.canli-yayin .view-footer .time-prefix {
  background-color: #4374ba;
  text-align: center;
  color: #fff;
  font-weight: 500;
  float: left;
  padding: 2px 10px 2px 10px;
  font-size: 14px;
}
.canli-yayin .view-footer .time {
  font-size: 14px;
  color: #fff;
  float: left;
  padding-top: 3px;
  padding-left: 10px;
  font-weight: 300;
}
.canli-yayin .view-footer .name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  width: 100%;
}
.canli-yayin .view-footer .name a {
  color: #fff;
}
.canli-yayin .view-footer .description {
  font-size: 14px;
  color: #fff;
  float: left;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 22px;
}

.view-yayin-akisi-yayin-donemi .view-content .views-field-name span {
  font-size: 22px;
}

.view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content {
  border: 1px solid #D8D8D8;
  margin-top: 20px;
}
.view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content .file--application-pdf {
  background: none;
  color: #222;
  font-size: 28px;
  display: flex;
  align-items: center;
  padding: 0;
}
.view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content .file--mime-application-pdf:before {
  content: "\e901";
  font-family: "icomoon" !important;
  color: #222;
  padding: 10px;
}
.view-yayin-akisi-yayin-donemi .view-content .views-field-field-yayin-akisi-dosyasi .field-content a {
  padding: 10px 20px;
  color: #222;
  border-left: 1px solid #D8D8D8;
  line-height: 2;
  font-size: 16px;
}

.region-sidebar .podcast {
  margin: 0px;
  position: relative;
}

.podcast {
  background-image: url(/themes/custom/acikradyo/img/pod.png);
  background-repeat: no-repeat;
  height: 80px;
  background-color: #242526;
  background-blend-mode: soft-light;
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: bottom;
  position: relative !important;
}
.podcast a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yayin-akisi .view-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yayin-akisi .broadcast-item {
  flex: 0 0 32%;
  min-height: 190px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  float: left;
  margin: 1% 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .yayin-akisi .broadcast-item {
    flex: 0 0 49%;
  }
}
.yayin-akisi .broadcast-item .time {
  color: #222222;
}
.yayin-akisi .broadcast-item .name {
  font-size: 20px;
}
.yayin-akisi .broadcast-item .sponsor {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 5px;
  left: 0;
  right: 0;
}
.yayin-akisi .broadcast-item .sponsor img {
  position: relative;
}
.yayin-akisi .broadcast-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  padding-top: 40px;
  justify-content: center;
  z-index: 1;
  font-style: 20px;
}
.yayin-akisi .broadcast-item:hover {
  background: #EFEFEF;
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup {
  width: 100%;
  display: none !important;
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios {
    flex-wrap: wrap;
  }
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item-gun {
  background: #e30011;
  padding: 10px;
  width: 15%;
  height: 45px;
  text-align: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 992px) {
  .yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item-gun {
    flex: 0 0 45%;
  }
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios input[checked=checked] + label {
  background-color: #CF020A;
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios label:hover {
  cursor: pointer;
}
.yayin-akisi .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper input.form-radio {
  display: none;
}

.sidebar-muzik {
  background-color: #e4e4e4;
  display: inline-block;
  width: 100%;
  margin-top: 75px;
}
.sidebar-muzik .view-content:before {
  content: "“";
  font-size: 50px;
  font-family: serif;
  left: 40px;
  position: absolute;
  color: black;
}
.sidebar-muzik .view-content:after {
  content: "”";
  font-size: 50px;
  font-family: serif;
  right: 40px;
  position: absolute;
  color: black;
  pointer-events: none;
}
.sidebar-muzik h2, .sidebar-muzik .viewsreference--view-title {
  padding-top: 20px;
  font-size: 22px;
  color: #35363A;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: -5px;
  text-transform: uppercase;
}
.sidebar-muzik h2:before, .sidebar-muzik .viewsreference--view-title:before {
  content: "—";
  color: #e30011;
  border: 2px;
  font-weight: 900;
  padding-right: 10px;
}
.sidebar-muzik p {
  padding: 0 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #35363A;
  line-height: 1.8;
  padding-top: 50px;
  position: relative;
}
.sidebar-muzik .view-footer {
  padding: 30px;
  float: right;
}

.field--type-entity-reference div#block-inboxacikradyo img {
  float: left;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-color: #242526;
  background-blend-mode: soft-light;
  width: 100%;
  height: auto;
}

.view-block-title h2 {
  font-size: 22px;
  color: #35363A;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
}
.view-block-title h2:before {
  content: "—";
  color: #e30011;
  padding-right: 10px;
  border: 2px;
  font-weight: 900;
}

.view-anasayfa-muzik .view-header h2 {
  margin-top: 55px;
}

.grey-background {
  background-color: #f7f7f7;
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .breadcrumb {
    margin-top: 40px;
  }
}

.kurumsal-destekcilerimiz .view-content a {
  color: #222;
}
.kurumsal-destekcilerimiz .view-content tbody td {
  vertical-align: inherit;
  color: #222;
  border: 1px solid #B5B5B5;
}
.kurumsal-destekcilerimiz .view-content td:nth-child(0n+1) {
  background-color: #dee2e6;
  border: 1px solid #B5B5B5;
  color: #222;
  font-weight: 600;
  padding-left: 20px;
  text-transform: uppercase;
}
.kurumsal-destekcilerimiz .view-content tr:nth-of-type(even) td:nth-of-type(1) {
  background: #fff;
}
.kurumsal-destekcilerimiz .view-content tbody img {
  width: 60%;
  height: auto;
  justify-content: center;
}
.kurumsal-destekcilerimiz .view-content tbody img.image-style-medium {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.field--name-field-gorsel img {
  width: 100%;
  height: auto;
}

.page-post-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 1440px) {
  .page-post-top {
    flex-direction: column;
  }
}
.page-post-top .page-post-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-post-top .page-post-right > div {
  padding-left: 20px;
}
.page-post-top .page-post-right .font-controller-text {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .page-post-top .page-post-right {
    justify-content: flex-start;
    padding: 20px 0;
  }
  .page-post-top .page-post-right > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  .page-post-top .page-post-right > div {
    padding: 0px 5px;
  }
}
@media (max-width: 992px) {
  .page-post-top .page-post-right > div:first-child {
    padding-left: 0;
  }
}
.page-post-top .page-post-left {
  width: 100%;
}
.page-post-top .node-detail {
  display: flex;
  align-content: center;
}
@media (max-width: 992px) {
  .page-post-top .node-detail {
    flex-wrap: wrap;
  }
}
.page-post-top .node-detail .post-date {
  justify-content: center;
}
.page-post-top .node-detail div {
  margin-right: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
}
.page-post-top .node-detail div .author-post, .page-post-top .node-detail div .post-author {
  display: flex;
  flex-direction: column;
  width: 115px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .page-post-top .node-detail div .author-post, .page-post-top .node-detail div .post-author {
    width: 100%;
    flex-direction: row;
  }
}
.page-post-top .node-detail div .author-post a, .page-post-top .node-detail div .post-author a {
  color: black;
}
@media (max-width: 992px) {
  .page-post-top .node-detail div .author-post a, .page-post-top .node-detail div .post-author a {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .page-post-top .node-detail .post-author {
    padding-top: 30px;
  }
}
.page-post-top .node-detail > div {
  flex: 1;
}
@media (max-width: 992px) {
  .page-post-top .node-detail > div {
    margin-right: 0;
  }
}
.page-post-top .node-detail .post-podcast {
  padding: 2px 7px;
  background: rgba(34, 34, 34, 0.8);
  color: white;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 992px) {
  .page-post-top .node-detail .post-podcast {
    flex: 1 0 50%;
  }
}
.page-post-top .node-detail .post-podcast a {
  color: white;
  font-size: 14px;
  width: 100%;
  padding: 4px;
}
@media (max-width: 992px) {
  .page-post-top .node-detail .post-date {
    flex: 1 0 50%;
    justify-content: center;
  }
}
.page-post-top .font-controller {
  display: flex;
  align-items: center;
}
.page-post-top .font-controller div {
  padding: 2px;
  font-size: 24px;
  font-weight: 500;
}
.page-post-top .font-controller div:hover {
  cursor: pointer;
}
.page-post-top .body-controller {
  display: flex;
}
.page-post-top .body-controller div {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-post-top .body-controller div:hover {
  cursor: pointer;
}
.page-post-top .body-controller .yellow {
  background: yellow;
}
.page-post-top .body-controller .black {
  background: black;
  color: white;
}
.page-post-top .body-controller .white {
  background: white;
  border: 1px solid #d8d8d8;
}
.page-post-top .social-media {
  display: flex;
  align-items: center;
}
.page-post-top .social-media i:before {
  padding: 10px;
  color: white;
}
.page-post-top .social-media .icon-facebook:before {
  background: #475993;
}
.page-post-top .social-media .icon-twitter:before {
  background: #76A9EE;
}
.page-post-top .social-media .icons-whatsapp:before {
  background: #4dc247;
  position: relative;
  font-size: 22px;
  padding: 7px;
  top: 0px;
}
.page-post-top .social-media .icon-youtube:before {
  background: #FF000A;
}
.page-post-top .social-media .icon-rss:before {
  background: #fd7800;
}

.breadcrumb li:first-child {
  padding-right: 30px;
}
.breadcrumb li:first-child span {
  color: transparent !important;
  white-space: pre;
  overflow: hidden;
  position: absolute;
  width: 30px;
}
.breadcrumb li:first-child span:before {
  font-family: "icomoon" !important;
  content: "\e904" !important;
  position: absolute;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  font-size: 18px;
  color: #777272;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li span {
  color: #777272;
  font-size: 14px;
  padding-left: 10px;
}
.breadcrumb li:before {
  content: "/" !important;
  position: relative;
  left: 5px;
  color: #777272;
  font-size: 14px;
}

.field--name-field-kaynagi {
  font-style: italic;
  font-size: 12px;
  text-align: right;
}

.field--name-field-kategori-ref, .field--name-field-etiket-ref {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.field--name-field-kategori-ref > div:first-child:before, .field--name-field-etiket-ref > div:first-child:before {
  font-family: "icomoon" !important;
  content: "\e906";
  position: absolute;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  font-size: 18px;
}
.field--name-field-kategori-ref > div:first-child a, .field--name-field-etiket-ref > div:first-child a {
  padding-left: 30px;
}
.field--name-field-kategori-ref > div a:after, .field--name-field-etiket-ref > div a:after {
  content: ",";
}
.field--name-field-kategori-ref > div a, .field--name-field-etiket-ref > div a {
  padding-left: 3px;
  color: rgba(34, 34, 34, 0.8);
}
.field--name-field-kategori-ref > div:last-child a:after, .field--name-field-etiket-ref > div:last-child a:after {
  content: "";
}

@media (min-width: 992px) {
  .view-anasayfa-muzik .row, .view-anasayfa-muzik .inline-image-box, .view-anasayfa-kultur-sanat .row, .view-anasayfa-kultur-sanat .inline-image-box {
    position: relative;
    left: 8px;
  }
}
.view-podcastler .col-12 .podcast-item {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.view-podcastler .col-12 .podcast-item.bottom {
  background: #e6e6e6;
  height: auto;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.view-podcastler .col-12 .podcast-item.bottom .itunes-rss {
  display: flex;
  flex-wrap: wrap;
}
.view-podcastler .col-12 .podcast-item.bottom a {
  padding-right: 15px;
  display: flex;
  align-items: center;
  text-align: center;
}
.view-podcastler .col-12 .podcast-item.bottom a .icon--apple-podcast {
  background: url(/themes/custom/acikradyo/img/apple.svg);
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.view-podcastler .col-12 .podcast-item.bottom a .icon--apple-podcast:before {
  display: none;
}
.view-podcastler .col-12 .podcast-item.bottom a .icons--spotify {
  background: url(/themes/custom/acikradyo/img/spotify.svg);
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.view-podcastler .col-12 .podcast-item.bottom a .icons--spotify:before {
  display: none;
}
.view-podcastler .col-12 .podcast-item.bottom a .icons--google-podcast {
  background: url(/themes/custom/acikradyo/img/google.svg);
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.view-podcastler .col-12 .podcast-item.bottom a .icons--google-podcast:before {
  display: none;
}

.view-id-programlar .view-filters .js-form-item, .view-id-programlar .bef-exposed-form .js-form-item, .view-id-destekcilerimiz .view-filters .js-form-item, .view-id-destekcilerimiz .bef-exposed-form .js-form-item, .view-podcastler .view-filters .js-form-item, .view-podcastler .bef-exposed-form .js-form-item {
  width: 48%;
}
@media (max-width: 992px) {
  .view-id-programlar .view-filters .js-form-item, .view-id-programlar .bef-exposed-form .js-form-item, .view-id-destekcilerimiz .view-filters .js-form-item, .view-id-destekcilerimiz .bef-exposed-form .js-form-item, .view-podcastler .view-filters .js-form-item, .view-podcastler .bef-exposed-form .js-form-item {
    width: 100%;
  }
}
.view-id-programlar .view-filters label, .view-id-programlar .bef-exposed-form label, .view-id-destekcilerimiz .view-filters label, .view-id-destekcilerimiz .bef-exposed-form label, .view-podcastler .view-filters label, .view-podcastler .bef-exposed-form label {
  line-height: 40px;
}
.view-id-programlar .view-filters .form-select, .view-id-programlar .bef-exposed-form .form-select, .view-id-destekcilerimiz .view-filters .form-select, .view-id-destekcilerimiz .bef-exposed-form .form-select, .view-podcastler .view-filters .form-select, .view-podcastler .bef-exposed-form .form-select {
  background: #f3f3f3;
}
.view-id-programlar .view-filters .form-submit, .view-id-programlar .bef-exposed-form .form-submit, .view-id-destekcilerimiz .view-filters .form-submit, .view-id-destekcilerimiz .bef-exposed-form .form-submit, .view-podcastler .view-filters .form-submit, .view-podcastler .bef-exposed-form .form-submit {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 8px 20px;
  background: #35363A;
  color: white;
  border-radius: 5px;
  border: 0;
}
.view-id-programlar .view-content caption, .view-id-destekcilerimiz .view-content caption, .view-podcastler .view-content caption {
  font-size: 20px;
  line-height: 100px;
}

.views-field-field-program-podcast-url a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.views-field-field-program-podcast-url a .icons--headphone {
  background: url(/themes/custom/acikradyo/img/apple.svg);
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.views-field-field-program-podcast-url a .icons--headphone:before {
  display: none;
}
.views-field-field-program-podcast-url a .icons--spotify {
  background: url(/themes/custom/acikradyo/img/spotify.svg);
  width: 100px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.views-field-field-program-podcast-url a .icons--spotify:before {
  display: none;
}
.views-field-field-program-podcast-url a .icons--google-podcast {
  background: url(/themes/custom/acikradyo/img/google.svg);
  width: 25px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
  text-align: center;
}
.views-field-field-program-podcast-url a .icons--google-podcast:before {
  display: none;
}
.views-field-field-program-podcast-url a i {
  width: 25px;
  height: 30px;
  font-size: 25px;
  padding-top: 5px;
}

.view-destekcilerimiz .view-content p, .yayin-akisi .broadcast-item {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px rgba(34, 34, 34, 0.8);
  color: rgba(34, 34, 34, 0.8);
  font-size: inherit;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
  transition: color 0.25s;
}
.view-destekcilerimiz .view-content p::before, .view-destekcilerimiz .view-content p::after, .yayin-akisi .broadcast-item::before, .yayin-akisi .broadcast-item::after {
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.view-destekcilerimiz .view-content p::before, .yayin-akisi .broadcast-item::before {
  top: 0;
  left: 0;
}
.view-destekcilerimiz .view-content p::after, .yayin-akisi .broadcast-item::after {
  bottom: 0;
  right: 0;
}
.view-destekcilerimiz .view-content p:hover, .yayin-akisi .broadcast-item:hover {
  color: #e30011;
}
.view-destekcilerimiz .view-content p:hover::before, .view-destekcilerimiz .view-content p:hover::after, .yayin-akisi .broadcast-item:hover::before, .yayin-akisi .broadcast-item:hover::after {
  width: 100%;
  height: 100%;
}
.view-destekcilerimiz .view-content p:hover::before, .yayin-akisi .broadcast-item:hover::before {
  border-top-color: #e30011;
  border-right-color: #e30011;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.view-destekcilerimiz .view-content p:hover::after, .yayin-akisi .broadcast-item:hover::after {
  border-bottom-color: #e30011;
  border-left-color: #e30011;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.is-loading,
.is-loading a {
  cursor: progress;
}

.view-id-program_icerikleri.view-display-id-block_1 .views-infinite-scroll-content-wrapper .row:first-child {
  margin-top: 30px;
}

#search-form {
  padding: 15px;
  box-shadow: 0 0px 5px rgba(57, 63, 72, 0.3);
}
#search-form #edit-submit {
  float: right;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 8px 20px;
  background: #35363A;
  color: white;
  border-radius: 5px;
  border: 0;
}
#search-form #edit-keys {
  font-size: 16px;
}

.app {
  z-index: 99999;
  padding-top: 10px;
  /* Phone */
  /* Middle */
}
.app .phone {
  position: relative;
  z-index: 2;
  width: 21rem;
  background-color: inherit;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}
.app .content {
  display: flex;
  flex-direction: column;
  margin: auto;
  text-align: center;
  width: 70%;
  transform: translateY(5%);
  align-items: flex-end;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .app .content {
    margin-right: 2px;
    width: 60%;
  }
}
@media (max-width: 992px) {
  .app .content {
    right: 50%;
  }
}
.app label, .app .toggle {
  height: 2rem;
  border-radius: 100px;
}
.app label {
  width: 60%;
  width: 50px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  background-color: black;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.app .toggle {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background-color: white;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  .app .toggle {
    z-index: 3;
  }
}
.app .names {
  font-size: 90%;
  font-weight: bolder;
  width: 65%;
  margin-left: 17.5%;
  margin-top: 0.5%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.app .light {
  position: relative;
  right: 5px;
}
.app .dark {
  position: relative;
  left: 5px;
}
.app .dark, .app .light {
  margin-top: 2px;
  color: black !important;
}

/* -------- Switch Styles ------------*/
[type=checkbox] {
  display: none;
}

/* Toggle */
[type=checkbox]:checked + .light {
  display: none;
}

[type=checkbox]:checked + .app .toggle {
  transform: translateX(100%);
  background-color: white;
  top: 1px;
  left: 5px;
}

[type=checkbox]:checked + .app .dark {
  opacity: 1;
}

/* App */
.rtecenter {
  text-align: center;
}

.user-login-form .form-submit, .user-pass .form-submit {
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 8px 20px;
  background: #35363A;
  color: white;
  border-radius: 5px;
  border: 0;
}

.view-dosya-arsivi .row {
  padding-bottom: 30px;
}

.view-display-id-block_2 .rek-item {
  padding-top: 85px;
}
.view-display-id-block_2 .view-footer {
  text-align: right;
}
@media (max-width: 992px) {
  .view-display-id-block_2 .row .inline-little-image-box .col-md-6 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .view-display-id-block_2 .row .col-md-6:first-child {
    padding: 0;
  }
  .view-display-id-block_2 .row .col-md-6 {
    border-radius: 5px;
    overflow: hidden;
  }
  .view-display-id-block_2 .row .col-md-6 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
  .view-display-id-block_2 .row .col-md-6 img:hover {
    transform: scale(1.1);
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  }
}

.view-display-id-block_2.view-dosya-arsivi .rek-item {
  padding-top: 0;
}

.view-dosya-detay .user {
  padding-right: 20px;
}

.view-anasayfa-gundem .inline-image-box, .view-anasayfa-editorun-secimi .inline-image-box {
  margin-bottom: 30px;
}

.day-links {
  display: flex;
  justify-content: space-around;
  padding: 0;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  .day-links {
    flex-wrap: wrap;
  }
}
.day-links li {
  background: #e30011;
  padding: 10px;
  width: 13%;
  height: 45px;
  text-align: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 992px) {
  .day-links li {
    flex: 0 0 45%;
    margin: 5px;
  }
}
.day-links li.active {
  background-color: #bf0000;
}
.day-links li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  color: white;
}

.view-dosya-detay .inline-image-box > .row, .view-program-icerikleri .inline-image-box > .row, .view-program-icerikleri .inline-image-box > .row {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .smallimage-horizontal.view.view-anasayfa-editorun-secimi .row {
    position: relative;
    left: 15px;
  }
}

.program-yapmak-istiyorum a {
  text-align: center;
  display: block;
  padding: 25px;
  margin: 30px 0;
  background: #e4e4e4;
  left: 0;
  width: 100%;
}

sidebar .program-yapmak-istiyorum a {
  text-align: center;
  display: block;
  padding: 25px;
  margin: 30px 0;
  background: #e4e4e4;
  left: 0;
  width: 100%;
  position: relative;
}

.view-dosya-arsivi .inline-little-image-box .description p {
  font-size: 12px;
  line-height: 14px;
}

#block-anagezintimenusu #block-darkmode input {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 23px;
  z-index: 5;
  display: block;
}

.view-content img {
  max-width: 100%;
  height: auto;
}

.view.table-full table tbody td {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .view.table-full table tbody td:first-child {
    min-width: 230px;
  }
}
@media (min-width: 768px) {
  .view.table-full table tbody td:first-child {
    min-width: 314px;
  }
  .view.table-full table tbody td:nth-child(2) {
    min-width: 250px;
  }
}

@media (min-width: 992px) {
  .desktop-hidden {
    display: none;
  }
}
@media (max-width: 992px) {
  .mobile-hidden {
    display: none;
  }
}
.img-full img {
  width: 100%;
  height: auto;
}

.mt-30 {
  margin-top: 30px;
}

.sponsor-block-wrapper .sponsor-item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  min-height: 210px;
  padding: 4px;
  width: calc(50% - 6px);
  border: 2px solid rgba(34, 34, 34, 0.8);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 576px) {
  .sponsor-block-wrapper .sponsor-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sponsor-block-wrapper .sponsor-item:hover {
  border-color: #e30011;
}
.sponsor-block-wrapper .sponsor-item .sponsor-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sponsor-block-wrapper .sponsor-item .sponsor-img img {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
.sponsor-block-wrapper .sponsor-item .sponsor-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding: 6px 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.view-program-sponsoru .views-field-field-sponsor-gorsel {
  padding: 20px 0;
}

.gsc-control-cse {
  padding: 0px !important;
  font-family: "Poppins" !important;
}
.gsc-control-cse table {
  overflow: auto;
}
.gsc-control-cse .gs-web-image-box {
  margin-right: 10px;
}
.gsc-control-cse .gsc-table-result {
  font-family: "Poppins" !important;
}
.gsc-control-cse .gsc-adBlock, .gsc-control-cse .gsc-above-wrapper-area {
  display: none !important;
}

.node--unpublished {
  background-color: #2a2b2d !important;
}

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