:root {
  --bs-link-color: #D3D3D3; }

@font-face {
  font-family: 'Antique';
  src: url("../fonts/AntiqueOliNorD-Regu.woff2") format("woff2"), url("../fonts/AntiqueOliNorD-Regu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.bg-white {
  background: #D3D3D3 !important;
  color: #000000; }

.bg-black {
  background: #000000; }

.bg-red {
  background: #A51818;
  color: #000000; }

.bg-yellow {
  background: #FFAC00;
  color: #000000; }

.bg-orange {
  background: #D03C08;
  color: #000000; }

.bg-blue {
  background: #201e84; }

.bg-green {
  background: #03704B; }

.bg-pink {
  background: #CD99A9;
  color: #000000; }

.bg-black.border {
  border: 1px solid #D3D3D3; }

body {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000000;
  color: #D3D3D3; }

a {
  text-decoration: none;
  color: white; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

h1 {
  font-family: 'Antique', sans-serif;
  margin-bottom: 3vw; }

.type-xl {
  font-size: 4.5vw; }

.type-l {
  font-size: 2.5vw; }

.type-m {
  font-size: 1.5vw; }

p {
  font-weight: 300; }

.p-l {
  font-size: 1.3vw;
  color: rgba(211, 211, 211, 0.6); }

.weight-300 {
  font-weight: 300; }

.divider {
  margin: 5vw 0 5vw; }

.inline-img {
  width: 5.5em;
  height: 3em;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0.2em; }

.top {
  vertical-align: top; }

.bottom {
  vertical-align: bottom; }

.pill {
  display: inline-block;
  background: #D3D3D3;
  padding: 4px 10px;
  border-radius: 10px;
  color: #000000;
  font-family: 'Antique',sans-serif; }
  .pill img {
    height: 0.65em;
    width: auto; }

.pill.pink {
  background: #CD99A9; }

[class^="btn-"] {
  border-radius: 0.8vw;
  font-size: 0.8vw;
  padding: 0.5vw 0.5vw;
  border: none; }

.btn-yellow {
  background: #FFAC00;
  color: #000000; }

.btn-green {
  background: #03704B;
  color: #D3D3D3; }

.emoji {
  height: 1em;
  width: auto;
  vertical-align: middle; }

.margin-bottom-2 {
  margin-bottom: 2vw; }

.margin-bottom-5 {
  margin-bottom: 5vw; }

.margin-bottom-10 {
  margin-bottom: 10vw; }

.hvw-10 {
  height: 10vw; }

.hvw-20 {
  height: 20vw; }

.hvw-30 {
  height: 30vw; }

.hvw-40 {
  height: 40vw; }

.hvw-50 {
  height: 50vw; }

.header {
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: 0.3s all ease;
  padding-bottom: 30px; }
  .header .d-flex {
    align-items: center; }
  .header .logo-container {
    padding-left: 5vw; }
  .header .download {
    padding-right: 5vw; }
    .header .download a {
      display: inline-block; }
      .header .download a:hover, .header .download a a:focus {
        color: #000000;
        background: #ffbd33; }

.round-corners {
  border-radius: 2vw; }

.flex-50 {
  flex: 0 1 calc(50% - 3vw); }

.flex-33 {
  flex: 0 1 calc(33% - 3vw); }

.body {
  padding-top: calc(110px + 2vw); }

.navigation {
  padding-left: 5vw;
  padding-right: 1vw;
  width: 20vw;
  flex: 0 1 20vw;
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 4vw;
  align-self: flex-start; }
  .navigation .nav-category {
    font-weight: 600;
    color: #D3D3D3;
    background: transparent;
    border: none;
    font-size: 1vw;
    line-height: 2vw;
    text-align: left;
    display: block; }
    .navigation .nav-category:hover, .navigation .nav-category:active, .navigation .nav-category:focus {
      color: white; }
  .navigation .nav-category.active {
    color: #FFAC00; }
  .navigation .nav-body {
    padding-bottom: 1vw; }
    .navigation .nav-body a {
      color: #D3D3D3;
      text-decoration: none;
      display: block;
      padding-left: 3vw;
      line-height: 2vw;
      font-size: 0.8vw;
      transition: 0.3s all linear; }
    .navigation .nav-body a.active {
      color: #FFAC00; }
    .navigation .nav-body a:hover, .navigation .nav-body a:focus, .navigation .nav-body a:active {
      color: white; }

.content {
  padding-right: 5vw; }

.opening {
  height: calc(100vh - 110px - 2vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5vw;
  padding: 0 4vw 4vw; }
  .opening .intro-video {
    max-height: 100%;
    background: #A51818;
    border-radius: 3vw 0vw 1vw 1vw;
    max-width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden; }
  .opening video {
    height: 100%;
    width: 100%; }

.section {
  margin-bottom: 10vw;
  counter-reset: subsection; }

.img-card {
  font-weight: 600; }
  .img-card .img-container {
    background: #D3D3D3;
    border-radius: 2vw;
    margin-bottom: 1vw; }
    .img-card .img-container img {
      object-fit: contain;
      padding: 10%; }
    .img-card .img-container dotlottie-player {
      padding: 5%; }
    .img-card .img-container video {
      border-radius: 2vw;
      overflow: hidden; }
  .img-card .img-container.bg-black {
    border: 1px solid #D3D3D3; }
  .img-card .more-padding img {
    padding: 20%; }
  .img-card .more-padding dotlottie-player {
    padding: 20%; }
  .img-card .img-100 {
    overflow: hidden; }
    .img-card .img-100 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      padding: 0; }

.dont {
  position: relative; }

.dont::after {
  position: absolute;
  content: "";
  display: block;
  height: 1%;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #A51818;
  z-index: 99;
  transform: translateY(-50%) translateX(-50%) rotate(45deg); }

.golden-hover::after, .third-hover::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/goldenratio.svg) center center/cover;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.5s opacity linear; }

.third-hover::after {
  background: url(../img/ruleofthirds-overlay.svg) center center/cover; }

.golden-hover::after {
  background: url(../img/goldenratio.svg) center center/cover; }

.golden-hover:hover img, .third-hover:hover img {
  opacity: 1;
  -webkit-animation: flash 0.7s;
  animation: flash 0.7s; }
.golden-hover:hover::after, .third-hover:hover::after {
  opacity: 1;
  transition: 0.3s opacity linear; }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
.category {
  counter-reset: section; }
  .category .section {
    counter-reset: subsection; }
  .category .section-title {
    margin-bottom: 5vw;
    color: #FFAC00; }
  .category .section-title::before {
    counter-increment: section;
    content: counter(section);
    display: inline-flex;
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.5vw;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 50%;
    margin: -0.3em 1em 0 0;
    background: #FFAC00;
    color: #000000; }
  .category .section-subtitle {
    margin-bottom: 3vw; }
  .category .section-subtitle::before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection);
    display: inline-flex;
    width: 2em;
    height: 2em;
    font-size: 0.6em;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 50%;
    margin: -0.3em 1em 0 0;
    background: #CD99A9;
    color: #000000; }

.list {
  counter-reset: list; }
  .list .list-item {
    background: #CD99A9;
    padding: 1.5vw;
    font-size: 1.5vw;
    border-radius: 2vw 0 2vw 2vw;
    color: #000000; }
  .list .list-item:not(:first-child) {
    margin-top: 1.5vw; }
  .list .list-item::before {
    counter-increment: list;
    content: counter(list);
    display: inline-flex;
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.5vw;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 50%;
    margin: -0.3em 1em 0 0;
    background: #D3D3D3;
    color: #000000; }

.ul-list .list-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5vw;
  font-size: 1.5vw;
  border-radius: 2vw 0 2vw 2vw;
  color: #D3D3D3; }
.ul-list .list-item:not(:first-child) {
  margin-top: 1.5vw; }

.dictonary table {
  width: 100%;
  font-size: 1.3vw; }
  .dictonary table td {
    padding: 0.7vw 0.3vw;
    border-bottom: 1px solid rgba(211, 211, 211, 0.1); }
  .dictonary table td:first-child {
    font-family: 'Antique', sans-serif; }

[data-bs-toggle="tooltip"] {
  color: white;
  position: relative; }
  [data-bs-toggle="tooltip"]:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.05em;
    bottom: -10%;
    left: 0;
    background: rgba(255, 255, 255, 0.2); }

.p-l [data-bs-toggle="tooltip"] {
  color: rgba(211, 211, 211, 0.8);
  position: relative; }
  .p-l [data-bs-toggle="tooltip"]:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.05em;
    bottom: -10%;
    left: 0;
    background: rgba(255, 255, 255, 0.2); }

.tooltip {
  --bs-tooltip-bg: #D03C08;
  --bs-tooltip-color: black;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-font-size: 1rem;
  --bs-tooltip-padding-y: 0.5rem;
  font-family: aktiv-grotesk-extended, sans-serif; }

dotlottie-player[hover] {
  cursor: grab; }

body.bg-white {
  background: #D3D3D3 !important; }
  body.bg-white .p-l {
    color: rgba(0, 0, 0, 0.6); }
    body.bg-white .p-l [data-bs-toggle="tooltip"] {
      color: #000000;
      position: relative; }
      body.bg-white .p-l [data-bs-toggle="tooltip"]:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.05em;
        bottom: -10%;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
  body.bg-white .logo {
    filter: brightness(0); }
  body.bg-white .navigation .nav-category {
    color: #000000; }
    body.bg-white .navigation .nav-category:hover, body.bg-white .navigation .nav-category:active, body.bg-white .navigation .nav-category:focus, body.bg-white .navigation .nav-category.active {
      color: #D03C08; }
  body.bg-white .navigation .nav-body a {
    color: rgba(0, 0, 0, 0.6); }
    body.bg-white .navigation .nav-body a:hover, body.bg-white .navigation .nav-body a:active, body.bg-white .navigation .nav-body a:focus, body.bg-white .navigation .nav-body a.active {
      color: #D03C08; }
  body.bg-white .category .section-title {
    color: #D03C08; }
  body.bg-white .category .section-title::before {
    background: #D03C08;
    color: #D3D3D3; }
  body.bg-white .img-card .img-container {
    background: white; }
  body.bg-white [data-bs-toggle="tooltip"] {
    color: black;
    position: relative; }
    body.bg-white [data-bs-toggle="tooltip"]:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0.05em;
      bottom: -10%;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }

body.bg-green {
  background: #03704B !important;
  color: #000000; }
  body.bg-green .p-l {
    color: rgba(0, 0, 0, 0.6); }
  body.bg-green .logo {
    filter: brightness(0); }
  body.bg-green .navigation .nav-category {
    color: #000000; }
    body.bg-green .navigation .nav-category:hover, body.bg-green .navigation .nav-category:active, body.bg-green .navigation .nav-category:focus, body.bg-green .navigation .nav-category.active {
      color: #FFAC00; }
  body.bg-green .navigation .nav-body a {
    color: rgba(0, 0, 0, 0.6); }
    body.bg-green .navigation .nav-body a:hover, body.bg-green .navigation .nav-body a:active, body.bg-green .navigation .nav-body a:focus, body.bg-green .navigation .nav-body a.active {
      color: #FFAC00; }
  body.bg-green .category .section-title {
    color: #FFAC00; }
  body.bg-green .category .section-title::before {
    background: #FFAC00;
    color: #03704B; }

body.bg-blue {
  background: #201e84 !important; }

.header .logo-container {
  padding-left: 0; }

.header {
  padding-left: 15px;
  padding-right: 15px; }

.menu-icon {
  background: #FFAC00;
  border-radius: 10px;
  width: 50px;
  height: 40px; }
  .menu-icon span {
    width: 22px;
    height: 3px;
    background: #000000; }
  .menu-icon span + span {
    margin-top: 5px; }

.menuclose:hover, .menu-icon:hover {
  cursor: pointer; }

.mobile-nav-header {
  display: none; }

@media (max-width: 991.98px) {
  .navigation {
    position: fixed;
    background: #D3D3D3;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 30px;
    left: 100%;
    transition: 0.3s all ease; }
    .navigation .nav-category {
      font-size: 24px;
      color: #000000;
      line-height: 1.7; }
    .navigation .nav-category.active {
      color: #A51818; }
    .navigation .nav-category:hover {
      color: #D03C08; }
    .navigation .nav-body {
      padding-bottom: 20px; }
      .navigation .nav-body a {
        font-size: 20px;
        color: #000000;
        line-height: 1.7; }
      .navigation .nav-body a:hover {
        color: #D03C08; }
      .navigation .nav-body a.active {
        color: #A51818; }
    .navigation .download {
      margin-top: 30px;
      border-top: 1px solid rgba(0, 0, 0, 0.5);
      padding-top: 30px; }
      .navigation .download a {
        display: inline-block; }
        .navigation .download a:hover, .navigation .download a a:focus {
          color: #000000;
          background: #ffbd33; }
    .navigation .mobile-nav-header {
      display: flex;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-size: 24px;
      color: #000000; }
      .navigation .mobile-nav-header .menuclose {
        width: 50px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        margin-left: auto; }

  .navigation.open {
    left: 0%; }

  .content {
    padding: 0 15px; }

  .type-xl {
    font-size: 32px; }

  .type-l {
    font-size: 26px; }

  .type-m {
    font-size: 20px; }

  p {
    font-weight: 300;
    font-size: 14px; }

  .p-l {
    font-size: 18px; }

  [class^="btn-"] {
    border-radius: 10px;
    font-size: 18px;
    padding: 6px 12px;
    border: none; }

  .category .section-title::before {
    width: 30px;
    height: 30px;
    font-size: 20px; }
  .category .section-subtitle::before {
    font-size: 14px; }

  .list .list-item {
    padding: 12px;
    font-size: 18px;
    border-radius: 10px 0 10px 10px; }
  .list .list-item:not(:first-child) {
    margin-top: 1.5vw; }
  .list .list-item::before {
    width: 24px;
    height: 24px;
    font-size: 18px; }

  .ul-list .list-item {
    padding: 12px;
    font-size: 18px;
    border-radius: 10px 0 10px 10px; }

  .img-card .d-flex {
    flex-wrap: wrap; }

  .margin-bottom-2 {
    margin-bottom: 25px; }

  .margin-bottom-5 {
    margin-bottom: 50px; }

  .flex-33 {
    flex: 0 0 100%;
    margin-bottom: 25px; }

  .flex-50 {
    flex: 0 0 100%;
    margin-bottom: 25px; }

  .dictonary table {
    font-size: 16px; }

  .m-top {
    vertical-align: top; }

  .m-margin-bottom-25 {
    margin-bottom: 25px; }

  .m-margin-bottom-0 {
    margin-bottom: 0px; }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
    .header .logo-container img {
      height: 25px; } }

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