.webblock:nth-child(even) {
  /*direction: rtl;*/
  background: rgba(150,150,150,0.05);
}

.email-b .container:nth-child(odd) .row .align-self-center {
  /*background: red;*/
  direction: ltr;
  order: 2;
}

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

code {
  color: var(--accent-color);
}

.hero .btn {
  margin-top: 10px;
}

.view-more {
  display: none;
}

@media (min-width: 768px) {
  #profile {
    border-radius: initial !important;
    /*margin-bottom: initial !important;*/
  }
}

#profile {
  border-radius: 1100px;
  margin-bottom: 40px;
}

a {
  color: var(--accent-color);
  text-decoration: none;
}

a:hover {
  color: var(--accent-color);
}

.hidden {
  display: none;
}

.projects a {
  text-decoration: none;
}

.bs-icon-circle.bs-icon-primary.bs-icon {
  background: var(--accent-color);
}

.bs-icon-circle.bs-icon-primary.bs-icon {
  font-size: 26px;
  padding: 23px;
}

#mini-selector button {
  width: 100%;
  /*margin: 10px 50px;*/
}

#mini-selector .hide {
  display: none;
}

.btn-default.view-more {
  display: block;
}

.brands {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-default.view-more {
  max-width: 300px;
  /*width: 80% !important;*/
}

#icons i, #icons svg {
  /*border: 1px solid white;*/
  /*padding: 5px;*/
  /*border-radius: 100px;*/
  /*width: 44px;*/
  /*height: 32PX;*/
  font-size: 24px;
}

.btn.disabled, .btn:disabled {
  opacity: 0.2;
}

div#final-results > p {
  display: none;
}

div#final-results p.myType {
  display: block;
  background: none;
  color: #666;
}

div#final-results p.myType a {
  text-decoration: underline;
  font-weight: 800;
}

.xyz {
  display: none;
}

.summary .tile {
  border: 13px solid #faf5f1;
  border-radius: 25px;
  padding: 10px;
  background-color: #e0e0e0;
}

.summary .tile h3 {
  font-size: 20px;
}

.summary h2 {
  margin-top: 50px;
}

.tile p {
  margin-left: 25px;
  color: #666;
  margin-right: 5px;
  line-height: 1.2;
  font-size: 15px;
}

.tile.green {
  background-color: #c1eebd;
}

.tile.yellow {
  background-color: #f4ebbe;
}

.tile.red {
  background-color: #f7b7b3;
}

.row[id*=type] {
  /*display: none;*/
}

#portfolio img {
  border-radius: 0 20px;
}

.portfolio img:hover {
  background-size: contain;
}

.projects-clean .projects {
  /*padding-bottom: 30px;*/
}

#featured item {
  margin: 10px;
}

.item {
  margin: 10px;
}

.slick-arrow:before {
  color: #000 !important;
  font-size: 30px !important;
}

.row.portfolio > * {
  padding-bottom: 15px;
}

.red {
  --accent-color: #dc3545;
  /*--hightlight: linear-gradient(rgba(255,255,255,0) 60%,#face3d 60%,#face3d 80%,rgba(255,255,255,0) 80%);*/
}

.highlight {
  background-color: var(--highlight);
}

.red .highlight {
  background: linear-gradient(rgba(255,255,255,0) 60%,#face3d 60%,#face3d 80%,rgba(255,255,255,0) 80%);
}

body {
  --accent-color: #6e9cc6;
  --second-color: #e3f2ff;
  --accent-color: #2590ed;
  --third-color: #d08908;
  overflow-x: hidden !important;
  /*--accent-color: #ff00a4;*/
  /*color: #555555;*/
}

.tags {
  background: var(--accent-color);
  display: inline-block;
  margin: 0;
  color: var(--bs-body-bg);
  padding: 4px 20px;
  border-radius: 6px;
  font-size: 11px;
  margin: 10px 5px 0 0;
}

.line {
  animation-fill-mode: red;
}

#Layer_2 {
  max-width: 125px;
  fill: var(--accent-color);
  display: block;
}

.portfolio h6 {
  color: white;
}

a {
}

a.btn-light {
  background: white;
  border: none;
  color: #000;
  margin-top: 20PX;
  font-size: 14PX;
  text-transform: none;
}

.card-more {
  /*display: none;*/
  margin-top: 20px;
}

@media (min-width:992px) {
  a:hover .details {
    /*max-height: 500px;*/
    /*transition: all 0.3s ease;*/
    /*padding: 5px 15px;*/
    /*position: absolute;*/
  }
}

