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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 16px 0;
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 32px;
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 3px 6px;
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(.focus-visible) {
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.shake-horizontal {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
.slide-in-bck-center {
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
#icon-scroll,
#icon-scroll::before {
  left: 50%;
}

#icon-scroll {
  transition: 700ms ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 100000;
  margin-left: -15px;
  width: 30px;
  height: 50px;
  bottom: 40px;
  bottom: 2.5rem;
  box-shadow: inset 0 0 0 3px #fafafa;
  border-radius: 25px;
  transform: translate3d(0, 100%, 0);
}
#icon-scroll::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fafafa;
  margin-left: -2.5px;
  top: 10px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
#icon-scroll.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#icon-scroll.dark {
  box-shadow: inset 0 0 0 3px #4c495c;
}
#icon-scroll.dark::before {
  background: #4c495c;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@font-face {
  font-family: amplesoft;
  src: url("../fonts/amplesoftpro-regular-webfont.woff2") format("woff2"), url("../fonts/amplesoftpro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: amplesoft;
  src: url("../fonts/amplesoftpro-bold-webfont.woff2") format("woff2"), url("../fonts/amplesoftpro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: amplesoft, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  color: #1d1c23;
}

h1, h2, h3, h4, h5, h6 {
  font-family: amplesoft, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1em;
  text-transform: none;
  margin: 0;
  padding: 0;
  color: #fafafa;
}

h1 {
  font-size: 2.7em;
}

h2 {
  font-size: 2.43em;
}

h3 {
  font-size: 2.16em;
}

h4 {
  font-size: 1.89em;
}

h5 {
  font-size: 1.62em;
}

h6 {
  font-size: 1.35em;
}

@media (max-width: 599.98px) {
  h1 {
    font-size: 2.7em;
  }

  h2 {
    font-size: 2.43em;
  }

  h3 {
    font-size: 2.16em;
  }

  h4 {
    font-size: 1.89em;
  }

  h5 {
    font-size: 1.62em;
  }

  h6 {
    font-size: 1.35em;
  }

  p {
    font-size: 1em;
  }
}
@media (min-width: 600px) {
  h1 {
    font-size: 3.33em;
  }

  h2 {
    font-size: 2.997em;
  }

  h3 {
    font-size: 2.664em;
  }

  h4 {
    font-size: 2.331em;
  }

  h5 {
    font-size: 1.998em;
  }

  h6 {
    font-size: 1.665em;
  }

  p {
    font-size: 1.11em;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 3.51em;
  }

  h2 {
    font-size: 3.159em;
  }

  h3 {
    font-size: 2.808em;
  }

  h4 {
    font-size: 2.457em;
  }

  h5 {
    font-size: 2.106em;
  }

  h6 {
    font-size: 1.755em;
  }

  p {
    font-size: 1.17em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.69em;
  }

  h2 {
    font-size: 3.321em;
  }

  h3 {
    font-size: 2.952em;
  }

  h4 {
    font-size: 2.583em;
  }

  h5 {
    font-size: 2.214em;
  }

  h6 {
    font-size: 1.845em;
  }

  p {
    font-size: 1.23em;
  }
}
@media (min-width: 1800px) {
  h1 {
    font-size: 4.5em;
  }

  h2 {
    font-size: 4.05em;
  }

  h3 {
    font-size: 3.6em;
  }

  h4 {
    font-size: 3.15em;
  }

  h5 {
    font-size: 2.7em;
  }

  h6 {
    font-size: 2.25em;
  }

  p {
    font-size: 1.5em;
  }
}
.text-red {
  color: #f14148;
}

.text-black {
  color: #403e4e;
}

.text-gray {
  color: #b0afb5;
}

.text-white {
  color: #fafafa;
}

.text-center {
  text-align: center !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.offset {
  margin-left: 65%;
}

.d-none {
  display: none;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-light {
  font-weight: 400;
}

.opacity-0 {
  opacity: 0 !important;
  color: rgba(255, 255, 255, 0) !important;
}

.perspective {
  perspective: 100vw;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.overlay-dotted {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: repeating-radial-gradient(circle at center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%) repeat;
  background-size: 3px 3px;
  z-index: 20;
  display: block;
}

#poster {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url("../img/shapesbg-01.svg") no-repeat;
  background-size: cover;
  z-index: 20;
  opacity: 0;
}
#poster.show {
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.fp-slide {
  height: 100%;
  display: block;
}

.fp-slidesContainer {
  height: 100%;
  display: block;
}

.wistia_popover_overlay {
  background-color: #000000 !important;
}

#inputName {
  border: none;
  outline: none;
  transition: all 900ms ease-in-out 0s;
  transform: scaleX(0);
  visibility: hidden;
  color: #636078;
}
#inputName:valid {
  border-bottom: 2px solid #9794aa;
}
#inputName:invalid {
  border-bottom: 2px solid #f14148;
  color: #f14148;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#inputName.visible {
  transform: scaleX(1);
  visibility: visible;
}

