@charset "UTF-8";
/* Vendors
------------------------------------------------------- */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

ul {
  padding: 0;
}

form {
  margin-bottom: 0;
}

/* Abstracts (or utilities)
------------------------------------------------------- */
.v3 .tarot-card, .v3 .image-card--horz, .v3 .image-card {
  overflow: hidden;
}
.v3 .tarot-card img, .v3 .image-card--horz img, .v3 .image-card img {
  transform: scale(1);
  transition: transform 0.4s ease-out 0s;
}
.v3 .tarot-card:hover img, .v3 .image-card--horz:hover img, .v3 .image-card:hover img {
  transform: scale(1.05);
}

/**
 * Background gradients
 */
.bg-gradient-carnelian {
  background: rgb(237, 202, 160);
  background: -moz-linear-gradient(220deg, rgb(237, 202, 160) 35%, rgb(242, 110, 102) 85%);
  background: -webkit-linear-gradient(220deg, rgb(237, 202, 160) 35%, rgb(242, 110, 102) 85%);
  background: linear-gradient(220deg, rgb(237, 202, 160) 25%, rgb(242, 110, 102) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edcaa0",endColorstr="#f26e66",GradientType=1);
}

.bg-gradient-dusk {
  background: rgb(104, 66, 150);
  background: -moz-linear-gradient(22deg, rgb(104, 66, 150) 22%, rgb(198, 100, 183) 97%);
  background: -webkit-linear-gradient(22deg, rgb(104, 66, 150) 22%, rgb(198, 100, 183) 97%);
  background: linear-gradient(22deg, rgb(104, 66, 150) 22%, rgb(198, 100, 183) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#684296",endColorstr="#c664b7",GradientType=1);
}

.bg-gradient-lilac {
  background: rgb(168, 146, 210);
  background: -moz-linear-gradient(220deg, rgb(168, 146, 210) 13%, rgb(94, 89, 182) 107%);
  background: -webkit-linear-gradient(220deg, rgb(168, 146, 210) 13%, rgb(94, 89, 182) 107%);
  background: linear-gradient(220deg, rgb(168, 146, 210) 13%, rgb(94, 89, 182) 107%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a892d2",endColorstr="#5e59b6",GradientType=1);
}

.bg-gradient-rose {
  background: rgb(228, 147, 174);
  background: -moz-linear-gradient(226deg, rgb(228, 147, 174) 22%, rgb(225, 98, 149) 117%);
  background: -webkit-linear-gradient(226deg, rgb(228, 147, 174) 22%, rgb(225, 98, 149) 117%);
  background: linear-gradient(226deg, rgb(228, 147, 174) 22%, rgb(225, 98, 149) 117%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e493ae",endColorstr="#e16295",GradientType=1);
}

.bg-gradient-ruby {
  background: rgb(209, 82, 102);
  background: -moz-linear-gradient(218deg, rgb(209, 82, 102) 19%, rgb(186, 57, 77) 85%);
  background: -webkit-linear-gradient(218deg, rgb(209, 82, 102) 19%, rgb(186, 57, 77) 85%);
  background: linear-gradient(218deg, rgb(209, 82, 102) 19%, rgb(186, 57, 77) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d15266",endColorstr="#ba394d",GradientType=1);
}

.bg-gradient-quartz {
  background: rgb(151, 94, 169);
  background: -moz-linear-gradient(0deg, rgb(151, 94, 169) 0%, rgb(99, 71, 146) 100%);
  background: -webkit-linear-gradient(0deg, rgb(151, 94, 169) 0%, rgb(99, 71, 146) 100%);
  background: linear-gradient(0deg, rgb(151, 94, 169) 0%, rgb(99, 71, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#975ea9",endColorstr="#634792",GradientType=1);
}

.bg-gradient-sapphire {
  background: rgb(77, 72, 175);
  background: -moz-linear-gradient(220deg, rgb(110, 137, 252) 19%, rgb(77, 72, 175) 85%);
  background: -webkit-linear-gradient(220deg, rgb(110, 137, 252) 19%, rgb(77, 72, 175) 85%);
  background: linear-gradient(220deg, rgb(110, 137, 252) 19%, rgb(77, 72, 175) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e89fc",endColorstr="#4d48af",GradientType=1);
}

.bg-gradient-teal {
  background: rgb(150, 209, 178);
  background: -moz-linear-gradient(228deg, rgb(150, 209, 178) 8%, rgb(150, 209, 178) 8%, rgb(0, 126, 180) 114%);
  background: -webkit-linear-gradient(228deg, rgb(150, 209, 178) 8%, rgb(150, 209, 178) 8%, rgb(0, 126, 180) 114%);
  background: linear-gradient(228deg, rgb(150, 209, 178) 8%, rgb(150, 209, 178) 8%, rgb(0, 126, 180) 114%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96d1b2",endColorstr="#007eb4",GradientType=1);
}

/* Spreads elements with child class .card-{i} */
/* Base
------------------------------------------------------- */
/* Fade In Background */
.fadeInBg {
  -webkit-animation-name: fadeInBg;
  -webkit-animation-duration: 1s;
  animation-name: fadeInBg;
  animation-duration: 1s;
}

@keyframes fadeInBg {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBg {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tarot-love:before {
  content: "\e900";
}

.icon-tarot-reverse:before {
  content: "\e901";
}

.icon-tarot-upright:before {
  content: "\e902";
}

.icon-widget-work:before {
  content: "\e903";
}

.icon-widget-chinese:before {
  content: "\e904";
}

.icon-topic-work:before {
  content: "\e905";
}

.icon-topic-love:before {
  content: "\e906";
}

.icon-topic-dating:before {
  content: "\e907";
}

.icon-topic-bonus:before {
  content: "\e908";
}

.icon-direct:before {
  content: "\e909";
}

.icon-quintiles:before {
  content: "\e90a";
}

.icon-menu-wavy:before {
  content: "\e90b";
}

.icon-widget-dating:before {
  content: "\e90c";
}

.icon-moon-filled:before {
  content: "\e90d";
}

.icon-widget-love:before {
  content: "\e90e";
}

.icon-sextile-bold:before {
  content: "\e90f";
}

.icon-widget-monthly:before {
  content: "\e910";
}

.icon-widget-weekly:before {
  content: "\e911";
}

.icon-widget-daily:before {
  content: "\e912";
}

.icon-widget-yearly:before {
  content: "\e913";
}

.icon-aquarius:before {
  content: "\e921";
}

.icon-aries:before {
  content: "\e922";
}

.icon-scorpio:before {
  content: "\e930";
}

.icon-sagittarius:before {
  content: "\e92f";
}

.icon-capricorn:before {
  content: "\e927";
}

.icon-gemini:before {
  content: "\e928";
}

.icon-pisces:before {
  content: "\e92b";
}

.icon-taurus:before {
  content: "\e93b";
}

.icon-leo:before {
  content: "\e929";
}

.icon-libra:before {
  content: "\e92a";
}

.icon-cancer:before {
  content: "\e926";
}

.icon-virgo:before {
  content: "\e93f";
}

.icon-aries-symbol:before {
  content: "\e914";
}

.icon-taurus-symbol:before {
  content: "\e915";
}

.icon-gemini-symbol:before {
  content: "\e916";
}

.icon-cancer-symbol:before {
  content: "\e917";
}

.icon-leo-symbol:before {
  content: "\e918";
}

.icon-virgo-symbol:before {
  content: "\e919";
}

.icon-libra-symbol:before {
  content: "\e91a";
}

.icon-scorpio-symbol:before {
  content: "\e91b";
}

.icon-sagittarius-symbol:before {
  content: "\e91c";
}

.icon-capricorn-symbol:before {
  content: "\e91d";
}

.icon-half-moon:before {
  content: "\e91e";
}

.icon-pisces-symbol:before {
  content: "\e91f";
}

.icon-aquarius-symbol:before {
  content: "\e920";
}

.icon-two-stars:before {
  content: "\e923";
}

.icon-half-moon-star:before {
  content: "\e924";
}

.icon-moon:before {
  content: "\e925";
}

.icon-account:before {
  content: "\e92c";
}

.icon-birth-chart:before {
  content: "\e92d";
}

.icon-aspects:before {
  content: "\e92e";
}

.icon-head:before {
  content: "\e931";
}

.icon-eye:before {
  content: "\e932";
}

.icon-lightning:before {
  content: "\e933";
}

.icon-leaf:before {
  content: "\e934";
}

.icon-calendar-astrology:before {
  content: "\e935";
}

.icon-calendar:before {
  content: "\e936";
}

.icon-briefcase:before {
  content: "\e937";
}

.icon-money:before {
  content: "\e938";
}

.icon-arrow-circle:before {
  content: "\e939";
}

.icon-dashboard:before {
  content: "\e93a";
}

.icon-list:before {
  content: "\e93c";
}

.icon-moon-report:before {
  content: "\e93d";
}

.icon-videos:before {
  content: "\e93e";
}

.icon-transits:before {
  content: "\e942";
}

.icon-psycho-analysis:before {
  content: "\e943";
}

.icon-rat:before {
  content: "\e940";
}

.icon-ox:before {
  content: "\e941";
}

.icon-sheep:before {
  content: "\e944";
}

.icon-tiger:before {
  content: "\e945";
}

.icon-rabbit:before {
  content: "\e946";
}

.icon-dragon:before {
  content: "\e947";
}

.icon-snake:before {
  content: "\e948";
}

.icon-horse:before {
  content: "\e949";
}

.icon-monkey:before {
  content: "\e94a";
}

.icon-rooster:before {
  content: "\e94b";
}

.icon-dog:before {
  content: "\e94c";
}

.icon-pig:before {
  content: "\e94d";
}

.icon-menu:before {
  content: "\e94e";
}

.icon-close:before {
  content: "\e94f";
}

.icon-search:before {
  content: "\e950";
}

.icon-arrow:before {
  content: "\e951";
}

.icon-calendar-plus:before {
  content: "\e952";
}

.icon-warning:before {
  content: "\e953";
}

.icon-caret-down:before {
  content: "\e954";
}

.icon-dot-dash-left:before {
  content: "\e955";
}

.icon-live-reading:before {
  content: "\e956";
}

.icon-star:before {
  content: "\e957";
}

.icon-dot-dash-right:before {
  content: "\e958";
}

.icon-sun-alt:before {
  content: "\e959";
}

.icon-lock:before {
  content: "\e95a";
}

.icon-reports:before {
  content: "\e95b";
}

.icon-planet:before {
  content: "\e95c";
}

.icon-download:before {
  content: "\e95d";
}

.icon-dollar-sign:before {
  content: "\e95e";
}

.icon-sports:before {
  content: "\e95f";
}

.icon-moons-left:before {
  content: "\e960";
}

.icon-moons-right:before {
  content: "\e961";
}

.icon-report-love:before {
  content: "\e962";
}

.icon-report-stars:before {
  content: "\e963";
}

.icon-heart:before {
  content: "\e964";
}

.icon-heart1:before {
  content: "\e965";
}

.icon-secret-crush:before {
  content: "\e966";
}

.icon-broken-heart:before {
  content: "\e967";
}

.icon-two-hearts:before {
  content: "\e968";
}

.icon-icon-heart-arrow:before {
  content: "\e969";
}

.icon-book-of-love:before {
  content: "\e96a";
}

.icon-lips:before {
  content: "\e96b";
}

.icon-sun:before {
  content: "\e96c";
}

.icon-cards:before {
  content: "\e96d";
}

.icon-money-usd:before {
  content: "\e96e";
}

.icon-numerology:before {
  content: "\e96f";
}

.icon-karma:before {
  content: "\e970";
}

.icon-lotus:before {
  content: "\e971";
}

.icon-star-criss-cross:before {
  content: "\e972";
}

.icon-star-filled:before {
  content: "\e973";
}

.icon-briefcase1:before {
  content: "\e974";
}

.icon-cake:before {
  content: "\e975";
}

.icon-three-stars:before {
  content: "\e976";
}

.icon-crystal-ball:before {
  content: "\e977";
}

.icon-calendar-blank:before {
  content: "\e978";
}

.icon-eye-blank:before {
  content: "\e979";
}

.icon-camera:before {
  content: "\e97a";
}

.icon-envelope:before {
  content: "\e97b";
}

.icon-yin-yang:before {
  content: "\e97c";
}

.icon-planet-reverse:before {
  content: "\e97d";
}

.icon-conjunct-bold:before {
  content: "\e97e";
}

.icon-retrograde:before {
  content: "\e97f";
}

.icon-square-bold:before {
  content: "\e980";
}

.icon-trine-bold:before {
  content: "\e981";
}

.icon-opposition-bold:before {
  content: "\e982";
}

.icon-sextile:before {
  content: "\e983";
}

.icon-opposition:before {
  content: "\e984";
}

.icon-enter:before {
  content: "\e986";
}

.icon-parallel:before {
  content: "\e987";
}

.icon-contra-parallel:before {
  content: "\e988";
}

.icon-planets:before {
  content: "\e989";
}

.icon-semi-square:before {
  content: "\e98a";
}

.icon-trine:before {
  content: "\e98b";
}

.icon-fire:before {
  content: "\e98c";
}

.icon-rss-feed:before {
  content: "\e98d";
}

.icon-checkmark-outline:before {
  content: "\e98e";
}

.icon-conjunction:before {
  content: "\e98f";
}

.icon-hygeia:before {
  content: "\e990";
}

.icon-ascendant:before {
  content: "\e991";
}

.icon-inconjunct:before {
  content: "\e992";
}

.icon-sesquiquadrate:before {
  content: "\e993";
}

.icon-square:before {
  content: "\e994";
}

.icon-full-moon:before {
  content: "\e995";
}

.icon-new-moon:before {
  content: "\e996";
}

.icon-question-mark:before {
  content: "\e997";
}

.icon-midheaven:before {
  content: "\e998";
}

.icon-semi-sextile:before {
  content: "\e999";
}

.icon-psychic-hub:before {
  content: "\e99a";
}

.icon-genie-lamp:before {
  content: "\e99b";
}

.icon-topic-health:before {
  content: "\e99c";
}

.icon-solar-eclipse:before {
  content: "\e99d";
}

.icon-lunar-eclipse:before {
  content: "\e99e";
}

.icon-instagram:before {
  content: "\e99f";
}

.icon-snapchat:before {
  content: "\e9a0";
}

.icon-facebook:before {
  content: "\e9a1";
}

.icon-facebook-filled:before {
  content: "\e9a2";
}

.icon-twitter-filled:before {
  content: "\e9a3";
}

.icon-email-filled:before {
  content: "\e9a4";
}

.icon-pinterest-filled:before {
  content: "\e9a5";
}

.icon-wheelchair:before {
  content: "\e9a6";
}

.icon-sun-abstract:before {
  content: "\e9a7";
}

.icon-moon1:before {
  content: "\e9a8";
}

.icon-mercury:before {
  content: "\e9a9";
}

.icon-venus:before {
  content: "\e9aa";
}

.icon-mars:before {
  content: "\e9ab";
}

.icon-jupiter:before {
  content: "\e9ac";
}

.icon-saturn:before {
  content: "\e9ad";
}

.icon-uranus:before {
  content: "\e9ae";
}

.icon-neptune:before {
  content: "\e9af";
}

.icon-pluto:before {
  content: "\e9b0";
}

.icon-chiron:before {
  content: "\e9b1";
}

.icon-ceres:before {
  content: "\e9b2";
}

.icon-pallas:before {
  content: "\e9b3";
}

.icon-juno:before {
  content: "\e9b4";
}

.icon-vesta:before {
  content: "\e9b5";
}

.icon-earth:before {
  content: "\e9b6";
}

.icon-air:before {
  content: "\e9b7";
}

.icon-fire1:before {
  content: "\e9b8";
}

.icon-water:before {
  content: "\e9b9";
}

.icon-cardinal:before {
  content: "\e9ba";
}

.icon-fixed:before {
  content: "\e9bb";
}

.icon-mutable:before {
  content: "\e9bc";
}

.icon-first:before {
  content: "\e9bd";
}

.icon-second:before {
  content: "\e9be";
}

.icon-third:before {
  content: "\e9bf";
}

.icon-fourth:before {
  content: "\e9c0";
}

.icon-fifth:before {
  content: "\e9c1";
}

.icon-sixth:before {
  content: "\e9c2";
}

.icon-seventh:before {
  content: "\e9c3";
}

.icon-eighth:before {
  content: "\e9c4";
}

.icon-ninth:before {
  content: "\e9c5";
}

.icon-tenth:before {
  content: "\e9c6";
}

.icon-eleventh:before {
  content: "\e9c7";
}

.icon-twelfth:before {
  content: "\e9c8";
}

.icon-plus:before {
  content: "\e9c9";
}

.icon-topic-tarot-star:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-tiktok:before {
  content: "\e9cc";
}

.icon-topic-cat:before {
  content: "\e9cd";
}

.icon-topic-dog:before {
  content: "\e9ce";
}

.icon-topic-teen:before {
  content: "\e9cf";
}

.icon-topic-food:before {
  content: "\e9d0";
}

.icon-topic-home:before {
  content: "\e9d1";
}

.icon-topic-singles:before {
  content: "\e9d2";
}

.icon-topic-beauty:before {
  content: "\e9d3";
}

.icon-topic-finances:before {
  content: "\e9d4";
}

.icon-topic-couples:before {
  content: "\e9d5";
}

.icon-rising:before {
  content: "\e9d6";
}

.icon-element-mode-season:before {
  content: "\e9d7";
}

.icon-planetary-rulership:before {
  content: "\e9d8";
}

.icon-characteristics:before {
  content: "\e9d9";
}

.icon-life-purpuses:before {
  content: "\e9da";
}

.icon-esoteric:before {
  content: "\e9db";
}

.icon-compatibility:before {
  content: "\e9dc";
}

.icon-twitter-x:before {
  content: "\e9dd";
}

.icon-symbolism:before {
  content: "\e9de";
}

.icon-tarot-cards:before {
  content: "\e9df";
}

.icon-house-rulership:before {
  content: "\e9e0";
}

.icon-youtube-filled:before {
  content: "\ea9d";
}

.icon-user-alt:before {
  content: "\f407";
}

/* Helper classes for padding and margin (10px increments)
    -------------------------------------------------------------
    Class: .[property][side]-[screen]-[gutter]
    - property: "m" or "p" for margin and padding, respectively
    - side (optional): t for top, b for bottom, l for left, r for right, x for left and right, y for top and bottom
    - screen (optional): md
    - gutter: increments of 10px, so 1 is 10px, 2 is 20px, etc.

    Example:
    - .m-1             margin: 10px
    - .p-2             padding: 20px
    - .mt-1            margin-top: 10px
    - .pt-1            padding-top: 10px
    - .mt-md-1         margin-top: 10px     md screens
    - .pt-md-1         padding-top: 10px    md screens
*/
.m-1 {
  margin: 10px;
}

.p-1 {
  padding: 10px;
}

.m-2 {
  margin: 20px;
}

.p-2 {
  padding: 20px;
}

.m-3 {
  margin: 30px;
}

.p-3 {
  padding: 30px;
}

.m-4 {
  margin: 40px;
}

.p-4 {
  padding: 40px;
}

.m-5 {
  margin: 50px;
}

.p-5 {
  padding: 50px;
}

.m-6 {
  margin: 60px;
}

.p-6 {
  padding: 60px;
}

.m-7 {
  margin: 70px;
}

.p-7 {
  padding: 70px;
}

.m-8 {
  margin: 80px;
}

.p-8 {
  padding: 80px;
}

.m-9 {
  margin: 90px;
}

.p-9 {
  padding: 90px;
}

.m-10 {
  margin: 100px;
}

.p-10 {
  padding: 100px;
}

.mt-1 {
  margin-top: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.mb-1 {
  margin-bottom: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.ml-1 {
  margin-left: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.pl-6 {
  padding-left: 60px;
}

.ml-7 {
  margin-left: 70px;
}

.pl-7 {
  padding-left: 70px;
}

.ml-8 {
  margin-left: 80px;
}

.pl-8 {
  padding-left: 80px;
}

.ml-9 {
  margin-left: 90px;
}

.pl-9 {
  padding-left: 90px;
}

.ml-10 {
  margin-left: 100px;
}

.pl-10 {
  padding-left: 100px;
}

.mr-1 {
  margin-right: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.pr-6 {
  padding-right: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.pr-7 {
  padding-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.pr-8 {
  padding-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.pr-9 {
  padding-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

.pr-10 {
  padding-right: 100px;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.mx-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.px-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.mx-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.px-7 {
  padding-left: 70px;
  padding-right: 70px;
}

.mx-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.px-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.mx-9 {
  margin-left: 90px;
  margin-right: 90px;
}

.px-9 {
  padding-left: 90px;
  padding-right: 90px;
}

.mx-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.px-10 {
  padding-left: 100px;
  padding-right: 100px;
}

.my-1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.py-1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.my-2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.py-2 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.my-3 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.py-3 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.my-4 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.py-4 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.my-5 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.py-5 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.my-6 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.py-6 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.my-7 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.py-7 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.my-8 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.py-8 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.my-9 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.py-9 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.my-10 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.py-10 {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .m-md-1 {
    margin: 10px;
  }
  .p-md-1 {
    padding: 10px;
  }
  .m-md-2 {
    margin: 20px;
  }
  .p-md-2 {
    padding: 20px;
  }
  .m-md-3 {
    margin: 30px;
  }
  .p-md-3 {
    padding: 30px;
  }
  .m-md-4 {
    margin: 40px;
  }
  .p-md-4 {
    padding: 40px;
  }
  .m-md-5 {
    margin: 50px;
  }
  .p-md-5 {
    padding: 50px;
  }
  .m-md-6 {
    margin: 60px;
  }
  .p-md-6 {
    padding: 60px;
  }
  .m-md-7 {
    margin: 70px;
  }
  .p-md-7 {
    padding: 70px;
  }
  .m-md-8 {
    margin: 80px;
  }
  .p-md-8 {
    padding: 80px;
  }
  .m-md-9 {
    margin: 90px;
  }
  .p-md-9 {
    padding: 90px;
  }
  .m-md-10 {
    margin: 100px;
  }
  .p-md-10 {
    padding: 100px;
  }
  .mt-md-1 {
    margin-top: 10px;
  }
  .pt-md-1 {
    padding-top: 10px;
  }
  .mt-md-2 {
    margin-top: 20px;
  }
  .pt-md-2 {
    padding-top: 20px;
  }
  .mt-md-3 {
    margin-top: 30px;
  }
  .pt-md-3 {
    padding-top: 30px;
  }
  .mt-md-4 {
    margin-top: 40px;
  }
  .pt-md-4 {
    padding-top: 40px;
  }
  .mt-md-5 {
    margin-top: 50px;
  }
  .pt-md-5 {
    padding-top: 50px;
  }
  .mt-md-6 {
    margin-top: 60px;
  }
  .pt-md-6 {
    padding-top: 60px;
  }
  .mt-md-7 {
    margin-top: 70px;
  }
  .pt-md-7 {
    padding-top: 70px;
  }
  .mt-md-8 {
    margin-top: 80px;
  }
  .pt-md-8 {
    padding-top: 80px;
  }
  .mt-md-9 {
    margin-top: 90px;
  }
  .pt-md-9 {
    padding-top: 90px;
  }
  .mt-md-10 {
    margin-top: 100px;
  }
  .pt-md-10 {
    padding-top: 100px;
  }
  .mb-md-1 {
    margin-bottom: 10px;
  }
  .pb-md-1 {
    padding-bottom: 10px;
  }
  .mb-md-2 {
    margin-bottom: 20px;
  }
  .pb-md-2 {
    padding-bottom: 20px;
  }
  .mb-md-3 {
    margin-bottom: 30px;
  }
  .pb-md-3 {
    padding-bottom: 30px;
  }
  .mb-md-4 {
    margin-bottom: 40px;
  }
  .pb-md-4 {
    padding-bottom: 40px;
  }
  .mb-md-5 {
    margin-bottom: 50px;
  }
  .pb-md-5 {
    padding-bottom: 50px;
  }
  .mb-md-6 {
    margin-bottom: 60px;
  }
  .pb-md-6 {
    padding-bottom: 60px;
  }
  .mb-md-7 {
    margin-bottom: 70px;
  }
  .pb-md-7 {
    padding-bottom: 70px;
  }
  .mb-md-8 {
    margin-bottom: 80px;
  }
  .pb-md-8 {
    padding-bottom: 80px;
  }
  .mb-md-9 {
    margin-bottom: 90px;
  }
  .pb-md-9 {
    padding-bottom: 90px;
  }
  .mb-md-10 {
    margin-bottom: 100px;
  }
  .pb-md-10 {
    padding-bottom: 100px;
  }
  .ml-md-1 {
    margin-left: 10px;
  }
  .pl-md-1 {
    padding-left: 10px;
  }
  .ml-md-2 {
    margin-left: 20px;
  }
  .pl-md-2 {
    padding-left: 20px;
  }
  .ml-md-3 {
    margin-left: 30px;
  }
  .pl-md-3 {
    padding-left: 30px;
  }
  .ml-md-4 {
    margin-left: 40px;
  }
  .pl-md-4 {
    padding-left: 40px;
  }
  .ml-md-5 {
    margin-left: 50px;
  }
  .pl-md-5 {
    padding-left: 50px;
  }
  .ml-md-6 {
    margin-left: 60px;
  }
  .pl-md-6 {
    padding-left: 60px;
  }
  .ml-md-7 {
    margin-left: 70px;
  }
  .pl-md-7 {
    padding-left: 70px;
  }
  .ml-md-8 {
    margin-left: 80px;
  }
  .pl-md-8 {
    padding-left: 80px;
  }
  .ml-md-9 {
    margin-left: 90px;
  }
  .pl-md-9 {
    padding-left: 90px;
  }
  .ml-md-10 {
    margin-left: 100px;
  }
  .pl-md-10 {
    padding-left: 100px;
  }
  .mr-md-1 {
    margin-right: 10px;
  }
  .pr-md-1 {
    padding-right: 10px;
  }
  .mr-md-2 {
    margin-right: 20px;
  }
  .pr-md-2 {
    padding-right: 20px;
  }
  .mr-md-3 {
    margin-right: 30px;
  }
  .pr-md-3 {
    padding-right: 30px;
  }
  .mr-md-4 {
    margin-right: 40px;
  }
  .pr-md-4 {
    padding-right: 40px;
  }
  .mr-md-5 {
    margin-right: 50px;
  }
  .pr-md-5 {
    padding-right: 50px;
  }
  .mr-md-6 {
    margin-right: 60px;
  }
  .pr-md-6 {
    padding-right: 60px;
  }
  .mr-md-7 {
    margin-right: 70px;
  }
  .pr-md-7 {
    padding-right: 70px;
  }
  .mr-md-8 {
    margin-right: 80px;
  }
  .pr-md-8 {
    padding-right: 80px;
  }
  .mr-md-9 {
    margin-right: 90px;
  }
  .pr-md-9 {
    padding-right: 90px;
  }
  .mr-md-10 {
    margin-right: 100px;
  }
  .pr-md-10 {
    padding-right: 100px;
  }
  .mx-md-1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .px-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mx-md-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .px-md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mx-md-3 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .px-md-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mx-md-4 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .px-md-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mx-md-5 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .px-md-5 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mx-md-6 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .px-md-6 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mx-md-7 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .px-md-7 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .mx-md-8 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .px-md-8 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mx-md-9 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .px-md-9 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .mx-md-10 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .px-md-10 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .my-md-1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .py-md-1 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .my-md-2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .py-md-2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .my-md-3 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .py-md-3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .my-md-4 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .py-md-4 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .my-md-5 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .py-md-5 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .my-md-6 {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .py-md-6 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .my-md-7 {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .py-md-7 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .my-md-8 {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .py-md-8 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .my-md-9 {
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .py-md-9 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .my-md-10 {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .py-md-10 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
/* Helpers for frequently used 15px */
.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .m-md-15 {
    margin: 15px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .my-md-15 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .py-md-15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
input[type=button i]:focus {
  outline: none;
}

body {
  color: #fff;
  font-family: "Merriweather", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-display: optional;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p {
  color: #fff;
}

h1, .h1,
h2, .h2 {
  font-family: "CaslonGrad", serif;
  font-weight: normal;
}

h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Khand", sans-serif;
  font-weight: 500;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  text-transform: none;
}

h1, .h1 {
  font-size: 1.625rem;
  letter-spacing: 0.56px;
  line-height: 1.15;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 1.875rem;
    letter-spacing: 1px;
    line-height: 1.24;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 1.375rem;
  letter-spacing: 0.65px;
  line-height: 1.33;
  margin-bottom: 10px;
}

h5, .h5 {
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.22;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: initial;
}

p {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  margin-bottom: 1.375rem;
}

a,
.link {
  color: #fff;
  line-height: 1.13;
  text-decoration: none;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
.link:hover {
  color: #6e89fc;
}
a:focus,
.link:focus {
  outline: none;
}

p a {
  color: #6e89fc;
  text-decoration: underline;
  text-transform: inherit;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: inherit;
}

ol {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  ol {
    margin-bottom: 45px;
  }
}

ol > li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  ol > li {
    margin-bottom: 15px;
  }
}

ul {
  padding-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  ul {
    margin-left: 20px;
  }
}
ul li::marker {
  color: #4d48af;
  font-size: 1.125rem;
}

ul.list > li {
  margin-left: 20px;
}

.breadcrumb {
  color: #ddd;
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}

.label {
  font-family: "Khand", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.nav-link {
  color: #f5f5f7;
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.tag {
  color: #bababa;
  line-height: normal;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.07px;
  text-transform: uppercase;
}

a.tag:not(.link__arrow):hover {
  text-decoration: underline;
}

.link__arrow {
  align-items: center;
  background: transparent !important;
  display: inline-flex;
}
.link__arrow:hover {
  background: inherit;
  text-decoration: none;
}
.link__arrow > i.icon-arrow {
  font-size: 1.3em;
  line-height: inherit;
  margin-top: -4px;
}

.text-2 {
  color: #ddd;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.title-3 {
  font-family: "Khand", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.45;
  text-transform: capitalize;
}

.title-4 {
  font-family: "Khand", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.27;
  margin-bottom: 0;
  text-transform: capitalize;
}

.page__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page__title {
    margin-top: 30px;
  }
}

.page__subtitle {
  color: #bababa;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: normal;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page__subtitle {
    margin: -6px auto 20px;
  }
}

.section__title {
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: "CaslonGrad", serif;
  font-size: 1.75rem;
  font-weight: normal;
  letter-spacing: normal;
}

.section__subtitle {
  color: #bababa;
  margin-top: -15px;
  margin-bottom: 25px;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    margin-top: -25px;
    margin-bottom: 40px;
  }
}

/* Components (or modules)
------------------------------------------------------- */
.v3 .breadcrumb-container {
  z-index: 1;
}
.v3 .breadcrumb-container + h1 {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .v3 .breadcrumb-container {
    height: 40px;
  }
  .v3 .breadcrumb-container + h1 {
    margin-top: 50px;
  }
}
.v3 .breadcrumb-container .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.v3 .breadcrumb-container .breadcrumb__item, .v3 .breadcrumb-container .breadcrumb__item > a {
  font-size: 1.125rem;
  letter-spacing: normal;
  margin-bottom: 0;
}
.v3 .breadcrumb-container .breadcrumb__item.active {
  pointer-events: none;
}
.v3 .breadcrumb-container .breadcrumb__item:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
}
.v3 .breadcrumb-container .zodiac_sign_selector_wrapper {
  margin-left: -10px;
}
.v3 .breadcrumb-container .zodiac_sign_selector_wrapper::after {
  right: -0.25rem;
  top: 12px;
}
.v3 .breadcrumb-container .zodiac_sign_selector {
  border: unset;
  cursor: pointer;
  font-size: 1.125rem;
  height: unset;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0 20px 0 12px;
  text-transform: uppercase;
}
.v3 .breadcrumb-container .zodiac_sign_selector option {
  background: #000;
  color: #7b817a;
  font-family: Khand;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  width: 100%;
}

.btn input,
.btn.input {
  color: #fff;
  width: 100%;
}

.btn {
  background: transparent;
  border-radius: 6px;
  border: 1px solid transparent;
  display: block;
  font-stretch: normal;
  font-style: normal;
  height: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn--xs {
  font-size: 0.75rem;
  height: 30px;
  line-height: 30px;
}
.btn--sm {
  font-size: 1rem;
  height: 35px;
  line-height: 35px;
}
.btn--md {
  height: 40px;
  line-height: 40px;
}
.btn--lg {
  font-size: 1.25rem;
  height: 55px;
  line-height: 55px;
}
.btn--mw-sm {
  max-width: 228px;
  width: 100%;
}
.btn--mw-md {
  max-width: 267px;
  width: 100%;
}
.btn--mw-lg {
  max-width: 364px;
  width: 100%;
}
.btn__primary {
  background-color: #4d48af;
  color: #fff;
}
.btn__primary:hover {
  background-color: #3D398C;
  border-color: #3D398C;
  color: #fff;
}
.btn__light {
  background-color: #fff;
  border: 1px solid #ced6e0;
  color: #30385b;
}
.btn__light.active, .btn__light:hover {
  background-color: #6e89fc;
  border: 1px solid #6e89fc;
  color: #fff;
}
.btn__outline {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.btn__outline:hover {
  background-color: #fff;
  color: #30385b;
}
.btn__outline--lightgrey {
  background-color: transparent;
  border: solid 1px #ddd;
  color: #ddd;
}
.btn__outline--lightgrey:hover {
  background-color: #ddd;
  color: #30385b;
}
.btn.ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.btn.ghost:hover {
  color: #fff;
}
.btn.disabled {
  pointer-events: none;
}

/*
---------------------------------------
Card Mixins
---------------------------------------
*/
/*
---------------------------------------
Card Media Aspect Ratios
---------------------------------------
*/
.media-ar-68 {
  height: 0;
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
}
.media-ar-68 .media-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/*
---------------------------------------
GENERAL CARD STYLES
---------------------------------------
*/
.v3 .card {
  /* ===CARD SIZE=== */
  /* ===CARD TYPOGRAPHY=== */
  /* ===CARD MEDIA=== */
  /* ===CARD BACKGROUND COLORS=== */
}
.v3 .card--sm {
  height: 148px;
}
.v3 .card--md {
  height: 180px;
}
.v3 .card--lg {
  height: 265px;
}
.v3 .card__author {
  color: #bababa;
  display: block;
  line-height: normal;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.07px;
  text-transform: uppercase;
}
.v3 .card__description {
  color: #ddd;
  line-height: 1.63;
  margin-bottom: 15px;
  text-transform: none;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .card__cta {
  align-items: flex-end;
  display: inline-flex;
  line-height: 1.13;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.v3 .card__title {
  margin-bottom: 10px;
}
.v3 .card__title--cg {
  font-family: "CaslonGrad", serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .card__media {
  margin-bottom: 10px;
  position: relative;
}
.v3 .card__media .media-wrapper {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.v3 .card--daily {
  background-color: #586181;
}
.v3 .card--daily:hover {
  background: rgb(81.7953917051, 90.1608294931, 119.9046082949);
}
.v3 .card--monthly {
  background-color: #3393b0;
}
.v3 .card--monthly:hover {
  background: rgb(47.5625550661, 137.0920704846, 164.1374449339);
}
.v3 .card--weekly {
  background-color: #4d48af;
}
.v3 .card--weekly:hover {
  background: rgb(72.2303643725, 67.5400809717, 164.1599190283);
}
.v3 .card--yearly {
  background-color: #30385b;
}
.v3 .card--yearly:hover {
  background: rgb(42.7165467626, 49.835971223, 80.9834532374);
}
.v3 .card--love {
  background-color: #f16ea1;
}
.v3 .card--love:hover {
  background: rgb(239.6528301887, 96.0471698113, 151.9547169811);
}
.v3 .card--work {
  background-color: #48c6af;
}
.v3 .card--work:hover {
  background: rgb(60.49125, 194.20875, 169.8);
}
.v3 .card--dating {
  background-color: #9980F1;
}
.v3 .card--dating:hover {
  background: rgb(141.9319148936, 114.2191489362, 239.4808510638);
}
.v3 .card--chinese {
  background-color: #d15266;
}
.v3 .card--chinese:hover {
  background: rgb(205.7863013699, 69.9136986301, 91.3109589041);
}
.v3 .card--dating.daily {
  background-color: #9980F1;
}
.v3 .card--dating.daily:hover {
  background: rgb(141.9319148936, 114.2191489362, 239.4808510638);
}
.v3 .card--dating.weekly {
  background-color: #7c63d3;
}
.v3 .card--dating.weekly:hover {
  background: rgb(113.9785, 87.066, 207.634);
}
.v3 .card--dating.monthly {
  background-color: #7157ca;
}
.v3 .card--dating.monthly:hover {
  background: rgb(103.1692307692, 75.3692307692, 198.3307692308);
}
.v3 .card--love.daily {
  background-color: #f16ea1;
}
.v3 .card--love.daily:hover {
  background: rgb(239.6528301887, 96.0471698113, 151.9547169811);
}
.v3 .card--love.weekly {
  background-color: #e35b91;
}
.v3 .card--love.weekly:hover {
  background: rgb(224.76875, 77.93125, 136.234375);
}
.v3 .card--love.monthly {
  background-color: #d94982;
}
.v3 .card--love.monthly:hover {
  background: rgb(214.3572727273, 60.3427272727, 121.3068181818);
}
.v3 .card--love.yearly {
  background-color: #c2366d;
}
.v3 .card--love.yearly:hover {
  background: rgb(182.0314516129, 50.6685483871, 102.2754032258);
}
.v3 .card--work.daily {
  background-color: #48c6af;
}
.v3 .card--work.daily:hover {
  background: rgb(60.49125, 194.20875, 169.8);
}
.v3 .card--work.weekly {
  background-color: #39b39d;
}
.v3 .card--work.weekly:hover {
  background: rgb(53.3046610169, 167.3953389831, 146.8216101695);
}
.v3 .card--work.monthly {
  background-color: #2da791;
}
.v3 .card--work.monthly:hover {
  background: rgb(41.7523584906, 154.9476415094, 134.5353773585);
}
.v3 .card--work.yearly {
  background-color: #1e8a76;
}
.v3 .card--work.yearly:hover {
  background: rgb(27.2678571429, 125.4321428571, 107.2535714286);
}
.v3 .card--chinese.daily {
  background-color: #d15266;
}
.v3 .card--chinese.daily:hover {
  background: rgb(205.7863013699, 69.9136986301, 91.3109589041);
}
.v3 .card--chinese.weekly {
  background-color: #c44358;
}
.v3 .card--chinese.weekly:hover {
  background: rgb(188.5327935223, 59.1672064777, 80.2267206478);
}
.v3 .card--chinese.monthly {
  background-color: #ba394d;
}
.v3 .card--chinese.monthly:hover {
  background: rgb(174.2888888889, 53.4111111111, 72.1518518519);
}
.v3 .card--chinese.yearly {
  background-color: #b13347;
}
.v3 .card--chinese.yearly:hover {
  background: rgb(165.1223684211, 47.5776315789, 66.2355263158);
}
.v3 .card--black-russian {
  background-color: #1E2131;
}
.v3 .card--black-russian:hover {
  background: rgb(24.1898734177, 26.6088607595, 39.5101265823);
}

.v3 .panel-card, .v3 .image-card--horz, .v3 .image-card, .v3 .calendar-article-card, .v3 .card {
  border-radius: 4px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* ===CARD HOVER=== */
}
.v3 .panel-card .zoom, .v3 .image-card--horz .zoom, .v3 .image-card .zoom, .v3 .calendar-article-card .zoom, .v3 .card .zoom {
  transform: scale(1);
  transition: transform 0.4s ease-out 0s;
}
.v3 .panel-card:hover, .v3 .image-card--horz:hover, .v3 .image-card:hover, .v3 .calendar-article-card:hover, .v3 .card:hover {
  color: #fff;
}
.v3 .panel-card:hover .card__title, .v3 .image-card--horz:hover .card__title, .v3 .image-card:hover .card__title, .v3 .calendar-article-card:hover .card__title, .v3 .card:hover .card__title {
  text-decoration: underline;
}
.v3 .panel-card:hover .card__cta, .v3 .image-card--horz:hover .card__cta, .v3 .image-card:hover .card__cta, .v3 .calendar-article-card:hover .card__cta, .v3 .card:hover .card__cta {
  color: #6e89fc;
}
.v3 .panel-card:hover .zoom, .v3 .image-card--horz:hover .zoom, .v3 .image-card:hover .zoom, .v3 .calendar-article-card:hover .zoom, .v3 .card:hover .zoom {
  transform: scale(1.05);
}

.v3 {
  /*
  ---------------------------------------
  BASIC CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  CALENDAR ARTICLE CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  IMAGE CARD
  ---------------------------------------
  */
  /* ===IMAGE CARD HORIZONTAL=== */
  /*
  ---------------------------------------
  PANEL CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  LATEST ARTICLE CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  TAROT CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  ROUND CARD
  ---------------------------------------
  */
  /*
  ---------------------------------------
  CARD LAYOUTS
  ---------------------------------------
  */
  /* ===CARD-2COL-STACKED, LAYOUT 1=== */
  /* ===CARD-3COL=== */
}
.v3 .card-wrapper {
  position: relative;
}
.v3 .card {
  position: relative;
  width: 100%;
}
.v3 .calendar-article-card {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.v3 .calendar-article-card .left {
  flex: 0 0 10%;
  margin-right: 15px;
}
.v3 .calendar-article-card .right {
  flex: 0 1 90%;
}
.v3 .calendar-article-card .card__title {
  font-weight: 500;
  line-height: 1.35;
  margin-top: 0;
}
.v3 .calendar-article-card .card__description {
  font-size: 0.875rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 2;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .v3 .calendar-article-card {
    background: #202020;
    margin-right: 15px;
    max-width: 310px;
    padding: 15px 10px 0;
  }
}
.v3 .image-card--horz, .v3 .image-card {
  background: #202020;
  max-width: 345px;
}
.v3 .image-card--horz .card__content, .v3 .image-card .card__content {
  padding: 0 10px 15px;
}
.v3 .image-card--horz .card__description, .v3 .image-card .card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  overflow: hidden;
}
.v3 .image-card--horz .card__media, .v3 .image-card .card__media {
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
  padding-bottom: 52%;
  position: relative;
}
.v3 .image-card--horz .card__media .media-wrapper, .v3 .image-card .card__media .media-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.v3 .image-card--horz .card__title, .v3 .image-card .card__title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .v3 .image-card--horz, .v3 .image-card {
    background: none;
  }
  .v3 .image-card--horz .card__content, .v3 .image-card .card__content {
    padding: 0;
  }
  .v3 .image-card--horz .card__title, .v3 .image-card .card__title {
    font-size: 1.375rem;
  }
  .v3 .image-card--horz .card__media, .v3 .image-card .card__media {
    height: 0;
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
  }
  .v3 .image-card--horz .card__media .media-wrapper, .v3 .image-card .card__media .media-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.v3 .image-card .card__media {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .v3 .image-card .card__media {
    border-radius: 4px;
    overflow: auto;
  }
}
.v3 .image-card--horz {
  margin: 0 auto;
}
.v3 .image-card--horz .card__title {
  padding: 0 10px;
}
.v3 .image-card--horz .card__media .media-wrapper {
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .v3 .image-card--horz {
    display: grid;
    background: none;
    grid-template-areas: "title title" "image content" "image content";
    grid-template-columns: 1.3fr 3fr;
    grid-column-gap: 20px;
    margin-bottom: 0;
    max-width: unset;
  }
  .v3 .image-card--horz .card__cta {
    font-size: 1rem;
  }
  .v3 .image-card--horz .card__content {
    grid-area: content;
    padding: 0;
  }
  .v3 .image-card--horz .card__description {
    margin-top: 0;
  }
  .v3 .image-card--horz .card__media {
    grid-area: image;
    margin-bottom: initial;
  }
  .v3 .image-card--horz .card__media .media-wrapper {
    border-radius: 4px;
    overflow: hidden;
  }
  .v3 .image-card--horz .card__title {
    grid-area: title;
    font-size: 1.625rem;
    margin-top: 0;
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .image-card--horz .card__description {
    max-width: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .v3 .image-card--horz {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .v3 .image-card--horz .card__content {
    flex: 0 0 66%;
    order: 3;
  }
  .v3 .image-card--horz .card__media {
    flex: 0 0 30%;
    height: auto;
    margin-right: 20px;
    order: 2;
    padding-bottom: 0;
  }
  .v3 .image-card--horz .card__title {
    order: 1;
    width: 100%;
  }
}
.v3 .panel-card {
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .v3 .panel-card {
    padding: 20px;
  }
}
.v3 .panel-card:hover .card__cta {
  color: #fff;
}
.v3 .latest-article-card .card__media {
  height: 180px;
}
.v3 .latest-article-card .card__media img {
  height: 180px;
  object-fit: cover;
}
.v3 .tarot-card {
  overflow: visible;
  text-align: center;
}
.v3 .tarot-card:hover .card__title {
  text-decoration: underline;
}
.v3 .round-card {
  border: 2.3px solid #fff;
  width: 120px;
  height: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v3 .round-card i {
  font-size: 40px;
}
.v3 .panel-card:hover .card-2c-stacked-layout .card__title {
  text-decoration: none;
}
@supports (display: grid) {
  .v3 .card-2c-stacked-layout {
    display: grid;
    grid-template-areas: "title icon" "cta cta";
    grid-template-columns: 3fr 2fr;
    grid-gap: 15px 10px;
    height: 100%;
  }
  @media only screen and (min-width: 768px) {
    .v3 .card-2c-stacked-layout {
      grid-template-columns: 4fr 3fr;
    }
  }
  .v3 .card-2c-stacked-layout .card__cta {
    align-items: flex-end;
    grid-area: cta;
    margin-top: 0;
  }
  .v3 .card-2c-stacked-layout .card__media {
    grid-area: icon;
    margin-bottom: 0;
  }
  .v3 .card-2c-stacked-layout .card__title {
    grid-area: title;
    margin: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .v3 .card-2c-stacked-layout {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .v3 .card-2c-stacked-layout .card__content {
    flex: 0 0 52%;
    margin-right: 10px;
  }
  .v3 .card-2c-stacked-layout .card__media {
    flex: 0 0 40%;
  }
  .v3 .card-2c-stacked-layout .card__cta {
    align-items: flex-end;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}
.v3 .card-2c-stacked-layout .card__media {
  margin-left: auto;
}
.v3 .cards-3col {
  display: flex;
  flex-wrap: wrap;
}
.v3 .cards-3col .card-container {
  flex: 0 0 100%;
  margin: 15px;
}
@media only screen and (min-width: 1024px) {
  .v3 .cards-3col {
    flex-wrap: nowrap;
  }
  .v3 .cards-3col .card-container {
    flex: 0 0 33%;
    margin: 15px 15px 0 0;
  }
}

.v3 .text-link {
  display: block;
  line-height: 1.63;
  margin: 30px 0;
  padding: 15px 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .v3 .text-link {
    padding: 15px;
  }
}
.v3 .text-link a {
  display: block;
  margin-top: 15px;
}
.v3 .text-link a > i {
  font-size: 1.5rem;
  vertical-align: sub;
}
.v3 .text-link p {
  margin: 0;
}

/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-calendar-picker-indicator {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
}

::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.field-skin {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: transparent;
  margin-bottom: 1rem;
  min-height: 3rem;
}

label {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.caret {
  position: relative;
  display: block;
}
.caret:after {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-family: "icomoon";
  content: "\e954";
  font-size: 1.5rem;
  pointer-events: none;
}

hr {
  border: none;
  border-bottom: 1px #000 dotted;
  margin: 0.5rem -2rem 1rem -2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  hr {
    margin: 0.5rem -1rem 1rem -1rem;
  }
  .form-skin {
    padding: 1rem;
  }
  .subscribe {
    padding-top: 1200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  label.caret:after {
    top: 5px;
  }
}
/* Global form styles */
input,
select,
textarea {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ced6e0;
  color: #fff;
  line-height: 1.25;
  padding: 8px 15px;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

input,
select {
  height: 35px;
}
@media only screen and (min-width: 768px) {
  input,
  select {
    height: 40px;
    padding: 10px 15px;
  }
}

select option {
  color: #000;
}

input,
input:hover,
input:active {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #fff !important;
  outline: none;
}

input:focus,
input:-webkit-autofill:focus,
textarea:focus,
textarea:-webkit-autofill:focus {
  border: 1px solid #4d48af;
  outline: none !important;
}

input:-webkit-autofill::first-line {
  line-height: 1.25;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}

:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}

label.caret {
  margin-bottom: 0;
}
label.caret::after {
  top: 50%;
  transform: translate(0%, -50%);
}

.tooltip {
  background: rgba(0, 0, 0, 0.9);
  background-color: #222;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  cursor: default;
  display: none;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 5px;
  text-shadow: none;
  width: 230px;
  z-index: 98;
  position: absolute;
  left: 2px;
  bottom: 23px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tooltip {
    width: 150px;
  }
}
.tooltip__icon {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 8px;
  line-height: 16px;
  margin: 2px 2px 0;
  position: relative;
  text-align: center;
  vertical-align: text-top;
  visibility: visible;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.tooltip__icon:hover > span {
  display: block;
}

.hidelabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form {
  background-color: #101010;
  border-radius: 4px;
  color: #fff;
  padding: 24px 35px;
}
@media only screen and (min-width: 768px) {
  .form {
    padding: 24px 20px;
  }
}
.form__title {
  margin: 0 0 10px;
  line-height: 1.36;
  text-align: center;
  text-transform: capitalize;
  font-family: "CaslonGrad", serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
}
.form__subtitle {
  color: #bababa;
  line-height: 1.43;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: normal;
}
.form__input {
  padding: 10px 15px 8px;
  width: 100%;
}
.form__input-container {
  margin-bottom: 10px;
}
.form__input-container:last-child {
  margin-bottom: 15px;
}
.form__input-group-title {
  margin-bottom: 10px;
}
.form__checkbox {
  border-radius: 2px;
  border: solid 1px #fff;
  height: 11px;
  margin-right: 6px;
  width: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__helper-text, .form__helper-text a {
  display: inline-block;
  color: #ddd;
  line-height: 1.67;
  text-transform: unset;
  font-family: "Merriweather", serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: normal;
}

/* auto input reset */
input:-webkit-autofill,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  box-shadow: 0 0 0px 1000px black inset !important;
  -webkit-text-fill-color: #fff !important;
}

.email-capture-widget {
  margin: 0 auto 25px;
  max-width: 1020px;
  padding: 20px 15px 0;
  width: 100%;
}
.email-capture-widget h2 {
  line-height: 1.17;
  margin-bottom: 15px;
  font-family: "CaslonGrad", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
}
.email-capture-widget p {
  line-height: 1.67;
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}
.email-capture-widget .text-container {
  max-width: 300px;
  width: 100%;
}
.email-capture-widget .email-capture-form {
  display: block;
  margin: 0 auto;
  max-width: 570px;
  padding-top: 300px;
  position: relative;
  width: 100%;
}
.email-capture-widget .email-capture-form iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 979px) {
  .email-capture-widget {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .email-capture-widget .email-capture-form,
  .email-capture-widget .text-container {
    max-width: 570px;
    margin: 0 auto;
  }
  .email-capture-widget .icon {
    display: none;
  }
}
.newsletter-subscribe {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 25px;
  max-width: 1020px;
  padding: 20px 15px 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-subscribe .text-container {
    text-align: center;
  }
}
.newsletter-subscribe .text-container h2 {
  margin-bottom: 15px;
}
.newsletter-subscribe .text-container p {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-subscribe .text-container p {
    margin-bottom: 20px;
    max-width: 300px;
  }
}
.newsletter-subscribe .btn-container {
  max-width: 228px;
  width: 100%;
}

/* TODO: Find out why social icons are hidden on horoscope daily pages */
.v3 .social-share,
.v3 .share-icon.facebook,
.v3 .share-icon.pinterest,
.v3 .share-icon.twitter,
.v3 .share-icon.email,
.v3 .share-icon.instagram,
.v3 .share-icon.tiktok,
.v3 .share-icon.website,
.v3 .icon-instagram {
  display: flex !important;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .share-icon {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .share-icon {
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
.share-icon.facebook {
  background-color: #3a62a8;
}
.share-icon.facebook:hover {
  background: rgb(44.9115044248, 75.8849557522, 130.0884955752);
  color: #fff;
}
.share-icon.instagram {
  background-color: #f30074;
}
.share-icon.instagram:hover {
  background: rgb(192, 0, 91.6543209877);
  color: #fff;
}
.share-icon.twitter {
  background-color: #3cb2e3;
}
.share-icon.twitter:hover {
  background: rgb(29.6322869955, 154.5112107623, 206.3677130045);
  color: #fff;
}
.share-icon.pinterest {
  background-color: #e32e31;
}
.share-icon.pinterest:hover {
  background: rgb(195.7721518987, 26.2278481013, 29.0379746835);
  color: #fff;
}
.share-icon.email {
  background-color: #48c6af;
}
.share-icon.email:hover {
  background: rgb(52.0125, 166.9875, 146);
  color: #fff;
}
.share-icon.website {
  background-color: #3393b0;
}
.share-icon.website:hover {
  background: rgb(39.5418502203, 113.9735682819, 136.4581497797);
  color: #fff;
}
.share-icon.youtube {
  background-color: #ff0000;
}
.share-icon.youtube:hover {
  background: #cc0000;
  color: #fff;
}
.share-icon.tiktok {
  background-color: #202020;
}
.share-icon.tiktok:hover {
  background: rgb(6.5, 6.5, 6.5);
  color: #fff;
}
.share-icon > i {
  margin-left: 2px;
}
.share-icon--lg {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.zs-ribbon {
  border-top: 1px solid #6d6d6d;
}
.zs-ribbon-list {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .zs-ribbon-list {
    padding: 10px 0 !important;
  }
}
.zs-ribbon-list > li a {
  color: #bababa;
  line-height: normal;
  margin: 0 12px;
}
.zs-ribbon-list > li a:hover {
  color: #6e89fc;
}
.zs-ribbon-list > li:first-child a {
  margin-left: 0;
}
.zs-ribbon-list > li:last-child a {
  margin-right: 0;
}

.v3.homepage .signs {
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}
.v3:not(.homepage) .signs {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}
@media only screen and (max-width: 374px) {
  .v3 .signs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.v3 .signs .sign-card {
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
.v3 .signs .sign-card > i {
  font-size: 4rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .v3 .signs .sign-card > i {
    font-size: 5rem;
  }
}
.v3 .signs .sign-card .img-container {
  margin: 0 auto 10px;
  max-width: 80px;
  width: 100%;
}
.v3 .signs .sign-card.hsapphire:hover {
  background-image: linear-gradient(38deg, #4d48af 17%, #6e89fc 86%);
  border-radius: 2px;
}
.v3 .signs .sign-card.hgraphite:hover {
  background-image: linear-gradient(37deg, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.2) 99%);
  border-radius: 2px;
}
.v3 .signs .sign-card .sign-date {
  color: #ddd;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 7px;
  font-family: "Khand", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .v3 .signs .sign-card .sign-date {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 567px) {
  .v3 .signs .sign-card .sign-name {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 567px) {
  .v3 .sign-picker-widget.round-cards .signs {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}
.v3 .sign-picker-widget.round-cards .signs .sign-date {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}
.v3 .sign-card:hover .sign-name {
  text-decoration: underline;
}
.v3 .sign-card:hover .bg-emerald {
  background-color: rgb(56.8575, 182.5425, 159.6);
}
.v3 .sign-card:hover .bg-quartz {
  background-color: rgb(189.7726415094, 77.6273584906, 172.6075471698);
}
.v3 .sign-card:hover .bg-ruby {
  background-color: rgb(202.5726027397, 57.8273972603, 80.6219178082);
}
.v3 .sign-card:hover .bg-sapphire {
  background-color: rgb(67.4607287449, 63.0801619433, 153.3198380567);
}
.v3 .sign-card:hover .bg-topaz {
  background-color: rgb(80.0202702703, 112.6027027027, 251.3797297297);
}
.v3 .sign-card:hover .bg-tourmaline {
  background-color: rgb(238.3056603774, 82.0943396226, 142.9094339623);
}
.v3 .sign-card__icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.v3 .sign-card__icon--circle {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 2.3px solid #fff;
}
.v3 .sign-card__icon--circle:not(.sm), .v3 .sign-card__icon--circle:not(.lg) {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.v3 .sign-card__icon--circle.sm {
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.v3 .sign-card__icon--circle.lg {
  width: 120px;
  height: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.v3 .sign-card__icon.icon-sign-aries {
  background-image: url(/img/compatibility/signs/aries.png);
}
.v3 .sign-card__icon.icon-sign-taurus {
  background-image: url(/img/compatibility/signs/taurus.png);
}
.v3 .sign-card__icon.icon-sign-gemini {
  background-image: url(/img/compatibility/signs/gemini.png);
}
.v3 .sign-card__icon.icon-sign-cancer {
  background-image: url(/img/compatibility/signs/cancer.png);
}
.v3 .sign-card__icon.icon-sign-leo {
  background-image: url(/img/compatibility/signs/leo.png);
}
.v3 .sign-card__icon.icon-sign-virgo {
  background-image: url(/img/compatibility/signs/virgo.png);
}
.v3 .sign-card__icon.icon-sign-libra {
  background-image: url(/img/compatibility/signs/libra.png);
}
.v3 .sign-card__icon.icon-sign-scorpio {
  background-image: url(/img/compatibility/signs/scorpio.png);
}
.v3 .sign-card__icon.icon-sign-sagittarius {
  background-image: url(/img/compatibility/signs/sagittarius.png);
}
.v3 .sign-card__icon.icon-sign-capricorn {
  background-image: url(/img/compatibility/signs/capricorn.png);
}
.v3 .sign-card__icon.icon-sign-aquarius {
  background-image: url(/img/compatibility/signs/aquarius.png);
}
.v3 .sign-card__icon.icon-sign-pisces {
  background-image: url(/img/compatibility/signs/pisces.png);
}
.v3 .sign-card__icon.icon-sign-rat {
  background-image: url(/img/compatibility/signs/rat.png);
}
.v3 .sign-card__icon.icon-sign-ox {
  background-image: url(/img/compatibility/signs/ox.png);
}
.v3 .sign-card__icon.icon-sign-tiger {
  background-image: url(/img/compatibility/signs/tiger.png);
}
.v3 .sign-card__icon.icon-sign-rabbit {
  background-image: url(/img/compatibility/signs/rabbit.png);
}
.v3 .sign-card__icon.icon-sign-dragon {
  background-image: url(/img/compatibility/signs/dragon.png);
}
.v3 .sign-card__icon.icon-sign-snake {
  background-image: url(/img/compatibility/signs/snake.png);
}
.v3 .sign-card__icon.icon-sign-horse {
  background-image: url(/img/compatibility/signs/horse.png);
}
.v3 .sign-card__icon.icon-sign-sheep {
  background-image: url(/img/compatibility/signs/sheep.png);
}
.v3 .sign-card__icon.icon-sign-monkey {
  background-image: url(/img/compatibility/signs/monkey.png);
}
.v3 .sign-card__icon.icon-sign-rooster {
  background-image: url(/img/compatibility/signs/rooster.png);
}
.v3 .sign-card__icon.icon-sign-dog {
  background-image: url(/img/compatibility/signs/dog.png);
}
.v3 .sign-card__icon.icon-sign-pig {
  background-image: url(/img/compatibility/signs/pig.png);
}

.v3 .module-container,
.v3 .module-content {
  max-width: 345px;
  width: 100%;
}
.v3 .module-container .tag,
.v3 .module-content .tag {
  display: block;
  margin-bottom: 10px;
}

.v3 .dynamic-widget-card {
  cursor: default;
  display: flex;
  flex-direction: column;
  height: 315px;
  line-height: 1.63;
  padding: 20px;
  text-align: center;
}
.v3 .dynamic-widget-card :nth-last-child(2) {
  flex-grow: 1;
}
.v3 .dynamic-widget-card .card__media {
  cursor: pointer;
  color: #fff;
  overflow: visible;
}
.v3 .dynamic-widget-card .card__media:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.v3 .dynamic-widget-card .card__title {
  font-weight: 600;
  margin-bottom: 15px;
}
.v3 .dynamic-widget-card .btn {
  cursor: pointer;
}

.module-love-compatibility .btn__light {
  background-color: #fff;
  border: solid 1px #ced6e0;
  color: #30385b;
}
.module-love-compatibility .btn__light:hover {
  background-color: #6e89fc;
  border: solid 1px #6e89fc;
  color: #fff;
}
.module-love-compatibility .sign-list {
  display: none;
  line-height: normal;
  margin: 0;
}
.module-love-compatibility .sign-list a {
  color: #fff;
  line-height: normal;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.module-love-compatibility .sign-list a:after {
  background: #fff;
  border-radius: 50%;
  content: "\a";
  display: inline-block;
  height: 6px;
  margin: 2px 3px 2px 6px;
  width: 6px;
}
.module-love-compatibility .sign-list a:last-child:after {
  display: none;
}
.module-love-compatibility .sign-list a:hover, .module-love-compatibility .sign-list a.selected {
  text-decoration: underline;
}
.module-love-compatibility i.icon-plus {
  background: url("/img/icons/icon-plus.svg") no-repeat center center/100%;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}
.module-love-compatibility .sign-row {
  background: url("/img/backgrounds/bg-hearts.svg") no-repeat center center/contain;
  height: 100px;
  margin: 0 auto;
  width: 186px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-love-compatibility .sign-row .sign {
  border: 1.5px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  height: 75px;
  margin: 0.5rem auto;
  position: relative;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-love-compatibility .sign-row .sign:hover, .module-love-compatibility .sign-row .sign.active {
  border: 1px #f3294f solid;
  color: #fff;
}
.module-love-compatibility .sign-row .sign > i {
  font-size: 1.8rem;
}
.module-love-compatibility .sign-row .sign > .icon-question:before {
  background: url(/img/icons/icon-question.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  width: 12px;
}
.module-love-compatibility .sign-row .sign.active, .module-love-compatibility .sign-row .sign:hover {
  background-image: linear-gradient(to bottom, rgba(209, 97, 143, 0.75), rgba(209, 97, 143, 0.75));
  border-color: #fff;
  transition: background 1s linear;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-love-compatibility .sign-row .sign:focus {
  outline: none;
}
.module-love-compatibility .sign-row .sign:before {
  content: "";
  background-color: transparent;
  border: 1.5px solid #fff;
  border-bottom: 0;
  border-radius: 37.5px 0 0 0;
  border-right: 0;
  box-sizing: border-box;
  height: 37.5px;
  position: absolute;
  width: 37.5px;
}
.module-love-compatibility .sign-row .left-sign .sign:before {
  left: -9px;
  top: 10px;
  transform: rotate(-30deg) translate(-14%, -14%);
}
.module-love-compatibility .sign-row .right-sign .sign:before {
  bottom: 0;
  right: 0;
  transform: rotate(180deg) translate(-18%, -18%);
}
.module-love-compatibility.focus-card {
  position: relative;
}
.module-love-compatibility.focus-card .card__title {
  visibility: hidden;
  opacity: 0;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeOut;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
}
.module-love-compatibility.focus-card .focus-content {
  bottom: 20px;
  display: flex;
  flex-flow: column nowrap;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.module-love-compatibility.focus-card .sign-list {
  display: block;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
.module-love-compatibility.focus-card .btn {
  display: none;
}
.module-love-compatibility .card__title,
.module-love-compatibility .btn {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.module-birth-chart .date-input {
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  max-width: 205px;
  width: 100%;
}

.module-birth-chart input[type=date]::-webkit-inner-spin-button,
.module-birth-chart input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.module-yes-no-tarot .module-content {
  height: 140px;
  margin: 0 auto 30px;
  overflow: visible;
  position: relative;
  width: 220px;
}
.module-yes-no-tarot .yn-tarot-card {
  background: url("/img/tarot/card-yes-no-tarot.svg") no-repeat center center/cover;
  cursor: pointer;
  position: absolute;
  top: unset;
}
.module-yes-no-tarot .yn-tarot-card--lg.card-1 {
  bottom: 10px;
  left: 8px;
  z-index: 1;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-1:hover {
  background-position: unset;
  bottom: 15px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-2 {
  bottom: 10px;
  left: 38px;
  z-index: 2;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-2:hover {
  background-position: unset;
  bottom: 15px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-3 {
  bottom: 5px;
  left: 68px;
  z-index: 3;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-3:hover {
  background-position: unset;
  bottom: 10px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-4 {
  bottom: 10px;
  left: 104px;
  z-index: 1;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-4:hover {
  background-position: unset;
  bottom: 15px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-5 {
  bottom: 10px;
  left: 140px;
  z-index: 0;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-5:hover {
  background-position: unset;
  bottom: 15px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--lg.card-1, .module-yes-no-tarot .yn-tarot-card--lg.card-5 {
  height: 102px;
  width: 71.4px;
}
.module-yes-no-tarot .yn-tarot-card--lg.card-3 {
  height: 120px;
  width: 84px;
}
.module-yes-no-tarot .yn-tarot-card--lg.card-2, .module-yes-no-tarot .yn-tarot-card--lg.card-4 {
  height: 109.2px;
  width: 76.44px;
}
.module-yes-no-tarot .yn-tarot-deck--sm {
  display: block;
  height: 78px;
  position: relative;
  width: 140px;
}
.module-yes-no-tarot .yn-tarot-card--sm.card-1 {
  bottom: 7px;
  left: 4px;
  z-index: 1;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-1:hover {
  background-position: unset;
  bottom: 12px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-2 {
  bottom: 7px;
  left: 24px;
  z-index: 2;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-2:hover {
  background-position: unset;
  bottom: 12px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-3 {
  bottom: 3px;
  left: 44px;
  z-index: 3;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-3:hover {
  background-position: unset;
  bottom: 8px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-4 {
  bottom: 7px;
  left: 68px;
  z-index: 1;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-4:hover {
  background-position: unset;
  bottom: 12px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-5 {
  bottom: 7px;
  left: 92px;
  z-index: 0;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-5:hover {
  background-position: unset;
  bottom: 12px;
  background-blend-mode: multiply;
  box-shadow: 0 2px 9px 2px rgba(255, 255, 255, 0.6);
}
.module-yes-no-tarot .yn-tarot-card--sm.card-1, .module-yes-no-tarot .yn-tarot-card--sm.card-5 {
  height: 61.2px;
  width: 42.84px;
}
.module-yes-no-tarot .yn-tarot-card--sm.card-3 {
  height: 72px;
  width: 50.4px;
}
.module-yes-no-tarot .yn-tarot-card--sm.card-2, .module-yes-no-tarot .yn-tarot-card--sm.card-4 {
  height: 65.52px;
  width: 45.864px;
}

.v3 .widget__title {
  font-family: "CaslonGrad", serif;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .widget__media {
    margin-bottom: 20px;
  }
}
/* Layout
------------------------------------------------------- */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

/* Flex grow */
.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

/* Flex shrink */
/* Flex basis */
/* Flex direction */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
/* Flex wrap */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* Justify content */
.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.flex-items-start {
  align-items: flex-start;
}

.flex-items-center {
  align-items: center;
}

.flex-items-baseline {
  align-items: baseline;
}

/* Align content */
/* Align self */
.flex-self-center {
  align-self: center;
}

/* Flex order */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-none {
  order: inherit;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .flex-order-1-sm {
    order: 1;
  }
  .flex-order-2-sm {
    order: 2;
  }
  .flex-order-3-sm {
    order: 3;
  }
  .flex-order-4-sm {
    order: 4;
  }
  .flex-order-5-sm {
    order: 5;
  }
  .flex-order-6-sm {
    order: 6;
  }
  .flex-order-none-sm {
    order: inherit;
  }
}
/******************************************
     Begin: A.com 3.0 STYLES
******************************************/
/**
Helpers for grid template columns with equal columns
----------------------------------------------------
e.g.
- grid-1c (grid-template-columns: 1fr)
- grid-2c (grid-template-columns: repeat(2, 1fr))
- grid-sm-2c (grid-2c @sm screens)
*/
@supports (display: grid) {
  .grid-1c {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .grid-2c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .grid-3c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .grid-4c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
  .grid-5c {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
  .grid-6c {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
  }
}
/* IE10+ CSS fallback for grid template columns */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-1c > * {
    width: calc(100% / 1 - 2%);
  }
  .grid-1c > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-2c > * {
    width: calc(100% / 2 - 2%);
  }
  .grid-2c > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-3c > * {
    width: calc(100% / 3 - 2%);
  }
  .grid-3c > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-4c > * {
    width: calc(100% / 4 - 2%);
  }
  .grid-4c > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-5c > * {
    width: calc(100% / 5 - 2%);
  }
  .grid-5c > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-6c > * {
    width: calc(100% / 6 - 2%);
  }
  .grid-6c > :nth-child(2n) {
    margin-right: 0;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .grid-sm-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }
    .grid-sm-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }
    .grid-sm-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }
    .grid-sm-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }
    .grid-sm-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .grid-md-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }
    .grid-md-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }
    .grid-md-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }
    .grid-md-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }
    .grid-md-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .grid-lg-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }
    .grid-lg-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }
    .grid-lg-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }
    .grid-lg-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }
    .grid-lg-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
}
/* IE10+ CSS fallback for grid template columns at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-1c > * {
    width: calc(100% / 1 - 2%);
  }
  .grid-sm-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-2c > * {
    width: calc(100% / 2 - 2%);
  }
  .grid-sm-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-3c > * {
    width: calc(100% / 3 - 2%);
  }
  .grid-sm-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-4c > * {
    width: calc(100% / 4 - 2%);
  }
  .grid-sm-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-5c > * {
    width: calc(100% / 5 - 2%);
  }
  .grid-sm-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-1c > * {
    width: calc(100% / 1 - 2%);
  }
  .grid-md-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-2c > * {
    width: calc(100% / 2 - 2%);
  }
  .grid-md-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-3c > * {
    width: calc(100% / 3 - 2%);
  }
  .grid-md-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-4c > * {
    width: calc(100% / 4 - 2%);
  }
  .grid-md-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-5c > * {
    width: calc(100% / 5 - 2%);
  }
  .grid-md-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-1c > * {
    width: calc(100% / 1 - 2%);
  }
  .grid-lg-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-2c > * {
    width: calc(100% / 2 - 2%);
  }
  .grid-lg-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-3c > * {
    width: calc(100% / 3 - 2%);
  }
  .grid-lg-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-4c > * {
    width: calc(100% / 4 - 2%);
  }
  .grid-lg-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-5c > * {
    width: calc(100% / 5 - 2%);
  }
  .grid-lg-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
/**
Helpers for grid column & grid row
----------------------------------------------------
e.g.
- grid-c-s2 (grid-column: span 2)
- grid-r2-s2 (grid-row: 2 / span 2)
- grid-sm-c1-s2 (grid-column: 1 / span 2 @sm screens)
*/
@supports (display: grid) {
  .grid-c1-s1 {
    grid-column: 1/span 1;
  }
  .grid-c1-s2 {
    grid-column: 1/span 2;
  }
  .grid-c1-s3 {
    grid-column: 1/span 3;
  }
  .grid-c1-s4 {
    grid-column: 1/span 4;
  }
  .grid-c1-s5 {
    grid-column: 1/span 5;
  }
  .grid-c2-s1 {
    grid-column: 2/span 1;
  }
  .grid-c2-s2 {
    grid-column: 2/span 2;
  }
  .grid-c2-s3 {
    grid-column: 2/span 3;
  }
  .grid-c2-s4 {
    grid-column: 2/span 4;
  }
  .grid-c2-s5 {
    grid-column: 2/span 5;
  }
  .grid-c3-s1 {
    grid-column: 3/span 1;
  }
  .grid-c3-s2 {
    grid-column: 3/span 2;
  }
  .grid-c3-s3 {
    grid-column: 3/span 3;
  }
  .grid-c3-s4 {
    grid-column: 3/span 4;
  }
  .grid-c3-s5 {
    grid-column: 3/span 5;
  }
  .grid-c4-s1 {
    grid-column: 4/span 1;
  }
  .grid-c4-s2 {
    grid-column: 4/span 2;
  }
  .grid-c4-s3 {
    grid-column: 4/span 3;
  }
  .grid-c4-s4 {
    grid-column: 4/span 4;
  }
  .grid-c4-s5 {
    grid-column: 4/span 5;
  }
  .grid-c5-s1 {
    grid-column: 5/span 1;
  }
  .grid-c5-s2 {
    grid-column: 5/span 2;
  }
  .grid-c5-s3 {
    grid-column: 5/span 3;
  }
  .grid-c5-s4 {
    grid-column: 5/span 4;
  }
  .grid-c5-s5 {
    grid-column: 5/span 5;
  }
  .grid-r1-s1 {
    grid-row: 1/span 1;
  }
  .grid-r1-s2 {
    grid-row: 1/span 2;
  }
  .grid-r1-s3 {
    grid-row: 1/span 3;
  }
  .grid-r1-s4 {
    grid-row: 1/span 4;
  }
  .grid-r1-s5 {
    grid-row: 1/span 5;
  }
  .grid-r2-s1 {
    grid-row: 2/span 1;
  }
  .grid-r2-s2 {
    grid-row: 2/span 2;
  }
  .grid-r2-s3 {
    grid-row: 2/span 3;
  }
  .grid-r2-s4 {
    grid-row: 2/span 4;
  }
  .grid-r2-s5 {
    grid-row: 2/span 5;
  }
  .grid-r3-s1 {
    grid-row: 3/span 1;
  }
  .grid-r3-s2 {
    grid-row: 3/span 2;
  }
  .grid-r3-s3 {
    grid-row: 3/span 3;
  }
  .grid-r3-s4 {
    grid-row: 3/span 4;
  }
  .grid-r3-s5 {
    grid-row: 3/span 5;
  }
  .grid-r4-s1 {
    grid-row: 4/span 1;
  }
  .grid-r4-s2 {
    grid-row: 4/span 2;
  }
  .grid-r4-s3 {
    grid-row: 4/span 3;
  }
  .grid-r4-s4 {
    grid-row: 4/span 4;
  }
  .grid-r4-s5 {
    grid-row: 4/span 5;
  }
  .grid-r5-s1 {
    grid-row: 5/span 1;
  }
  .grid-r5-s2 {
    grid-row: 5/span 2;
  }
  .grid-r5-s3 {
    grid-row: 5/span 3;
  }
  .grid-r5-s4 {
    grid-row: 5/span 4;
  }
  .grid-r5-s5 {
    grid-row: 5/span 5;
  }
}
/* IE10+ CSS fallback for grid column and grid row */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-c1-s1 {
    float: left;
    width: calc(100% / 1 - (1 + 1) * 1%);
  }
  .grid-c1-s2 {
    float: left;
    width: calc(100% / 2 - (1 + 1) * 1%);
  }
  .grid-c1-s3 {
    float: left;
    width: calc(100% / 3 - (1 + 1) * 1%);
  }
  .grid-c1-s4 {
    float: left;
    width: calc(100% / 4 - (1 + 1) * 1%);
  }
  .grid-c1-s5 {
    float: left;
    width: calc(100% / 5 - (1 + 1) * 1%);
  }
  .grid-c2-s1 {
    float: left;
    width: calc(100% / 1 - (2 + 1) * 1%);
  }
  .grid-c2-s2 {
    float: left;
    width: calc(100% / 2 - (2 + 1) * 1%);
  }
  .grid-c2-s3 {
    float: left;
    width: calc(100% / 3 - (2 + 1) * 1%);
  }
  .grid-c2-s4 {
    float: left;
    width: calc(100% / 4 - (2 + 1) * 1%);
  }
  .grid-c2-s5 {
    float: left;
    width: calc(100% / 5 - (2 + 1) * 1%);
  }
  .grid-c3-s1 {
    float: left;
    width: calc(100% / 1 - (3 + 1) * 1%);
  }
  .grid-c3-s2 {
    float: left;
    width: calc(100% / 2 - (3 + 1) * 1%);
  }
  .grid-c3-s3 {
    float: left;
    width: calc(100% / 3 - (3 + 1) * 1%);
  }
  .grid-c3-s4 {
    float: left;
    width: calc(100% / 4 - (3 + 1) * 1%);
  }
  .grid-c3-s5 {
    float: left;
    width: calc(100% / 5 - (3 + 1) * 1%);
  }
  .grid-c4-s1 {
    float: left;
    width: calc(100% / 1 - (4 + 1) * 1%);
  }
  .grid-c4-s2 {
    float: left;
    width: calc(100% / 2 - (4 + 1) * 1%);
  }
  .grid-c4-s3 {
    float: left;
    width: calc(100% / 3 - (4 + 1) * 1%);
  }
  .grid-c4-s4 {
    float: left;
    width: calc(100% / 4 - (4 + 1) * 1%);
  }
  .grid-c4-s5 {
    float: left;
    width: calc(100% / 5 - (4 + 1) * 1%);
  }
  .grid-c5-s1 {
    float: left;
    width: calc(100% / 1 - (5 + 1) * 1%);
  }
  .grid-c5-s2 {
    float: left;
    width: calc(100% / 2 - (5 + 1) * 1%);
  }
  .grid-c5-s3 {
    float: left;
    width: calc(100% / 3 - (5 + 1) * 1%);
  }
  .grid-c5-s4 {
    float: left;
    width: calc(100% / 4 - (5 + 1) * 1%);
  }
  .grid-c5-s5 {
    float: left;
    width: calc(100% / 5 - (5 + 1) * 1%);
  }
  .grid-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-c1-s1 {
      grid-column: 1/span 1;
    }
    .grid-sm-c1-s2 {
      grid-column: 1/span 2;
    }
    .grid-sm-c1-s3 {
      grid-column: 1/span 3;
    }
    .grid-sm-c1-s4 {
      grid-column: 1/span 4;
    }
    .grid-sm-c1-s5 {
      grid-column: 1/span 5;
    }
    .grid-sm-c2-s1 {
      grid-column: 2/span 1;
    }
    .grid-sm-c2-s2 {
      grid-column: 2/span 2;
    }
    .grid-sm-c2-s3 {
      grid-column: 2/span 3;
    }
    .grid-sm-c2-s4 {
      grid-column: 2/span 4;
    }
    .grid-sm-c2-s5 {
      grid-column: 2/span 5;
    }
    .grid-sm-c3-s1 {
      grid-column: 3/span 1;
    }
    .grid-sm-c3-s2 {
      grid-column: 3/span 2;
    }
    .grid-sm-c3-s3 {
      grid-column: 3/span 3;
    }
    .grid-sm-c3-s4 {
      grid-column: 3/span 4;
    }
    .grid-sm-c3-s5 {
      grid-column: 3/span 5;
    }
    .grid-sm-c4-s1 {
      grid-column: 4/span 1;
    }
    .grid-sm-c4-s2 {
      grid-column: 4/span 2;
    }
    .grid-sm-c4-s3 {
      grid-column: 4/span 3;
    }
    .grid-sm-c4-s4 {
      grid-column: 4/span 4;
    }
    .grid-sm-c4-s5 {
      grid-column: 4/span 5;
    }
    .grid-sm-c5-s1 {
      grid-column: 5/span 1;
    }
    .grid-sm-c5-s2 {
      grid-column: 5/span 2;
    }
    .grid-sm-c5-s3 {
      grid-column: 5/span 3;
    }
    .grid-sm-c5-s4 {
      grid-column: 5/span 4;
    }
    .grid-sm-c5-s5 {
      grid-column: 5/span 5;
    }
    .grid-sm-r1-s1 {
      grid-row: 1/span 1;
    }
    .grid-sm-r1-s2 {
      grid-row: 1/span 2;
    }
    .grid-sm-r1-s3 {
      grid-row: 1/span 3;
    }
    .grid-sm-r1-s4 {
      grid-row: 1/span 4;
    }
    .grid-sm-r1-s5 {
      grid-row: 1/span 5;
    }
    .grid-sm-r2-s1 {
      grid-row: 2/span 1;
    }
    .grid-sm-r2-s2 {
      grid-row: 2/span 2;
    }
    .grid-sm-r2-s3 {
      grid-row: 2/span 3;
    }
    .grid-sm-r2-s4 {
      grid-row: 2/span 4;
    }
    .grid-sm-r2-s5 {
      grid-row: 2/span 5;
    }
    .grid-sm-r3-s1 {
      grid-row: 3/span 1;
    }
    .grid-sm-r3-s2 {
      grid-row: 3/span 2;
    }
    .grid-sm-r3-s3 {
      grid-row: 3/span 3;
    }
    .grid-sm-r3-s4 {
      grid-row: 3/span 4;
    }
    .grid-sm-r3-s5 {
      grid-row: 3/span 5;
    }
    .grid-sm-r4-s1 {
      grid-row: 4/span 1;
    }
    .grid-sm-r4-s2 {
      grid-row: 4/span 2;
    }
    .grid-sm-r4-s3 {
      grid-row: 4/span 3;
    }
    .grid-sm-r4-s4 {
      grid-row: 4/span 4;
    }
    .grid-sm-r4-s5 {
      grid-row: 4/span 5;
    }
    .grid-sm-r5-s1 {
      grid-row: 5/span 1;
    }
    .grid-sm-r5-s2 {
      grid-row: 5/span 2;
    }
    .grid-sm-r5-s3 {
      grid-row: 5/span 3;
    }
    .grid-sm-r5-s4 {
      grid-row: 5/span 4;
    }
    .grid-sm-r5-s5 {
      grid-row: 5/span 5;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-c1-s1 {
      grid-column: 1/span 1;
    }
    .grid-md-c1-s2 {
      grid-column: 1/span 2;
    }
    .grid-md-c1-s3 {
      grid-column: 1/span 3;
    }
    .grid-md-c1-s4 {
      grid-column: 1/span 4;
    }
    .grid-md-c1-s5 {
      grid-column: 1/span 5;
    }
    .grid-md-c2-s1 {
      grid-column: 2/span 1;
    }
    .grid-md-c2-s2 {
      grid-column: 2/span 2;
    }
    .grid-md-c2-s3 {
      grid-column: 2/span 3;
    }
    .grid-md-c2-s4 {
      grid-column: 2/span 4;
    }
    .grid-md-c2-s5 {
      grid-column: 2/span 5;
    }
    .grid-md-c3-s1 {
      grid-column: 3/span 1;
    }
    .grid-md-c3-s2 {
      grid-column: 3/span 2;
    }
    .grid-md-c3-s3 {
      grid-column: 3/span 3;
    }
    .grid-md-c3-s4 {
      grid-column: 3/span 4;
    }
    .grid-md-c3-s5 {
      grid-column: 3/span 5;
    }
    .grid-md-c4-s1 {
      grid-column: 4/span 1;
    }
    .grid-md-c4-s2 {
      grid-column: 4/span 2;
    }
    .grid-md-c4-s3 {
      grid-column: 4/span 3;
    }
    .grid-md-c4-s4 {
      grid-column: 4/span 4;
    }
    .grid-md-c4-s5 {
      grid-column: 4/span 5;
    }
    .grid-md-c5-s1 {
      grid-column: 5/span 1;
    }
    .grid-md-c5-s2 {
      grid-column: 5/span 2;
    }
    .grid-md-c5-s3 {
      grid-column: 5/span 3;
    }
    .grid-md-c5-s4 {
      grid-column: 5/span 4;
    }
    .grid-md-c5-s5 {
      grid-column: 5/span 5;
    }
    .grid-md-r1-s1 {
      grid-row: 1/span 1;
    }
    .grid-md-r1-s2 {
      grid-row: 1/span 2;
    }
    .grid-md-r1-s3 {
      grid-row: 1/span 3;
    }
    .grid-md-r1-s4 {
      grid-row: 1/span 4;
    }
    .grid-md-r1-s5 {
      grid-row: 1/span 5;
    }
    .grid-md-r2-s1 {
      grid-row: 2/span 1;
    }
    .grid-md-r2-s2 {
      grid-row: 2/span 2;
    }
    .grid-md-r2-s3 {
      grid-row: 2/span 3;
    }
    .grid-md-r2-s4 {
      grid-row: 2/span 4;
    }
    .grid-md-r2-s5 {
      grid-row: 2/span 5;
    }
    .grid-md-r3-s1 {
      grid-row: 3/span 1;
    }
    .grid-md-r3-s2 {
      grid-row: 3/span 2;
    }
    .grid-md-r3-s3 {
      grid-row: 3/span 3;
    }
    .grid-md-r3-s4 {
      grid-row: 3/span 4;
    }
    .grid-md-r3-s5 {
      grid-row: 3/span 5;
    }
    .grid-md-r4-s1 {
      grid-row: 4/span 1;
    }
    .grid-md-r4-s2 {
      grid-row: 4/span 2;
    }
    .grid-md-r4-s3 {
      grid-row: 4/span 3;
    }
    .grid-md-r4-s4 {
      grid-row: 4/span 4;
    }
    .grid-md-r4-s5 {
      grid-row: 4/span 5;
    }
    .grid-md-r5-s1 {
      grid-row: 5/span 1;
    }
    .grid-md-r5-s2 {
      grid-row: 5/span 2;
    }
    .grid-md-r5-s3 {
      grid-row: 5/span 3;
    }
    .grid-md-r5-s4 {
      grid-row: 5/span 4;
    }
    .grid-md-r5-s5 {
      grid-row: 5/span 5;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-c1-s1 {
      grid-column: 1/span 1;
    }
    .grid-lg-c1-s2 {
      grid-column: 1/span 2;
    }
    .grid-lg-c1-s3 {
      grid-column: 1/span 3;
    }
    .grid-lg-c1-s4 {
      grid-column: 1/span 4;
    }
    .grid-lg-c1-s5 {
      grid-column: 1/span 5;
    }
    .grid-lg-c2-s1 {
      grid-column: 2/span 1;
    }
    .grid-lg-c2-s2 {
      grid-column: 2/span 2;
    }
    .grid-lg-c2-s3 {
      grid-column: 2/span 3;
    }
    .grid-lg-c2-s4 {
      grid-column: 2/span 4;
    }
    .grid-lg-c2-s5 {
      grid-column: 2/span 5;
    }
    .grid-lg-c3-s1 {
      grid-column: 3/span 1;
    }
    .grid-lg-c3-s2 {
      grid-column: 3/span 2;
    }
    .grid-lg-c3-s3 {
      grid-column: 3/span 3;
    }
    .grid-lg-c3-s4 {
      grid-column: 3/span 4;
    }
    .grid-lg-c3-s5 {
      grid-column: 3/span 5;
    }
    .grid-lg-c4-s1 {
      grid-column: 4/span 1;
    }
    .grid-lg-c4-s2 {
      grid-column: 4/span 2;
    }
    .grid-lg-c4-s3 {
      grid-column: 4/span 3;
    }
    .grid-lg-c4-s4 {
      grid-column: 4/span 4;
    }
    .grid-lg-c4-s5 {
      grid-column: 4/span 5;
    }
    .grid-lg-c5-s1 {
      grid-column: 5/span 1;
    }
    .grid-lg-c5-s2 {
      grid-column: 5/span 2;
    }
    .grid-lg-c5-s3 {
      grid-column: 5/span 3;
    }
    .grid-lg-c5-s4 {
      grid-column: 5/span 4;
    }
    .grid-lg-c5-s5 {
      grid-column: 5/span 5;
    }
    .grid-lg-r1-s1 {
      grid-row: 1/span 1;
    }
    .grid-lg-r1-s2 {
      grid-row: 1/span 2;
    }
    .grid-lg-r1-s3 {
      grid-row: 1/span 3;
    }
    .grid-lg-r1-s4 {
      grid-row: 1/span 4;
    }
    .grid-lg-r1-s5 {
      grid-row: 1/span 5;
    }
    .grid-lg-r2-s1 {
      grid-row: 2/span 1;
    }
    .grid-lg-r2-s2 {
      grid-row: 2/span 2;
    }
    .grid-lg-r2-s3 {
      grid-row: 2/span 3;
    }
    .grid-lg-r2-s4 {
      grid-row: 2/span 4;
    }
    .grid-lg-r2-s5 {
      grid-row: 2/span 5;
    }
    .grid-lg-r3-s1 {
      grid-row: 3/span 1;
    }
    .grid-lg-r3-s2 {
      grid-row: 3/span 2;
    }
    .grid-lg-r3-s3 {
      grid-row: 3/span 3;
    }
    .grid-lg-r3-s4 {
      grid-row: 3/span 4;
    }
    .grid-lg-r3-s5 {
      grid-row: 3/span 5;
    }
    .grid-lg-r4-s1 {
      grid-row: 4/span 1;
    }
    .grid-lg-r4-s2 {
      grid-row: 4/span 2;
    }
    .grid-lg-r4-s3 {
      grid-row: 4/span 3;
    }
    .grid-lg-r4-s4 {
      grid-row: 4/span 4;
    }
    .grid-lg-r4-s5 {
      grid-row: 4/span 5;
    }
    .grid-lg-r5-s1 {
      grid-row: 5/span 1;
    }
    .grid-lg-r5-s2 {
      grid-row: 5/span 2;
    }
    .grid-lg-r5-s3 {
      grid-row: 5/span 3;
    }
    .grid-lg-r5-s4 {
      grid-row: 5/span 4;
    }
    .grid-lg-r5-s5 {
      grid-row: 5/span 5;
    }
  }
}
/* IE10+ CSS fallback for grid column at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-c1-s1 {
    float: left;
    width: calc(100% / 1 - (1 + 1) * 1%);
  }
  .grid-sm-c1-s2 {
    float: left;
    width: calc(100% / 2 - (1 + 1) * 1%);
  }
  .grid-sm-c1-s3 {
    float: left;
    width: calc(100% / 3 - (1 + 1) * 1%);
  }
  .grid-sm-c1-s4 {
    float: left;
    width: calc(100% / 4 - (1 + 1) * 1%);
  }
  .grid-sm-c1-s5 {
    float: left;
    width: calc(100% / 5 - (1 + 1) * 1%);
  }
  .grid-sm-c2-s1 {
    float: left;
    width: calc(100% / 1 - (2 + 1) * 1%);
  }
  .grid-sm-c2-s2 {
    float: left;
    width: calc(100% / 2 - (2 + 1) * 1%);
  }
  .grid-sm-c2-s3 {
    float: left;
    width: calc(100% / 3 - (2 + 1) * 1%);
  }
  .grid-sm-c2-s4 {
    float: left;
    width: calc(100% / 4 - (2 + 1) * 1%);
  }
  .grid-sm-c2-s5 {
    float: left;
    width: calc(100% / 5 - (2 + 1) * 1%);
  }
  .grid-sm-c3-s1 {
    float: left;
    width: calc(100% / 1 - (3 + 1) * 1%);
  }
  .grid-sm-c3-s2 {
    float: left;
    width: calc(100% / 2 - (3 + 1) * 1%);
  }
  .grid-sm-c3-s3 {
    float: left;
    width: calc(100% / 3 - (3 + 1) * 1%);
  }
  .grid-sm-c3-s4 {
    float: left;
    width: calc(100% / 4 - (3 + 1) * 1%);
  }
  .grid-sm-c3-s5 {
    float: left;
    width: calc(100% / 5 - (3 + 1) * 1%);
  }
  .grid-sm-c4-s1 {
    float: left;
    width: calc(100% / 1 - (4 + 1) * 1%);
  }
  .grid-sm-c4-s2 {
    float: left;
    width: calc(100% / 2 - (4 + 1) * 1%);
  }
  .grid-sm-c4-s3 {
    float: left;
    width: calc(100% / 3 - (4 + 1) * 1%);
  }
  .grid-sm-c4-s4 {
    float: left;
    width: calc(100% / 4 - (4 + 1) * 1%);
  }
  .grid-sm-c4-s5 {
    float: left;
    width: calc(100% / 5 - (4 + 1) * 1%);
  }
  .grid-sm-c5-s1 {
    float: left;
    width: calc(100% / 1 - (5 + 1) * 1%);
  }
  .grid-sm-c5-s2 {
    float: left;
    width: calc(100% / 2 - (5 + 1) * 1%);
  }
  .grid-sm-c5-s3 {
    float: left;
    width: calc(100% / 3 - (5 + 1) * 1%);
  }
  .grid-sm-c5-s4 {
    float: left;
    width: calc(100% / 4 - (5 + 1) * 1%);
  }
  .grid-sm-c5-s5 {
    float: left;
    width: calc(100% / 5 - (5 + 1) * 1%);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-c1-s1 {
    float: left;
    width: calc(100% / 1 - (1 + 1) * 1%);
  }
  .grid-md-c1-s2 {
    float: left;
    width: calc(100% / 2 - (1 + 1) * 1%);
  }
  .grid-md-c1-s3 {
    float: left;
    width: calc(100% / 3 - (1 + 1) * 1%);
  }
  .grid-md-c1-s4 {
    float: left;
    width: calc(100% / 4 - (1 + 1) * 1%);
  }
  .grid-md-c1-s5 {
    float: left;
    width: calc(100% / 5 - (1 + 1) * 1%);
  }
  .grid-md-c2-s1 {
    float: left;
    width: calc(100% / 1 - (2 + 1) * 1%);
  }
  .grid-md-c2-s2 {
    float: left;
    width: calc(100% / 2 - (2 + 1) * 1%);
  }
  .grid-md-c2-s3 {
    float: left;
    width: calc(100% / 3 - (2 + 1) * 1%);
  }
  .grid-md-c2-s4 {
    float: left;
    width: calc(100% / 4 - (2 + 1) * 1%);
  }
  .grid-md-c2-s5 {
    float: left;
    width: calc(100% / 5 - (2 + 1) * 1%);
  }
  .grid-md-c3-s1 {
    float: left;
    width: calc(100% / 1 - (3 + 1) * 1%);
  }
  .grid-md-c3-s2 {
    float: left;
    width: calc(100% / 2 - (3 + 1) * 1%);
  }
  .grid-md-c3-s3 {
    float: left;
    width: calc(100% / 3 - (3 + 1) * 1%);
  }
  .grid-md-c3-s4 {
    float: left;
    width: calc(100% / 4 - (3 + 1) * 1%);
  }
  .grid-md-c3-s5 {
    float: left;
    width: calc(100% / 5 - (3 + 1) * 1%);
  }
  .grid-md-c4-s1 {
    float: left;
    width: calc(100% / 1 - (4 + 1) * 1%);
  }
  .grid-md-c4-s2 {
    float: left;
    width: calc(100% / 2 - (4 + 1) * 1%);
  }
  .grid-md-c4-s3 {
    float: left;
    width: calc(100% / 3 - (4 + 1) * 1%);
  }
  .grid-md-c4-s4 {
    float: left;
    width: calc(100% / 4 - (4 + 1) * 1%);
  }
  .grid-md-c4-s5 {
    float: left;
    width: calc(100% / 5 - (4 + 1) * 1%);
  }
  .grid-md-c5-s1 {
    float: left;
    width: calc(100% / 1 - (5 + 1) * 1%);
  }
  .grid-md-c5-s2 {
    float: left;
    width: calc(100% / 2 - (5 + 1) * 1%);
  }
  .grid-md-c5-s3 {
    float: left;
    width: calc(100% / 3 - (5 + 1) * 1%);
  }
  .grid-md-c5-s4 {
    float: left;
    width: calc(100% / 4 - (5 + 1) * 1%);
  }
  .grid-md-c5-s5 {
    float: left;
    width: calc(100% / 5 - (5 + 1) * 1%);
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-c1-s1 {
    float: left;
    width: calc(100% / 1 - (1 + 1) * 1%);
  }
  .grid-lg-c1-s2 {
    float: left;
    width: calc(100% / 2 - (1 + 1) * 1%);
  }
  .grid-lg-c1-s3 {
    float: left;
    width: calc(100% / 3 - (1 + 1) * 1%);
  }
  .grid-lg-c1-s4 {
    float: left;
    width: calc(100% / 4 - (1 + 1) * 1%);
  }
  .grid-lg-c1-s5 {
    float: left;
    width: calc(100% / 5 - (1 + 1) * 1%);
  }
  .grid-lg-c2-s1 {
    float: left;
    width: calc(100% / 1 - (2 + 1) * 1%);
  }
  .grid-lg-c2-s2 {
    float: left;
    width: calc(100% / 2 - (2 + 1) * 1%);
  }
  .grid-lg-c2-s3 {
    float: left;
    width: calc(100% / 3 - (2 + 1) * 1%);
  }
  .grid-lg-c2-s4 {
    float: left;
    width: calc(100% / 4 - (2 + 1) * 1%);
  }
  .grid-lg-c2-s5 {
    float: left;
    width: calc(100% / 5 - (2 + 1) * 1%);
  }
  .grid-lg-c3-s1 {
    float: left;
    width: calc(100% / 1 - (3 + 1) * 1%);
  }
  .grid-lg-c3-s2 {
    float: left;
    width: calc(100% / 2 - (3 + 1) * 1%);
  }
  .grid-lg-c3-s3 {
    float: left;
    width: calc(100% / 3 - (3 + 1) * 1%);
  }
  .grid-lg-c3-s4 {
    float: left;
    width: calc(100% / 4 - (3 + 1) * 1%);
  }
  .grid-lg-c3-s5 {
    float: left;
    width: calc(100% / 5 - (3 + 1) * 1%);
  }
  .grid-lg-c4-s1 {
    float: left;
    width: calc(100% / 1 - (4 + 1) * 1%);
  }
  .grid-lg-c4-s2 {
    float: left;
    width: calc(100% / 2 - (4 + 1) * 1%);
  }
  .grid-lg-c4-s3 {
    float: left;
    width: calc(100% / 3 - (4 + 1) * 1%);
  }
  .grid-lg-c4-s4 {
    float: left;
    width: calc(100% / 4 - (4 + 1) * 1%);
  }
  .grid-lg-c4-s5 {
    float: left;
    width: calc(100% / 5 - (4 + 1) * 1%);
  }
  .grid-lg-c5-s1 {
    float: left;
    width: calc(100% / 1 - (5 + 1) * 1%);
  }
  .grid-lg-c5-s2 {
    float: left;
    width: calc(100% / 2 - (5 + 1) * 1%);
  }
  .grid-lg-c5-s3 {
    float: left;
    width: calc(100% / 3 - (5 + 1) * 1%);
  }
  .grid-lg-c5-s4 {
    float: left;
    width: calc(100% / 4 - (5 + 1) * 1%);
  }
  .grid-lg-c5-s5 {
    float: left;
    width: calc(100% / 5 - (5 + 1) * 1%);
  }
}
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-sm-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-sm-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-sm-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-sm-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-sm-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-sm-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-sm-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-sm-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-sm-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-sm-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-sm-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-sm-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-sm-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-sm-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-sm-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-sm-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-sm-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-sm-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-sm-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-sm-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-sm-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-sm-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-sm-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-sm-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-md-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-md-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-md-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-md-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-md-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-md-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-md-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-md-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-md-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-md-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-md-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-md-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-md-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-md-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-md-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-md-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-md-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-md-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-md-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-md-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-md-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-md-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-md-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-md-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-lg-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-lg-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-lg-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-lg-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-lg-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-lg-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-lg-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-lg-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-lg-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-lg-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-lg-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-lg-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-lg-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-lg-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-lg-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-lg-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-lg-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-lg-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-lg-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }
  .grid-lg-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }
  .grid-lg-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }
  .grid-lg-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }
  .grid-lg-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }
  .grid-lg-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
/**
Helpers for grid column gap and grid row gap
----------------------------------------------------
e.g.
- grid-c-gap-1 (grid-column-gap: 10px)
- grid-r-gap-2 (grid-row-gap: 20px)
- grid-sm-c-gap-3 (grid-column-gap: 20px @sm screens)
*/
@supports (display: grid) {
  .grid-gap-1 {
    grid-gap: 10px;
  }
  .grid-gap-2 {
    grid-gap: 20px;
  }
  .grid-gap-3 {
    grid-gap: 30px;
  }
  .grid-gap-4 {
    grid-gap: 40px;
  }
  .grid-gap-5 {
    grid-gap: 50px;
  }
  .grid-gap-6 {
    grid-gap: 60px;
  }
  .grid-c-gap-1 {
    grid-column-gap: 10px;
  }
  .grid-c-gap-2 {
    grid-column-gap: 20px;
  }
  .grid-c-gap-3 {
    grid-column-gap: 30px;
  }
  .grid-c-gap-4 {
    grid-column-gap: 40px;
  }
  .grid-c-gap-5 {
    grid-column-gap: 50px;
  }
  .grid-c-gap-6 {
    grid-column-gap: 60px;
  }
  .grid-r-gap-1 {
    grid-row-gap: 10px;
  }
  .grid-r-gap-2 {
    grid-row-gap: 20px;
  }
  .grid-r-gap-3 {
    grid-row-gap: 30px;
  }
  .grid-r-gap-4 {
    grid-row-gap: 40px;
  }
  .grid-r-gap-5 {
    grid-row-gap: 50px;
  }
  .grid-r-gap-6 {
    grid-row-gap: 60px;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-gap-1 {
      grid-gap: 10px;
    }
    .grid-sm-gap-2 {
      grid-gap: 20px;
    }
    .grid-sm-gap-3 {
      grid-gap: 30px;
    }
    .grid-sm-gap-4 {
      grid-gap: 40px;
    }
    .grid-sm-gap-5 {
      grid-gap: 50px;
    }
    .grid-sm-gap-6 {
      grid-gap: 60px;
    }
    .grid-sm-c-gap-1 {
      grid-column-gap: 10px;
    }
    .grid-sm-c-gap-2 {
      grid-column-gap: 20px;
    }
    .grid-sm-c-gap-3 {
      grid-column-gap: 30px;
    }
    .grid-sm-c-gap-4 {
      grid-column-gap: 40px;
    }
    .grid-sm-c-gap-5 {
      grid-column-gap: 50px;
    }
    .grid-sm-c-gap-6 {
      grid-column-gap: 60px;
    }
    .grid-sm-r-gap-1 {
      grid-row-gap: 10px;
    }
    .grid-sm-r-gap-2 {
      grid-row-gap: 20px;
    }
    .grid-sm-r-gap-3 {
      grid-row-gap: 30px;
    }
    .grid-sm-r-gap-4 {
      grid-row-gap: 40px;
    }
    .grid-sm-r-gap-5 {
      grid-row-gap: 50px;
    }
    .grid-sm-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-gap-1 {
      grid-gap: 10px;
    }
    .grid-md-gap-2 {
      grid-gap: 20px;
    }
    .grid-md-gap-3 {
      grid-gap: 30px;
    }
    .grid-md-gap-4 {
      grid-gap: 40px;
    }
    .grid-md-gap-5 {
      grid-gap: 50px;
    }
    .grid-md-gap-6 {
      grid-gap: 60px;
    }
    .grid-md-c-gap-1 {
      grid-column-gap: 10px;
    }
    .grid-md-c-gap-2 {
      grid-column-gap: 20px;
    }
    .grid-md-c-gap-3 {
      grid-column-gap: 30px;
    }
    .grid-md-c-gap-4 {
      grid-column-gap: 40px;
    }
    .grid-md-c-gap-5 {
      grid-column-gap: 50px;
    }
    .grid-md-c-gap-6 {
      grid-column-gap: 60px;
    }
    .grid-md-r-gap-1 {
      grid-row-gap: 10px;
    }
    .grid-md-r-gap-2 {
      grid-row-gap: 20px;
    }
    .grid-md-r-gap-3 {
      grid-row-gap: 30px;
    }
    .grid-md-r-gap-4 {
      grid-row-gap: 40px;
    }
    .grid-md-r-gap-5 {
      grid-row-gap: 50px;
    }
    .grid-md-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-gap-1 {
      grid-gap: 10px;
    }
    .grid-lg-gap-2 {
      grid-gap: 20px;
    }
    .grid-lg-gap-3 {
      grid-gap: 30px;
    }
    .grid-lg-gap-4 {
      grid-gap: 40px;
    }
    .grid-lg-gap-5 {
      grid-gap: 50px;
    }
    .grid-lg-gap-6 {
      grid-gap: 60px;
    }
    .grid-lg-c-gap-1 {
      grid-column-gap: 10px;
    }
    .grid-lg-c-gap-2 {
      grid-column-gap: 20px;
    }
    .grid-lg-c-gap-3 {
      grid-column-gap: 30px;
    }
    .grid-lg-c-gap-4 {
      grid-column-gap: 40px;
    }
    .grid-lg-c-gap-5 {
      grid-column-gap: 50px;
    }
    .grid-lg-c-gap-6 {
      grid-column-gap: 60px;
    }
    .grid-lg-r-gap-1 {
      grid-row-gap: 10px;
    }
    .grid-lg-r-gap-2 {
      grid-row-gap: 20px;
    }
    .grid-lg-r-gap-3 {
      grid-row-gap: 30px;
    }
    .grid-lg-r-gap-4 {
      grid-row-gap: 40px;
    }
    .grid-lg-r-gap-5 {
      grid-row-gap: 50px;
    }
    .grid-lg-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
}
/* IE10+ CSS fallback for grid template columns at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-sm-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-sm-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-sm-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-sm-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-sm-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-sm-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-sm-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-sm-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-sm-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-sm-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-sm-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-sm-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-sm-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-sm-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-sm-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-sm-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-sm-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-sm-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-sm-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-md-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-md-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-md-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-md-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-md-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-md-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-md-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-md-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-md-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-md-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-md-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-md-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-md-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-md-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-md-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-md-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-md-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-md-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-md-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-lg-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-lg-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-lg-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-lg-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-lg-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-lg-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-lg-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-lg-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-lg-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-lg-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-lg-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-lg-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-lg-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-lg-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-lg-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-lg-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-lg-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }
  .grid-lg-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-lg-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@supports (display: grid) {
  .d-grid {
    display: grid;
  }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .d-grid {
      grid-template-columns: 1fr;
      grid-gap: 0;
    }
  }
  .d-inline-grid {
    display: inline-grid;
  }
  .grid-items-center {
    align-items: center;
  }
  @media only screen and (min-width: 768px) {
    .grid-md-items-center {
      align-items: center;
    }
    .grid-md-self-center {
      align-self: center;
    }
  }
  /*
  ---------------------------------------
  Grid Layout - 2-Column, Stacked
  ---------------------------------------
  */
  @supports (display: grid) {
    @media only screen and (min-width: 768px) {
      .grid-layout-2col-stacked {
        display: grid;
        grid-template-columns: 2.7fr 1fr;
        grid-template-rows: auto;
        grid-row-gap: 30px;
        grid-column-gap: 0;
        grid-column-gap: 2rem;
      }
      .grid-layout-2col-stacked > * {
        grid-column: 1/span 2;
      }
      .grid-layout-2col-stacked > .grid__head {
        grid-column: 1/span 2;
      }
      .grid-layout-2col-stacked > .grid__main {
        grid-column: 1/span 1;
      }
      .grid-layout-2col-stacked > .grid__rail {
        grid-column: 2/span 1;
      }
      .grid-layout-2col-stacked > .grid__head ~ .grid__rail {
        grid-row: 2/-1;
      }
    }
    @media only screen and (min-width: 0) and (max-width: 767px) {
      .grid-layout-2col-stacked > * {
        margin-bottom: 20px;
      }
    }
  }
}
/* IE10+ CSS Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-layout-2col-stacked {
    -ms-overflow-x: auto;
  }
  .grid-layout-2col-stacked > * {
    padding-bottom: 2rem;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 0) and (max-width: 767px), only screen and (-ms-high-contrast: active) and (min-width: 0) and (max-width: 767px) {
  .grid-layout-2col-stacked > * {
    margin: 0 auto;
  }
}
/* IE10+ CSS Styles for Medium & Large Screens */
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-layout-2col-stacked {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid-layout-2col-stacked > * {
    flex: 0 0 68%;
    padding-right: 2rem;
    width: 68%;
  }
  .grid-layout-2col-stacked .grid__head {
    flex: 1 0 100%;
    padding-right: 0;
    width: 100%;
  }
  .grid-layout-2col-stacked .grid__rail {
    flex: 0 0 26%;
    padding-right: 0;
  }
}
/******************************************
     END: A.com 3.0 STYLES
******************************************/
@supports (display: grid) {
  .grid-8c {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
  }
  .grid-10c {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
  }
  @media only screen and (min-width: 768px) {
    .grid-md-8c {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: auto;
    }
    .grid-md-10c {
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      grid-template-rows: auto;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-8c {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-template-rows: auto;
    }
    .grid-lg-10c {
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      grid-template-rows: auto;
    }
  }
  /* IE10+ CSS fallback for grid template columns */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-8c {
      -ms-overflow-x: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .grid-8c > * {
      width: 10.5%;
    }
    .grid-8c > :nth-child(2n) {
      margin-right: 0;
    }
    .grid-10c {
      -ms-overflow-x: auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .grid-10c > * {
      width: 8%;
    }
    .grid-10c > :nth-child(2n) {
      margin-right: 0;
    }
  }
}
.v3 {
  /*
  ---------------------------------------
  Astrology Plus
  ---------------------------------------
  */
  /*
  ---------------------------------------
  SHEMedia Ad Placements
  ---------------------------------------
  */
}
.v3 .ad__banner {
  margin: 0 auto;
  max-width: 320px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .v3 .ad__banner {
    max-width: 758px;
    height: 90px;
  }
}
.v3 .ad-r-text {
  position: relative;
}
.v3 .ad-r-text:after {
  content: "Advertisement";
  color: #bababa;
  opacity: 0.6;
  writing-mode: vertical-rl;
  writing-mode: tb-rl; /* ie */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 4px;
  right: -8px;
  font-family: "Khand", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .ad-t-text {
  display: block;
  margin-top: 20px;
  position: relative;
}
.v3 .ad-t-text:after {
  content: "Advertisement";
  color: #bababa;
  opacity: 0.6;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  font-family: "Khand", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.v3 .aplus-banner-container {
  content: "";
  background: url("/img/backgrounds/bg-white-speckles-banner.jpg") no-repeat center center/cover;
  width: 100%;
}
.v3 .aplus-banner-container .aplus-banner {
  padding-bottom: 20px;
  padding-top: 20px;
}
.v3 .aplus-banner-container .aplus-banner .img-container {
  align-self: center;
  justify-self: right;
}
.v3 .aplus-banner-container .aplus-banner .text-container {
  align-self: center;
}
.v3 .aplus-banner-container .aplus-banner .text-container h2 {
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 500px;
  font-family: "CaslonGrad", serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-banner-container .aplus-banner .text-container p {
  color: #ced6e0;
  line-height: 1.6;
  max-width: 700px;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-banner-container .aplus-banner .text-container .btn {
  max-width: 228px;
  width: 100%;
}
.v3 .aplus-card {
  display: block;
  max-width: 345px;
  padding: 30px 20px;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.v3 .aplus-card:before {
  background: url(/img/backgrounds/bg-white-speckles-poster.jpg) no-repeat center center/cover;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.v3 .aplus-card__content {
  text-align: center;
}
.v3 .aplus-card__description {
  color: #fbfbff;
  margin: 0 auto 30px;
  max-width: 280px;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-card__logo {
  display: block;
  margin: 0 auto 15px;
}
.v3 .aplus-card__logo img {
  width: 200px;
}
.v3 .aplus-card__title {
  color: #fcfcff;
  line-height: 1.08;
  margin-bottom: 15px;
  font-family: "CaslonGrad", serif;
  font-size: 1.58rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .d_flexbanner_t_banner_m_tinybanner {
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexbanner_t_banner_m_tinybanner {
    min-height: 250px;
  }
}
.v3 .d_banner_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_medrec {
    height: 90px;
  }
}
.v3 .d_banner_t_banner_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_none {
    display: block;
    height: 90px;
  }
}
.v3 .d_banner_t_banner_m_tinybanner {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_tinybanner {
    height: 90px;
  }
}
.v3 .d_banner_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_medrec_m_medrec {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_banner_t_medrec_m_medrec {
    height: 90px;
  }
}
.v3 .d_banner_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_banner_t_none_m_none {
    display: block;
    height: 90px;
  }
}
.v3 .d_flexrec_t_flexrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_flexrec_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_flexrec_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_medrec_m_medrec {
    height: 250px;
  }
}
.v3 .d_flexrec_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_medrec_m_none {
    display: block;
    height: 600px;
  }
}
.v3 .d_flexrec_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_flexrec_t_none_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_flexrec_t_sky_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_sky_m_none {
    display: block;
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_flexrec_t_sky_m_none {
    height: 250px;
  }
}
.v3 .d_medrec_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_banner_m_medrec {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_banner_m_medrec {
    height: 250px;
  }
}
.v3 .d_medrec_t_medrec_m_medrec {
  min-height: 250px;
}
.v3 .d_medrec_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_medrec_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_medrec_t_none_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_none_m_medrec {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_none_m_medrec {
    display: block;
    height: 250px;
  }
}
.v3 .d_medrec_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_none_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_none_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_banner_m_medrec {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_banner_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_medrec_m_medrec {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_medrec_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_medrec_m_none {
    display: block;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_medrec_m_none {
    display: none;
  }
}
.v3 .d_none_t_none_m_medrec {
  min-height: 250px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_none_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_none_m_tinybanner {
  height: 62px;
  margin: 1rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_none_m_tinybanner {
    display: none;
  }
}
.v3 .d_sky_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_sky_t_none_m_none {
    display: block;
    height: 600px;
  }
}
.v3 .d_sky_t_sky_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_sky_t_sky_m_none {
    display: block;
    height: 600px;
  }
}

/*
---------------------------------------
Ad Keen Card
---------------------------------------
*/
.ad-keen-card {
  border-radius: 4px;
  height: 600px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ad-keen-card h2, .ad-keen-card .h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 979px) {
  .ad-keen-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
------------------------------------------------
PRIMARY SITE NAV
------------------------------------------------
*/
.nav-v3 .main-container {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .nav-v3 .main-container {
    margin-bottom: 5rem;
    margin-top: -55px;
    padding-top: 55px;
  }
}
.nav-v3 .primary-site-nav {
  border-bottom: 1px solid #6d6d6d;
}

.nav-v3 .nav-wrapper .menu-toggle,
.nav-v3 .nav-wrapper .search-trigger,
.nav-v3 .nav-wrapper .sign-in {
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle,
  .nav-v3 .nav-wrapper .search-trigger,
  .nav-v3 .nav-wrapper .sign-in {
    margin-right: 20px;
  }
}

/* ===LOGO=== */
.nav-v3 .nav-wrapper .logo {
  background: url("/img/logo-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 136px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .logo {
    height: 20px;
    width: 180px;
  }
}

/* ===SIGN IN LINK=== */
.nav-v3 .nav-wrapper .sign-in {
  font-family: "Khand", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.nav-v3 .nav-wrapper .sign-in:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nav-v3:not(.nav-expanded) .nav__topnav .sign-in {
    display: none;
  }
}
/* ===MENU TOGGLE=== */
.nav-v3 .nav-wrapper .menu-toggle {
  cursor: pointer;
  height: 25px;
  margin-left: unset;
  width: 25px;
}
.nav-v3 .nav-wrapper .menu-toggle:hover {
  color: #fff;
}
.nav-v3 .nav-wrapper .menu-toggle:focus {
  outline: none;
}
.nav-v3 .nav-wrapper .menu-toggle .icon-menu-wavy {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle .icon-menu-wavy {
    font-size: 22px;
  }
}
.nav-v3 .nav-wrapper .menu-toggle .icon-close {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle .icon-close {
    font-size: 1.5rem;
  }
}
.nav-v3 .nav-wrapper .menu-toggle > i {
  align-items: center;
  display: flex;
  height: 100%;
}

/* ===NAV BUTTON (JOIN)=== */
.nav-v3.nav-expanded .nav__topnav .btn {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.nav-v3.nav-expanded .nav__topnav .btn:hover {
  background-color: #fff;
  color: #30385b;
}

.nav-v3:not(.nav-expanded) .nav__topnav .btn {
  background-color: #4d48af;
  color: #fff;
}
.nav-v3:not(.nav-expanded) .nav__topnav .btn:hover {
  background-color: #3D398C;
  border-color: #3D398C;
  color: #fff;
}

.nav-v3 .nav__topnav .btn {
  font-size: 16px;
}

/*
------------------------------------------------
NAV COLLAPSED
------------------------------------------------
*/
.nav-v3 .nav-wrapper {
  display: block;
  padding: unset;
  max-width: unset;
}
.nav-v3 .nav-wrapper .nav__topnav {
  background: inherit;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .nav-v3 .nav-wrapper .nav__topnav {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1200px;
    width: unset;
  }
}
.nav-v3 .nav-wrapper .nav__topnav > div {
  align-items: center;
  display: flex;
}

/*
------------------------------------------------
NAV EXPANDED
------------------------------------------------
*/
.nav-v3.nav-expanded {
  overflow: hidden;
  width: 100%;
}
.nav-v3.nav-expanded .nav-wrapper {
  background: #4d48af;
  z-index: 10;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.nav-v3.nav-expanded .nav-wrapper .menu-toggle {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-v3.nav-expanded .nav-wrapper .menu-toggle {
    position: unset;
  }
}

/* ===NAV EXPANDED (MOBILE)=== */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav-v3.nav-expanded .nav__topnav {
    flex-direction: column;
    padding: 0;
  }
  .nav-v3.nav-expanded .nav__topnav .nav__topnav-left {
    border-bottom: 1px solid #6e89fc;
    height: 65px;
    text-align: center;
    width: 100%;
  }
  .nav-v3.nav-expanded .nav__topnav .nav__topnav-right {
    height: 55px;
    justify-content: center;
  }
}
/*
------------------------------------------------
NAV SITEMAP
------------------------------------------------
*/
.nav-v3 .nav__sitemap {
  display: none;
  background: linear-gradient(to bottom, #4d48af 59%, #6e89fc 156%);
  border-top: 1px solid #6e89fc;
  bottom: 0;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding: 20px 0 120px;
  position: fixed;
  right: 0;
  top: 120px;
  width: 100vw;
  z-index: 120;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav__sitemap {
    top: 65px;
  }
}
.nav-v3 .nav__sitemap::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Mmake scrollbar invisible */
}
.nav-v3 .nav__sitemap-nav-link {
  margin-bottom: 10px;
}
.nav-v3 .nav__sitemap-nav-link h5 {
  color: #fff;
  text-transform: uppercase;
}
.nav-v3 .nav__sitemap-nav-subnav-link {
  color: #dfe5ff;
  display: block;
  line-height: inherit;
  padding-top: 8px;
}
.nav-v3 .nav__sitemap-nav-link:hover, .nav-v3 .nav__sitemap-nav-subnav-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav-v3 .nav__sitemap-list {
    display: flex;
    flex-flow: column wrap;
  }
  .nav-v3 .nav__sitemap-list .nav__sitemap-nav-item {
    margin-bottom: 15px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .nav-v3 .nav__sitemap-list {
    height: 1400px;
    overflow: auto;
  }
  .nav-v3 .nav__sitemap-list .nav__sitemap-nav-item {
    width: 48%;
  }
}
.nav-expanded .nav__sitemap {
  display: block;
}

.sticky-nav {
  position: relative;
  top: 0;
}
.sticky-nav:not(.nav-expanded) .nav-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.sticky-nav:not(.nav-expanded) .nav-wrapper {
  background-color: #f9faf4;
}

.v3.sticky-nav:not(.nav-expanded) .nav-wrapper {
  background-color: #101010;
}

#sticky-nav-placeholder {
  display: none;
  height: 65px;
  width: 100%;
}

/*
------------------------------------------------
NAV RIBBON
------------------------------------------------
*/
.nav-v3 .nav-ribbon {
  display: flex;
  justify-content: center;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-ribbon {
    height: 56px;
  }
}
.nav-v3 .nav-ribbon .nav__items {
  display: inline-flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0; /* remove default margin */
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none; /* Disable scrollbar IE 10+ */
}
.nav-v3 .nav-ribbon .nav__items::-webkit-scrollbar {
  width: 0;
}
.nav-v3 .nav-ribbon .nav__items > .nav__li {
  margin: 0 10px;
}
@supports (display: grid) {
  .nav-v3 .nav-ribbon {
    display: grid;
  }
  .nav-v3 .nav-ribbon .nav__items {
    display: inline-grid;
    grid-column-gap: 40px;
    grid-auto-flow: column;
    grid-column-gap: 15px;
  }
  .nav-v3 .nav-ribbon .nav__items > .nav__li {
    margin: 0; /* reset fallback*/
  }
}

/*
------------------------------------------------
SEARCH BAR
------------------------------------------------
*/
.search-trigger {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 75%;
  right: 15px;
}

.search-bar {
  display: none;
  background: #4d48af;
  border-top: 1px solid #6e89fc;
  padding: 24px 15px;
  width: 100%;
  z-index: 21;
  position: absolute;
  top: 0;
}
.search-bar__inner {
  line-height: 20px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.search-bar form {
  background: transparent;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
.search-bar form input {
  border: none;
  box-sizing: border-box;
  color: #fff;
  height: 30px;
  padding: unset;
  width: 100%;
  z-index: 22;
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: none;
}
.search-bar form input:-webkit-autofill,
.search-bar form input:-webkit-autofill:hover,
.search-bar form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #4d48af inset !important;
}
.search-bar .icon-close {
  color: #fff;
  cursor: pointer;
}
.search-bar .icon-search {
  color: #fff;
  transform: translate(0, -55%);
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
.search-bar .icon-close,
.search-bar .icon-search {
  font-size: 20px;
}

.sitemap-search-bar {
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0 15px 20px;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .sitemap-search-bar {
    margin: 0 auto 20px;
  }
}
.sitemap-search-bar form {
  background: transparent;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sitemap-search-bar form input {
  background: transparent;
  border: none;
  color: #fff;
  height: 19px;
  padding: 10px 15px 8px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.14px;
  text-transform: uppercase;
}
.sitemap-search-bar form input:focus {
  border: none;
  outline: none;
}
.sitemap-search-bar form input:-webkit-autofill,
.sitemap-search-bar form input:-webkit-autofill:hover,
.sitemap-search-bar form input:-webkit-autofill:active,
.sitemap-search-bar form input:-webkit-autofill:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 30px #4d48af inset !important;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}
.sitemap-search-bar form input:-internal-autofill-selected {
  caret-color: #fff;
}
.sitemap-search-bar form input::placeholder,
.sitemap-search-bar form input:-ms-input-placeholder,
.sitemap-search-bar form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  letter-spacing: 1.14px;
  opacity: 0.44;
}
.sitemap-search-bar .btn-search {
  cursor: pointer;
  display: flex;
}
.sitemap-search-bar .btn-search .icon-search {
  color: #fff;
  font-size: 1rem;
}

/*
------------------------------------------------
TEMPORARY NAV STYLES
    - Applies V3 nav styles to old V2 pages.
      Remove when all pages have been undated
      to V3.
------------------------------------------------
*/
.nav-v3:not(.v3):not(.nav-expanded) .nav-wrapper .logo {
  background: url("/img/logo-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
}

.nav-v3.nav-expanded:not(.v3) .nav-wrapper h5,
.nav-v3.nav-expanded:not(.v3) .nav-wrapper .sign-in,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle .icon-close,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle .icon-close:hover {
  color: #fff;
}

.nav-v3:not(.v3) .nav-wrapper .menu-toggle > i,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle > i:hover {
  color: #848a8a;
}

.nav-v3.nav-expanded:not(.v3) .nav__sitemap h5 {
  color: #fff;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link {
  color: #dfe5ff;
  line-height: 1.13;
  text-decoration: none;
  display: block;
  line-height: inherit;
  padding-top: 8px;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a:hover,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link:hover {
  color: #fff;
  text-decoration: underline;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a:focus,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link:focus {
  outline: none;
}

.nav-v3:not(.nav-expanded):not(.v3) .nav__topnav .btn {
  border-radius: 6px;
  padding: 4px 6px;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-v3.nav-expanded:not(.v3) .nav__topnav .btn.btn--sm {
  border-radius: 6px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-v3:not(.v3) .primary-site-nav {
  border-bottom: 1px solid #848a8a;
}

.nav-v3:not(.v3) .nav-wrapper .sign-in:hover {
  color: #157d6d;
}

.nav-v3:not(.v3) .nav-ribbon {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav-v3:not(.v3) .nav-ribbon:focus {
  outline: none;
}

.footer-wrapper {
  position: relative;
}
.footer-wrapper .footer {
  background: transparent;
  border-top: 1px solid #6d6d6d;
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer {
    padding: 40px 15px;
  }
}
.footer-wrapper .footer .logo {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .logo {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer .footer-links {
  margin-bottom: 10px;
}
.footer-wrapper .footer .footer-links .links > * {
  color: #f5f5f7;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .footer-links .links > * {
    font-size: 1.125rem;
  }
}
.footer-wrapper .footer .footer-links .links > *:hover {
  color: #6e89fc;
}
.footer-wrapper .footer .footer-links .links > a {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .footer-links .links > a {
    padding-right: 40px;
  }
}

.v3 .sitemap {
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 20;
}

/* Pages
------------------------------------------------------- */
body.v3 {
  background-color: #101010;
}

.v3 {
  position: relative;
}
.v3 .featured-image {
  margin: 20px auto;
  max-width: 810px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .v3 .featured-image {
    margin: 30px auto;
  }
}
.v3 .report-banner {
  display: block;
  margin: 30px 0;
}

/*
---------------------------------------
OBJECT FIT: See "CSS object-fit fallback
on Edge" in base.js
---------------------------------------
*/
.js-object-fit__media {
  border-radius: 4px;
  overflow: hidden;
}
.js-object-fit__img-container {
  height: 180px;
  width: 260px;
}
.js-object-fit__img-container.compat-object-fit {
  background-size: cover;
  background-position: center center;
  transform: scale(1);
}
.js-object-fit__img-container.compat-object-fit img {
  opacity: 1;
}
.js-object-fit__img-container img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.js-object-fit:hover .compat-object-fit {
  transform: scale(1.05);
  transition: transform 0.4s ease-out 0s;
}

.more {
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/*
---------------------------------------
Homepage Styles
---------------------------------------
*/
@media only screen and (min-width: 0) and (max-width: 767px) {
  .center-layout--sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 345px;
    width: 100%;
  }
}
.homepage .section__subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.homepage .section__cta {
  display: block;
  margin: 20px auto 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .homepage .section__cta {
    margin: 40px auto 0;
    max-width: 267px;
  }
}
.homepage .section__cta:hover {
  color: #fff;
}

.homepage .home-module {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .home-module__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.homepage .home-module__cta {
  font-size: 14px;
  letter-spacing: 0.88px;
  margin-top: 10px;
}
.homepage .home-module__title {
  font-family: "CaslonGrad", serif;
  font-size: 24px;
  letter-spacing: 0.88px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .homepage .home-module__media {
    margin-bottom: 10px;
  }
  .homepage .home-module__text-container {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .home-module {
    padding: 20px 25px;
  }
  .homepage .home-module__content {
    flex-wrap: nowrap;
  }
  .homepage .home-module__media {
    margin-right: 20px;
  }
  .homepage .home-module.module-birth-chart img {
    height: 110px;
    width: 110px;
  }
}

.home-widget > .inner {
  min-height: 58.5px;
}

.articles-reports-widget h4 {
  margin-bottom: 4px;
  white-space: nowrap;
}

.articles-reports-widget h6 {
  line-height: 22px;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.54px;
  text-transform: false;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  max-height: 2.76;
}

.horoscope-widgets {
  margin: 0 -10px -20px;
}
.horoscope-widgets .horoscope-widget {
  margin: 0 5px 20px;
  width: 44.5%;
}
.horoscope-widgets .horoscope-widget h4 {
  margin-bottom: 0;
}
.horoscope-widgets .horoscope-widget i {
  font-size: 50px;
}

.blue-widgets h4 {
  margin-bottom: 0px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .module-widgets-row .home-module {
    margin-bottom: 20px;
  }
  .section-learn .module-widgets-row {
    flex-direction: column-reverse;
  }
  .section-learn .module-widgets-row .learn-widgets h4,
  .section-learn .module-widgets-row .horoscope-widgets h4 {
    word-spacing: 100vw;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
  }
}
@media only screen and (min-width: 768px) {
  .module-widgets-row > :first-child {
    margin-right: 20px;
    width: 33.3333333333%;
  }
  .module-widgets-row > :last-child {
    width: 66.6666666667%;
  }
  .horoscope-widgets .horoscope-widget {
    margin: 0 10px 20px;
    width: 31.2%;
  }
  .blue-widgets h4 {
    margin-bottom: 6px;
  }
}
/* Partials
------------------------------------------------------- */
[class^=ad-slot-], [class*=" ad-slot-"] {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.ad-slot-1 {
  min-height: 90px;
  margin-bottom: 1.5rem;
}

/* Container holding the image and the text for ad-slot debugging */
.ad-container {
  position: relative;
  /* Bottom right text */
}
.ad-container .text-block {
  position: absolute;
  bottom: 20px;
  right: 10px;
  min-width: 160px;
  background-color: black;
  text-align: center;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.ad-container .text-block h4 {
  color: white;
}

.additional-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ad-slot-1 {
    min-height: 50px;
  }
  .ad-container .text-block {
    bottom: 10px;
    max-height: 30px;
  }
}
/* Themes
------------------------------------------------------- */
/*
---------------------------------------
Background Helpers
---------------------------------------
*/
/* ===BACKGROUND COLORS=== */
.bg-carnelian {
  background-color: #f18071;
}

.bg-hematite {
  background-color: #202020;
}

.bg-emerald {
  background-color: #48c6af;
}

.bg-quartz {
  background-color: #c664b7;
}

.bg-ruby {
  background-color: #d15266;
}

.bg-sapphire {
  background-color: #4d48af;
}

.bg-tourmaline {
  background-color: #f16ea1;
}

.bg-topaz {
  background-color: #6e89fc;
}

/* ===BACKGROUND IMAGES=== */
.bg-clouds {
  background-color: #101010;
}
@media only screen and (min-width: 768px) {
  .bg-clouds {
    background: url("/img/backgrounds/bg-clouds-header-1440w.jpg") no-repeat center top/100%;
  }
}

.bg-stars {
  background-color: #101010;
}
@media only screen and (min-width: 768px) {
  .bg-stars {
    background: url("/img/backgrounds/bg-stars-footer-1440w.jpg") no-repeat center top/100%;
  }
}

.bg-hearts {
  background: url(/img/backgrounds/bg-hearts.svg) no-repeat 47% center/contain;
}

.bg-large-circles {
  z-index: 1;
  position: relative;
}
.bg-large-circles:before {
  background: url(/img/backgrounds/bg-large-circles.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* ===BACKGROUND GRADIENTS=== */
.bg-gradient-dusk--circles-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-dusk--circles-overlay:before {
  background: url(/img/backgrounds/bg-dusk-circles-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-gradient-emerald {
  background: #0bb3b0;
  background: linear-gradient(207deg, #93E4D6 19%, #0bb3b0 115%);
}

.bg-gradient-lilac--oval-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-lilac--oval-overlay:before {
  background: url(/img/backgrounds/bg-lilac-oval-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-gradient-rose--oval-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-rose--oval-overlay:before {
  background: url(/img/backgrounds/bg-rose-oval-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*
---------------------------------------
Border Helpers
---------------------------------------
*/
/* ===BORDER COLORS=== */
.border-grey {
  border: 1px solid #6d6d6d;
}

.border-ruby {
  border: 1px solid #d15266;
}

.border-sapphire {
  border: 1px solid #4d48af;
}

.border-white {
  border: 1px solid #fff;
}

.border-y-aquamarine {
  border-bottom: 1px solid #3393b0;
  border-top: 1px solid #3393b0;
}

.border-y-emerald {
  border-bottom: 1px solid #48c6af;
  border-top: 1px solid #48c6af;
}

.border-y-grey {
  border-bottom: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d;
}

.border-y-purple-agate {
  border-bottom: 1px solid #9980F1;
  border-top: 1px solid #9980F1;
}

.border-y-quartz {
  border-bottom: 1px solid #c664b7;
  border-top: 1px solid #c664b7;
}

.border-y-ruby {
  border-bottom: 1px solid #d15266;
  border-top: 1px solid #d15266;
}

.border-y-topaz {
  border-bottom: 1px solid #6e89fc;
  border-top: 1px solid #6e89fc;
}

.border-y-tourmaline {
  border-bottom: 1px solid #f16ea1;
  border-top: 1px solid #f16ea1;
}

.border-b--grey:after {
  content: "";
  border-bottom: 1px solid #6d6d6d;
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .border-b-md--grey {
    border-bottom: 1px solid #6d6d6d;
  }
}
/* ===BORDER RADIUS=== */
.border-rad-4 {
  border-radius: 4px;
  overflow: hidden;
}

/*
---------------------------------------
Typography Helpers
---------------------------------------
*/
/* ===FONT SIZE=== */
.text-xxs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.375rem;
}

.text-xxl {
  font-size: 1.625rem;
}

/* ===FONT COLORS=== */
.v3 .text--alexandrite {
  color: #586181;
}
.v3 a.text--alexandrite:hover {
  color: #586181;
}

.v3 .text--aquamarine {
  color: #3393b0;
}
.v3 a.text--aquamarine:hover {
  color: #3393b0;
}

.v3 .text--carnelian {
  color: #f18071;
}
.v3 a.text--carnelian:hover {
  color: #f18071;
}

.v3 .text--emerald {
  color: #48c6af;
}
.v3 a.text--emerald:hover {
  color: #48c6af;
}

.v3 .text--hematite {
  color: #202020;
}
.v3 a.text--hematite:hover {
  color: #202020;
}

.v3 .text--purple-agate {
  color: #9980F1;
}
.v3 a.text--purple-agate:hover {
  color: #9980F1;
}

.v3 .text--quartz {
  color: #c664b7;
}
.v3 a.text--quartz:hover {
  color: #c664b7;
}

.v3 .text--tourmaline {
  color: #f16ea1;
}
.v3 a.text--tourmaline:hover {
  color: #f16ea1;
}

.v3 .text--grey-moonstone {
  color: #bababa;
}
.v3 a.text--grey-moonstone:hover {
  color: #bababa;
}

.v3 .text--topaz {
  color: #6e89fc;
}
.v3 a.text--topaz:hover {
  color: #6e89fc;
}

.v3 .text--white {
  color: #fff;
}
.v3 a.text--white:hover {
  color: #fff;
}

/* ===OTHER FONT PROPERTIES=== */
.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.v3 .underline {
  text-decoration: underline;
}

.v3 .captilalize {
  text-transform: capitalize;
}

.v3 .uppercase {
  text-transform: uppercase;
}

/*
---------------------------------------
Image Helpers
---------------------------------------
*/
.img-responsive {
  width: 100%;
  display: block;
  height: auto;
}

/*
---------------------------------------
Layout Helpers
---------------------------------------
*/
.show-small,
.show-medium {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .hide-small {
    display: none;
  }
  .show-small {
    display: block;
  }
  span.show-small {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-medium {
    display: none;
  }
  .show-medium {
    display: block;
  }
}
.center-layout {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .center-layout {
    padding: 0 20px;
  }
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-center-md {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 568px) {
  .container {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.full-width-md) {
    max-width: 1200px;
  }
}

.max-width-100 {
  max-width: 100px;
  width: 100%;
}

.max-width-200 {
  max-width: 200px;
  width: 100%;
}

.max-width-300 {
  max-width: 300px;
  width: 100%;
}

.max-width-400 {
  max-width: 400px;
  width: 100%;
}

.max-width-500 {
  max-width: 500px;
  width: 100%;
}

.max-width-600 {
  max-width: 600px;
  width: 100%;
}

.max-width-700 {
  max-width: 700px;
  width: 100%;
}

.max-width-800 {
  max-width: 800px;
  width: 100%;
}

.max-width-900 {
  max-width: 900px;
  width: 100%;
}

.full-width {
  width: 100%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
---------------------------------------
Lists
---------------------------------------
*/
.list-unstyled {
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

/*
---------------------------------------
Miscellaneous Helpers
---------------------------------------
*/
.flip-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
}

.hdisable:hover {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.anchor {
  display: block;
  visibility: hidden;
  padding-top: 90px;
  margin-top: -90px;
}

/*
---------------------------------------
A.com Login Helpers
---------------------------------------
*/
.loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-content {
  text-align: center;
  color: white;
  width: 300px; /* Optional: Set a fixed width for the loading content if you want */
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Overlay styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000000;
}

/* Popup styling for top right */
.popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #101010;
  padding: 20px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.popup h2 {
  margin-top: 0;
}

/* Button styling */
.button {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.native-login {
  background-color: #4048AF;
  color: white;
}

.google-login {
  background-color: #9980F1;
  color: white;
}

/* Toggle overlay visibility */
#login-toggle:checked ~ .overlay {
  display: block;
}

/* Hide the checkbox */
#login-toggle {
  display: none;
}

/* Close button */
.close-btn {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  font-size: 20px;
  text-decoration: none;
  color: #FFF;
}

/* Password container */
.password-container {
  position: relative;
}

/* Input field styling */
.password-input {
  padding-right: 40px;
}

/* Placeholder styling */
.password-input::placeholder {
  /*color: #aaa;  Light gray placeholder */
}

/* SVG icon styling */
.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.toggle-password svg {
  fill: #fff; /* White for visibility */
}

/* Hover effect for SVG icon */
.toggle-password:hover svg {
  fill: #ddd; /* Light gray for hover effect */
}