.details {
  /*display: none;*/
  /*margin-top: 20px;*/
  /*max-height: 0;*/
  /*transition: all 0.3s ease;*/
  /*overflow: hidden;*/
  /*background: white;*/
  /*color: #000;*/
  /*border-radius: 10px;*/
  /*padding: 1px 8px;*/
  /*border-radius: 27px;*/
  /*font-weight: 600;*/
  /*font-size: 11px !important;*/
  /*margin: 0 5px 1px 0;*/
  /*letter-spacing: 1px;*/
  /*position: absolute;*/
  /*bottom: 40px;*/
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

#portfolio a {
  text-decoration: none;
}

.captiom {
  /*text-align: center;*/
  font-style: italic;
  font-size: 14px;
  margin: 0;
  padding: 10px;
  text-decoration: none;
}

div#logos-gd img {
  padding: 15px;
}

#illustration-1 .slick-track {
  display: flex !important;
  align-items: center;
}

#illustration-1 .slick-slide {
  height: inherit !important;
}

#illustration-1 .slick-slide img {
  margin: auto;
}

.cat-hero p {
  color: #fff;
  /*padding: 17px;*/
}

.footer-links a {
  padding: 10px 20px;
}

.footer-links {
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

footer a:hover {
  color: var(--accent-color) !important;
}

@media (max-width: 765px) {
  p, div {
    font-size: 13px !important;
  }
}

@media (max-width: 765px) {
  div#featured {
    padding-bottom: 0 !important;
  }
}

.slick-dots li.slick-active button:before {
  font-size: 11px;
  padding-top: 2px;
}

.item {
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0px rgba(109,104,104,0.09);
  padding-bottom: 15px;
}

.item img {
  border-radius: 10px 10px 0 0;
  padding-bottom: 10px;
}

.item div {
  padding: 0 20px;
}

.projects-clean .item .description strong {
  text-decoration: underline;
}

.footer-basic h2 {
  font-size: 15px !important;
}

#icons {
}

.skill-card {
  aspect-ratio: 4/5;
  /*max-height: 60vw;*/
  display: block;
  border-radius: 10px;
  background-size: cover !important;
  padding: 15px;
}

@media (max-width: 992px) {
  .skill-card h6 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #hero {
    text-align: left !important;
  }
}

#hero {
  text-align: center;
}

#hereo svg {
  margin: auto;
}

#home-logo {
  /*margin-left: 62px;*/
}

@media (min-width: 768px) {
  #home-logo {
    margin-left: 0;
  }
}

a.navbar-brand.d-flex.align-items-center {
  margin: 0 !important;
}

#hero svg {
  margin: auto;
}

@media (min-width: 768px) {
  #hero svg {
    margin-left: 0;
  }
}

.brands .row .col-3 {
  padding: 15px;
}

#Layer_0 {
}

#brand-logos {
  width: 200%;
}

#jgb:hover #jg {
  visibility: hidden;
  display: none;
  z-index: -1;
}

#jgb, #jgb img {
  position: relative;
  /*aspect-ratio: 1/1;*/
  object-fit: contain;
}

#jgb img {
  padding: 15px;
  display: none;
}

.row.portfolio a {
  text-decoration: none;
  position: relative;
}

a:hover .skill-card {
  box-shadow: 3px 3px 5px 0px rgba(109, 104, 104, 0.09);
}

#jgb:hover img {
  display: block;
}

#icon-tools img {
  margin: auto;
  max-height: 57px;
  display: flex;
}

#icon-tools .tags {
  background: none;
  padding: 0;
  color: var(--bs-dark);
  text-align: center;
  margin: 10px auto;
  display: table;
  line-height: 9px;
  border: none;
}

.slick-prev {
  left: -35px !important;
}

section.photo-gallery img {
  max-height: 300px;
  width: auto;
  margin: 0 20px;
}

footer {
  margin-top: 80px;
}

.col.item:hover {
  box-shadow: 2px 2px 10px 1px #00000030;
}

.col.item div {
  padding-bottom: 30px;
}

.description.link {
  color: var(--accent-color);
  margin-top: 10px !important;
}

.col.item:hover .description.link {
  text-decoration: underline;
}

#desktop .col-md-6.offset-md-0 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
}

.photo-modal img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: -5px;
  box-shadow: 1px 1px 9px 2px #e0e0e0;
}