.section-title {
  color: #fafafa;
  margin: 0;
  padding: 0.2em 0.4em;
  text-transform: uppercase;
  position: absolute;
  bottom: 3vh;
  left: 3vh;
  line-height: 0.9;
  font-weight: 400;
}

.hello {
  font-size: 10em;
  line-height: 1;
  font-family: sans-serif;
}
@media (min-width: 1800px) {
  .hello {
    font-size: 12em;
  }
}

.h1 {
  font-size: 6em;
}
@media (min-width: 1800px) {
  .h1 {
    font-size: 8em;
  }
}

.h2 {
  font-size: 4em;
}
@media (min-width: 1800px) {
  .h2 {
    font-size: 5em;
  }
}

.h3 {
  font-size: 3em;
}
@media (min-width: 1800px) {
  .h3 {
    font-size: 4em;
  }
}

.h4 {
  font-size: 2em;
}
@media (min-width: 1800px) {
  .h4 {
    font-size: 3em;
  }
}

#alan-s {
  background: repeating-radial-gradient(circle at center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%) repeat, url("../img/team/alan.jpg") center center no-repeat;
  background-size: 3px 3px, cover;
}

#juan-s {
  background: repeating-radial-gradient(circle at center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%) repeat, url("../img/team/juan.jpg") center center no-repeat;
  background-size: 3px 3px, cover;
}

.slide {
  position: relative;
}

.person-name {
  position: absolute;
  bottom: 3vh;
  right: 3vh;
  text-align: right;
}
.person-name a {
  color: #fafafa;
}
.person-name a:hover {
  color: #4a494f;
}

#ux-s {
  background: #1d1c23;
}

#ux1 {
  background: url("../img/overlay/lines.png") repeat, url("../img/ux/totto.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#ux2 {
  background: url("../img/overlay/lines.png") repeat, url("../img/ux/crm-cv.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#ux3 {
  background: url("../img/overlay/lines.png") repeat, url("../img/ux/corona.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#product1 {
  background: repeating-radial-gradient(circle at center, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 100%) repeat, url("../img/product/dw.jpg") center center no-repeat;
  background-size: 3px 3px, cover;
}

#product2 {
  background: url("../img/overlay/lines.png") repeat, url("../img/product/marshall.jpg") center center no-repeat;
  background-size: 5px 5px, cover;
}

#product3 {
  background: url("../img/overlay/lines.png") repeat, url("../img/product/epiphone.jpg") center center no-repeat;
  background-size: 5px 5px, cover;
}

#advert-s {
  background: #1d1c23;
}

#loreal {
  background: url("../img/overlay/lines.png") repeat, url("../img/advertising/loreal_en.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#rockstar {
  background: url("../img/overlay/lines.png") repeat, url("../img/advertising/rockstar.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#drummer {
  background: url("../img/overlay/lines.png") repeat, url("../img/advertising/drummer.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#lighting {
  background: url("../img/overlay/lines.png") repeat, url("../img/advertising/lighting.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#guitarist {
  background: url("../img/overlay/lines.png") repeat, url("../img/advertising/guitarist.jpg") center center no-repeat;
  background-size: 5px 5px, contain;
}

#media-s {
  background: #1d1c23;
}

.icon {
  display: block;
  background: url("../img/logo-alan.svg") no-repeat 50% 50%;
  background-size: 50%;
  width: calc((100vh + 100vw) / 31);
  height: calc((100vh + 100vw) / 31);
  min-width: 50px;
  min-height: 50px;
  max-width: 80px;
  max-height: 80px;
}

#siteNav {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  height: 50px;
  max-height: 80px;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 20;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform ease-in-out 0.5s;
}
@media (min-width: 900px) {
  #siteNav {
    height: calc((100vh + 100vw) / 31);
  }
}
#siteNav a {
  display: inline-block;
  position: relative;
  color: #4a494f;
  font-size: 0.8em;
  margin: 0 0 0 1.5em;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  transition: color ease 1s;
}
@media (min-width: 900px) {
  #siteNav a {
    font-size: 1.1em;
    margin: 0 0 0 2em;
  }
  #siteNav a:nth-of-type(1) {
    margin: 0 0 0 1em;
  }
}
#siteNav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f14148;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out 0s;
}
#siteNav a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
#siteNav .active {
  color: #f14148 !important;
}
#siteNav.white a {
  color: #fafafa;
}
#siteNav.hide {
  display: none;
}
#siteNav.show {
  opacity: 1;
  transform: translateY(0);
}

#video-s {
  background-color: #1d1c23;
}
#video-s #video-wall {
  display: flex;
  flex-wrap: wrap;
}
#video-s #video-wall > div {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
@media screen and (max-width: 1023.98px) and (max-height: 599.98px) and (orientation: landscape) {
  #video-s #video-wall > div {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
  }
}
@media (min-width: 900px) {
  #video-s #video-wall > div {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
/*# sourceMappingURL=core.css.map */