.photos.photo-modal > div {
  margin-bottom: 30px;
  padding: 0 15px;
}

.description.link strong {
  text-decoration: none !important;
}

.photos.photo-modal a {
  display: flex;
  flex-direction: column;
}

.portfolio .btn-secondary {
  border-color: #fff;
  color: #fff;
  margin-top: 20px !important;
}

.portfolio .btn-sm {
  padding: 6px 20px;
}

.portfolio a:hover .btn-secondary, .portfolio a:active .btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

span {
}

#featured .disabled a {
  filter: blur(5px);
}

#featured .disabled:after {
  content: " MORE COMING SOON ";
  position: absolute;
  top: 100px;
  font-weight: 800;
  background: var(--third-color);
  color: #000 !important;
  top: 50%;
  left: 50%;
  transform: rotate(-15deg) translate(-50%, -50%);
  text-align: center;
}

#featured .disabled {
  position: relative;
}

.featured-text:hover {
  text-decoration: none !important;
}

.featured-text:hover .description.link {
  text-decoration: underline !important;
}

.item:hover:has(.featured-text:hover) {
  box-shadow: 2px 2px 10px 1px #00000030;
}

.timeline {
  color: #6E6E6E;
}

.skill-card.cat {
  aspect-ratio: auto;
  padding: 26px;
}

.item {
}

@media (min-width: 992px) {
  .hero {
    padding: 30px;
  }
}

.cat-hero {
  border-radius: 10px !important;
  /*margin: 0 !important;*/
}

header.header-blue + #Featured {
  margin-top: 0px !important;
}

.hero img {
  padding-bottom: 20px;
}

.mom a {
  margin: -1px 15px 15px 0;
  display: inline-block;
  /*width: 70%;*/
}

#cat .skill-card.cat {
  aspect-ratio: 2/1;
}

#featured > div {
  margin-bottom: 20px;
}

h2 {
  /*padding-bottom: 47px;*/
}

.wiggle {
  animation: wiggle 0.5s infinite;
}

@keyframes wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(15deg);
  }
}

.group {
  background-image: url(https://cdn.prod.website-files.com/636496d3f0ebfdaba9784655/681aadf702863e74ef7e283c_580568535c3241197c59edbdc95c05ba_bg-stripes.svg);
  background-size: 8px;
  box-shadow: -1px 2px 10px 4px #0000000f;
}

.group img {
  /*mix-blend-mode: multiply;*/
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.spin {
  -webkit-animation: spin 25s linear infinite;
  -moz-animation: spin 25s linear infinite;
  animation: spin 25s linear infinite;
}

small {
  color: #666666;
  font-style: italic;
  /*font-size: 0.7rem;*/
  text-align: center;
  display: block;
}

nav.nav-sections i {
  display: block;
  font-size: 30px;
}

.item img {
  width: 100%;
}

.nav-sections {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid #ddd;
}

.menu {
  /*display: flex;*/
  list-style: none;
  margin: 0;
  padding: 0;
  /*justify-content: center;*/
  position: relative;
}

.menu-item {
  /*flex: 1;*/
  text-align: center;
}

.menu-item-link {
  text-decoration: none;
  padding: 10px 50px;
  display: block;
  color: #999;
  transition: color 0.3s ease-in-out;
}

.menu-item-link.active {
  color: var(--accent-color);
  font-weight: bold;
  text-decoration: none;
}

.menu-item-link:hover {
  color: var(--bs-body-color);
  /*font-weight: bold;*/
  text-decoration: none;
}

.active-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.stats p {
  font-size: small;
}

a.menu-item-link {
  text-decoration: none;
  position: relative;
  padding: 14px 20px;
  transition: color 0.6s ease;
}

a.menu-item-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: var(--accent-color);
  transition: width 0.6s ease, left 0.6s ease;
  transform: translateX(-50%);
}

a.menu-item-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: var(--accent-color);
}

ul.menu {
  list-style: none;
  /*display: flex;*/
  gap: 20px;
  padding: 0;
  margin: 0;
  overflow: scroll;
}

.portfolio {
  /*max-width: 80vw;*/
  /*margin: auto;*/
}

.sticky-note {
  position: relative;
  background-color: #fffc89;
  padding: 20px;
  /*width: auto;*/
  max-width: 300px;
  height: auto;
  /*min-height: 100px;*/
  /*border: 1px solid #e0df55;*/
  /*box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);*/
  color: #333;
  font-size: smaller;
  border-radius: 4px;
}

.sticky-note::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #e0df55 transparent transparent;
  z-index: 2;
  transform: rotate(-90deg);
}

.sticky-note::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 21px 0;
  border-color: transparent white transparent transparent;
  z-index: 1;
  transform: rotate(90deg);
}

.stats > div {
  width: auto !important;
  /*padding-right: 30px !important;*/
}

.hero.hero-card {
  padding: 15px 15px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}

.bubble {
  padding: 15px;
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  position: relative;
  margin: 20px;
  overflow: visible;
  background-color: #f7fbff;
  /*box-shadow: -4px 4px 0px var(--accent-color);*/
}

.bubble::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f7fbff;
}

.bubble::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: calc(50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--accent-color);
}

.home #home {
  /*border-bottom: 2px solid;*/
}

.stats.contributions h3 {
  color: var(--accent-color);
  font-style: italic;
}

.stats.contributions > div {
  /*border-right: 2px solid var(--accent-color);*/
}

.stats.contributions > div:last-child {
  /*border-right: none;*/
}

.section-title-main h2 {
  text-align: center;
}

.sticky {
  -webkit-box-shadow: #DDD 0px 1px 2px;
  position: relative;
  background-color: #F4F39E;
  border-color: #DEE184;
  color: #47576B;
  text-align: center;
  /*margin: 2.5em 0px;*/
  padding: 1.5em 1em;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  width: 250px;
  font-family: 'Indie Flower', cursive;
  font-family: 'Give You Glory', cursive;
  font-family: 'The Girl Next Door', cursive;
  font-family: 'Gloria Hallelujah', cursive;
}

.post-it {
  display: inline-block;
  /*margin: 0 auto;*/
  padding: 0 20px;
  min-width: 300px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.taped {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sticky.taped:after {
  display: block;
  content: "";
  position: absolute;
  width: 110px;
  height: 30px;
  top: -21px;
  left: 30%;
  border: 1px solid #fff;
  background: rgba(254, 254, 254, .6);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);
}

.note {
  -webkit-box-shadow: #DDD 0px 1px 2px;
  position: relative;
  background-color: #F4F39E;
  border-color: #DEE184;
  text-align: center;
  margin: 1.5em auto;
  padding: 1.5em 1em;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  width: 250px;
  font-family: 'The Girl Next Door', cursive;
  font-size: 1em;
}

.note:after {
  display: block;
  content: "";
  position: absolute;
  width: 110px;
  height: 30px;
  top: -21px;
  left: 30%;
  border: 1px solid #fff;
  background: rgba(254, 254, 254, .6);
  -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0 3px rgba(0,0,0,0.1);
}

.sticky.two {
  background: #daebf7;
}

.stats.contributions > div {
  /*background: rgba(72,156,228,0.07);*/
  margin: 8px;
  /*padding: 15px;*/
  /*border: 1px solid rgba(72,156,228,0.17);*/
  border-radius: 15px;
}

.story {
  /*max-width: 700px;*/
  /*margin: auto;*/
}

table .red {
  background: #fbb4b4;
}

.comp-table td:first-child {
  font-weight: 800;
}

.comp-table td:nth-child(2) {
  border-left: 2px solid;
  border-right: 2px solid;
}

.comp-table {
  font-size: 14px;
}

.win-icons {
  font-size: 50px;
}

.img-shadow {
  filter: drop-shadow(2px -2px 9px rgba(0, 0, 0, 0.15));
}

.scroll-icon {
  cursor: url("/assets/img/cursor-ux.png?h=398006932f44e25aa47ebf8fbbb4f6cf"), pointer !important;
}

.gpt {
  background: #1e1e1e;
  color: #e8e8e8;
  padding: 20px 15px;
  border-radius: 20px;
}

.gpt li:nth-child(even) span {
  background: #292929;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding: 8px 21px;
  border-radius: 40px;
  max-width: 90%;
}

.gpt li:nth-child(even) {
  /*background: #292929;*/
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding: 3px 10px;
  border-radius: 40px;
  /*float: right;*/
  display: block;
}

.gpt li {
  margin: 10px;
  max-width: 80%;
}

.gpt ul {
  font-size: 12px;
  clear: both;
}

.floating {
  border: 1px solid #ededed;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 2px -2px 9px 1px rgba(0,0,0,0.15);
  box-shadow: 2px -2px 9px 1px rgba(0,0,0,0.15);
  background: rgb(247,247,247);
  padding-bottom: 0 !important;
}

#morespace > div {
  padding: 30px;
}

#inspo img {
  margin-top: 0 !important;
}

#find-rows > .row > div {
  margin-bottom: 90px;
}

.w-80 {
  max-width: 80%;
  margin: auto;
}

.timeline .col-8 {
  position: relative;
}

.icono {
  max-width: 60px;
  opacity: 0.85;
  margin-bottom: 10px;
}

.highlightbox {
  outline: 4px solid var(--accent-color);
}

thead tr th {
  background-color: #f7f8ff !important;
  color: #222 !important;
}

#stats {
  font-size: small;
}

.stats.contributions h2 {
  font-size: 22px;
}

body {
  background-image: url("/assets/img/photos/softbg.jpg?h=06e6c0df4d8f48d8aaea831f3adf1c0f");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.gpt h3 {
  font-size: x-large;
  margin-bottom: 10PX;
}

.zoom-bg {
  position: relative;
  overflow: hidden;
  /*width: 300px;*/
  /*height: 200px;*/
}

.zoom-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bgblue.png?h=8ab4217618ef9eebd3d8a145784d3d21");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(0.5);
  transition: transform 0.5s ease;
}

#featured .row:hover .zoom-bg::before {
  transform: scale(1);
}

.zoom-bg > * {
  position: relative;
  z-index: 1;
}

#abtme li {
  margin-bottom: 20px;
}

p#popup li {
  margin-bottom: 20px;
}

.filtr-item {
  padding-top: 30px;
}

.filtr-controls span {
  cursor: pointer;
}

.filtr-controls span.active {
  left: 0;
  background: #78a8d5 !important;
  color: var(--bs-body-bg)!important;
  display: inline-block;
  errormargin: 0;
  errorcolor: var(--bs-body-bg);
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

@keyframes pulsate {
}

#portfolio {
  text-align: center;
}

.lead span {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
  color: #78a8d5;
  padding: 4px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
  border: 2px solid #78a8d5;
  font-weight: 600;
  /*padding: 0px 18px;*/
  /*border-radius: 5px;*/
  /*margin-bottom: 5px;*/
}

#portfolio .container .filtr-container img {
  width: 90%;
}

.gallery-pt--body {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.gallery-pt--filter-container {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  text-decoration: none;
  /*color: #ccc;*/
}

.gallery-pt--filter-container a {
  color: #ccc;
  text-decoration: none;
}

.gallery-pt--filter-container .list-item {
  padding: 0;
  margin: 0;
}

.gallery-pt--filter-container li:after {
  content: " / ";
  color: #ddd;
}

.gallery-pt--filter-container li:last-child:after {
  content: "";
}

.gallery-pt--filter-container li a:hover {
  color: rgb(76,177,249);
}

.gallery-pt--filter-container li.active a {
  color: lightgreen;
}

.gallery-pt--body .thumbnail {
  border: none;
}

.gallery-pt--body .item {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio p {
  /*color: #25231e;*/
  color: #7d8285;
}

#portfolio h2 {
  font-weight: 700;
  /*margin-bottom: 40px;*/
  /*padding-top: 40px;*/
  /*color: #393939;*/
}

#portfolio .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

#portfolio .into p {
  margin-bottom: 0;
}

.brands a {
  display: block;
  text-align: center;
  /*padding: 40px 0;*/
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

.categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 3;
}

.div2 {
  grid-area: 2 / 1 / 3 / 3;
}

.div3 {
  grid-area: 3 / 1 / 4 / 2;
}

.div4 {
  grid-area: 3 / 2 / 4 / 3;
}

@media (min-width: 768px) {
  .categories {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: repeat(2, 3fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}

@media (min-width: 768px) {
  .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }
}

@media (min-width: 768px) {
  .div2 {
    grid-area: 1 / 3 / 2 / 5;
  }
}

@media (min-width: 768px) {
  .div3 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media (min-width: 768px) {
  .div4 {
    grid-area: 2 / 4 / 3 / 5;
  }
}

.categories a > div {
  background-color: rgb(255,255,255);
  width: 100%;
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(213,192,175,0.26);
  -moz-box-shadow: 0 4px 10px -2px rgba(213,192,175,0.26);
  box-shadow: 0 4px 10px -2px rgba(213,192,175,0.26);
}

.mline:before {
  /*position: absolute;*/
  /*top: -18px;*/
  /*content: "";*/
  /*background: url('/assets/img/sm-line.png?h=18554f173e8550352ab420f4cef15fd8');*/
  /*height: 20px;*/
  /*width: 125px;*/
}

h2 {
  position: relative;
}

.categories div div {
  padding: 15px;
}

@media (min-width: 1200px) {
  .categories div div {
    padding: 20px;
  }
}

body, p {
  color: #333333;
  overflow-x: hidden;
}

.categories p {
  margin: 0;
}

.categories a {
  text-decoration: initial;
  color: initial;
  cursor: pointer !important;
}

.categories h1 {
  color: #d7d7d7;
  opacity: 0;
}

.categories h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-copy {
  width: 68%;
}

@media (min-width: 1200px) {
  .portfolio-copy {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .categories .div1 > div {
    height: 550px;
  }
}

.categories a > div {
  height: 100%;
}

section {
  margin: 10px 0;
  padding: 15px;
}

@media (min-width: 768px) {
  section {
    margin: 40px 0;
    padding: 15px;
  }
}

h2 {
  font-weight: 700;
}

.tags {
  background: #f7f7f7;
  display: inline-block;
  color: #666661;
  padding: 3px 11px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 10px !important;
  margin: 0 5px 1px 0;
  letter-spacing: 1px;
  border: 1px solid #d3d3d3;
}

.section-title-main {
  margin-bottom: 30px;
  margin-top: 30px;
}

.categories a div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-transition: all 0.3s ease-in-out;
}

.categories a:hover div {
  transform: scale(1.01);
  cursor: pointer !important;
}

.categories a:hover div portfolio-copy {
  transform: scale(1.0);
}

.portfolio-copy p {
  display: none;
}

.custom-control.custom-switch {
  height: initial;
  margin-left: 20px;
}

[data-theme="dark"] .sun {
  right: 0 !important;
  opacity: 1;
}

[data-theme="dark"] .moon {
  opacity: 0;
}

.sun {
  opacity: 0;
}

.section-title-main h2 {
  /*display: initial;*/
}

.btn {
  background-color: transparent;
  border-radius: 28px;
  border: 3px solid var(--accent-color);
  display: inline-block;
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.btn:hover {
  color: #fff;
  background: var(--accent-color);
}

.projects-clean {
  padding-bottom: 0;
  margin-bottom: 0;
}

#darkSwitch {
  width: 21px;
  height: 21px;
}

.section-title-main {
  text-align: left;
  /*max-width: 640px;*/
  /*margin: auto;*/
}

.centerline {
  /*text-align: center;*/
  display: block;
  margin: 0 auto 10PX;
}

.email .item .img-fluid {
  display: block;
  margin: 0 auto;
}

.row div {
  direction: ltr;
}

.screen img {
  width: 100%;
  padding-bottom: 0 !important;
}

.webblock a {
  /*display: none;*/
}

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

.computer {
  width: 100%;
  display: inline-block;
  padding: 6px;
  border: 3px solid #111;
  position: relative;
  border-radius: 30px;
  /*border-bottom: none;*/
  /*-webkit-box-shadow: -2px 2px 0px 1px rgba(0,0,0,1);*/
  /*box-shadow: -2px 2px 0px 1px rgba(0,0,0,1);*/
  background: rgb(247,247,247);
  /*background: linear-gradient(138deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 25%, rgba(236,233,233,1) 50%, rgba(247,247,247,1) 75%, rgba(247,247,247,1) 100%);*/
  border-width: 1px;
  border-style: solid;
  border-color: rgb(212 212 212);
  border-image: initial;
  -webkit-box-shadow: 2px -2px 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px -2px 9px 1px rgba(0, 0, 0, 0.15);
  background: rgb(247, 247, 247);
}

.webblock {
  padding-top: 40px;
}

.more-details {
  /*display: none;*/
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 40px;
  margin: 40px 0;
  background: white;
}

.computer-inner {
  background-color: #666;
  width: 50px;
  border-radius: 15px;
  height: 15px;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  z-index: 2;
}

.computer-btn {
  background-color: #666;
  width: 6px;
  border-radius: 15px 0 0 15px;
  height: 55px;
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #dedede;
  background: #ffffff;
  position: absolute;
  left: -6px;
  top: 76px;
  /*transform: translateX(-50%);*/
}

.screen {
  height: 70vh;
  overflow: hidden;
  overflow: scroll;
  border: 1px solid #d7d7d7;
  /*border-bottom: none;*/
  border-radius: 24px;
}

.description h5 {
  color: #999;
  font-style: italic;
  font-weight: 500;
}

.logo {
  max-width: 120px;
  padding-bottom: 15px;
  padding-top: 50px;
}

.webblock .row {
  display: flex;
  align-items: center;
}

.webblock .col-md-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.bounce {
  -moz-animation: bounce 3s infinite linear;
  -o-animation: bounce 3s infinite linear;
  -webkit-animation: bounce 3s infinite linear;
  animation: bounce 3s infinite linear;
}

@media (max-width: 769px) {
  .col-md-5.description {
    text-align: center;
  }
}

.view-more {
  color: rgb(0,109,238) !important;
  /*margin-bottom: 20px;*/
}

a:not([href]):not([tabindex]) {
}

.col-md-5.description {
  padding-bottom: 20px;
}

[data-theme="dark"] {
  background-color: #1d1d1d !important;
  color: #eee;
}

[data-theme="dark"] .bg-light {
  background-color: #333 !important;
}

[data-theme="dark"] .bg-white {
  background-color: #1d1d1d !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

[data-theme="dark"] svg {
  fill: #868686;
}

#Layer_1 {
  max-width: 125px;
  fill: var(--accent-color);
  margin: 0 auto;
  display: block;
}

[data-theme="dark"] .computer {
  background: rgb(16 16 16);
  background: linear-gradient(138deg, rgb(16 16 16) 0%, rgb(0 0 0) 25%, rgb(63 63 63) 50%, rgb(6 6 6) 75%, rgb(0 0 0) 100%);
  border-color: #000;
}

[data-theme="dark"] .screen {
  border-color: #525252;
}

.fit-cover {
  object-fit: cover;
}

.footer-basic {
  /*padding: 0 0 40px;*/
  color: inherit;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
  cursor: default;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  /*opacity: 0.8;*/
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  /*text-align: center;*/
  /*padding-bottom: 25px;*/
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

@media (min-width:768px) {
  .header-blue {
    /*padding-bottom: 120px;*/
  }
}

.header-blue .navbar {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

@media (min-width:768px) {
  .header-blue .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header-blue .navbar .navbar-brand {
  font-weight: bold;
  color: var(--accent-color);
  font-size: 24px;
  /*letter-spacing: -2px;*/
}

.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: .5rem;
}

@media (min-width:768px) {
  .header-blue .navbar .navbar-collapse {
    border-color: transparent;
    margin: 0;
  }
}

.header-blue .navbar .navbar-collapse span .login {
  color: #212121;
  margin-right: .5rem;
  text-decoration: none;
}

.header-blue .navbar .navbar-collapse span .login:hover {
  color: #fff;
}

.header-blue .navbar .navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

.header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
  background: none;
}

@media (min-width: 768px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: .7rem;
    padding-right: .7rem;
  }
}

@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .navbar form label {
  color: #d9d9d9;
}

.header-blue .navbar form .search-field {
  display: inline-block;
  width: 80%;
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #ccc;
  box-shadow: none;
  color: inherit;
  transition: border-bottom-color 0.3s;
}

.header-blue .navbar form .search-field:focus {
  border-bottom: 1px solid #ccc;
}

.header-blue div.phone-mockup {
  position: relative;
  margin: 20px;
  display: inline-block;
  z-index: 1;
}

.header-blue .phone-mockup img.device {
  width: 100%;
  height: auto;
}

.header-blue .phone-mockup .screen {
  position: absolute;
  width: 94%;
  height: 98%;
  top: 1%;
  left: 3%;
  border: 1px solid #444;
  border-radius: 20px;
  background-color: #aaa;
  overflow: hidden;
  background: url(screen-content-phone.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.header-blue .phone-mockup .screen:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 70%;
  height: 140%;
  top: -12%;
  right: -60%;
  transform: rotate(-19deg);
  opacity: 0.2;
}

/* !
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0,0,0,.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0,0,0,.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50,50,50,.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50,50,50,.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.photo-gallery p {
  color: #333;
}

.photo-gallery h2 {
  /*font-weight: bold;*/
  /*margin-bottom: 40px;*/
  /*padding-top: 40px;*/
  color: inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

.navigation-clean {
  background: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean .navbar-brand:hover {
  color: #222;
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #37434d !important;
  background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.projects-clean p {
  /*color: #7d8285;*/
}

@media (max-width:767px) {
  .projects-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.projects-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.projects-clean .intro p {
  margin-bottom: 0;
}

.projects-clean .projects {
  /*padding-bottom: 40px;*/
}

.projects-clean .item {
  text-align: left;
  /*min-height: 425px;*/
  /*padding-bottom: 30px;*/
}

.projects-clean .item .name {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #212528;
  font-size: 20px;
}

.projects-clean .item .description {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

/* Carousel Config */

.swiper-container {
  background: black;
}

.dy-no-show {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-top: 5px;
  position: relative;
}

.sliding_recs_selector .swiper-pagination-bullet-active {
  background: #111;
}

.sliding_recs_selector .swiper-button-disabled {
  display: block;
}

.sliding_recs_selector .swiper-button-next:focus {
  outline: none;
}

.sliding_recs_selector .swiper-button-prev:focus {
  outline: none;
}

.sliding_recs_selector .swiper-button-next {
  top: 55%;
  right: -2%;
  background-image: url('https://cdn.dynamicyield.com/api/8768845/images/1f76bf5d937e8__arrow.png');
  opacity: 0.3;
  height: 15px;
  width: 15px;
  background-size: cover;
}

.sliding_recs_selector .swiper-button-prev {
  top: 55%;
  left: -2%;
  background-image: url('https://cdn.dynamicyield.com/api/8769401/images/2c565ee7993bd__leftArrow.png');
  opacity: 0.3;
  height: 15px;
  width: 15px;
  background-size: cover;
}

/* Recommendation Tile Styling */

.sliding_recs_selector .product-rec-tile {
  padding: 0px 10px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #000;
  text-align: center;
  min-height: 350px;
}

.sliding_recs_selector .swiper-slide {
  padding: 0px;
}

.sliding_recs_selector .product-rec-tile:hover {
  background: #f1f1f1;
}

.title_selector {
  font-size: 48px;
  color: inherit;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 50px;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 40px;
  margin-top: 50px;
  font-family: 'Open Sans Condensed',sans-serif;
}

a.rec_item_selector {
  text-decoration: none;
  color: initial;
  text-align: center;
}

a.rec_item_selector:hover {
  text-decoration: none;
  color: initial;
}

a.rec_item_selector:focus {
  outline: none;
  text-decoration: none;
  color: initial;
}

.rec_item_selector .swiper-slide {
  padding: 15px;
}

.rec_item_selector img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px;
}

.rec_item_selector .rec_name {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 17px;
  color: red;
}

.rec_item_selector .rec_price {
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
  color: #666666;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 25.2px;
}

.lunchbox {
  position: relative;
  background-color: #ffffff;
}

@media (max-width:1439px) and (min-width:1199px) {
  .sliding_recs_selector .product-rec-tile {
    min-height: 300px;
  }
}

@media (max-width:1199px) and (min-width:768px) {
  .sliding_recs_selector .product-rec-tile {
    min-height: 330px;
  }
}

@media (max-width:767px) and (min-width:415px) {
  .sliding_recs_selector .product-rec-tile {
    min-height: 320px;
  }
}

@media (max-width:767px) and (min-width:415px) {
  .sliding_recs_selector .arrow-off {
    display: none;
  }
}

@media screen and (max-width:414px) {
  .sliding_recs_selector .product-rec-tile {
    min-height: 280px;
  }
}

@media screen and (max-width:414px) {
  .sliding_recs_selector .arrow-off {
    display: none;
  }
}

.social-icons {
  color: #101010;
  padding-bottom: 20px;
}

@media (max-width:767px) {
  .social-icons {
    /*padding: 0;*/
  }
}

.social-icons i {
  font-size: 32px;
  display: inline-block;
  color: #78a8d5;
  margin: 0 21px 0 0;
  line-height: 60px;
}

:root {
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-body-rgb: #1d1d1d;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}

.portfolio-copy {
  text-align: left;
}

@media (max-width:576px) {
  .container.section-title-main button {
    display: none !important;
  }
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.1 !important;
}

#asset-visual-putter-selector {
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -o-transform: translate(0px,0px);
  -ms-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.pdp-gallery .row {
  display: flex;
  justify-content: center;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px,-50%,0);
  -moz-transform: translate3d(0px,-50%,0);
  -o-transform: translate(0px,-50%);
  -ms-transform: translate3d(0px,-50%,0);
  transform: translate3d(0px,-50%,0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.pdp-gallery-slider .swiper-slide-next, .pdp-gallery-slider .swiper-slide-prev {
  opacity: .6;
  transition: opacity .2s;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

