/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
@font-face {
  font-family: "Manrope VF";
  src: url("/assets/fonts/variable/ManropeGX.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 200 800; }
*/
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-ExtraBold.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-Bold.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-SemiBold.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-Medium.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-Regular.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-Light.woff2") format("woff2"), url("/assets/fonts/ttf/Manrope-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
/*
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/web/Manrope-ExtraLight.woff2") format("woff2"),
  url("/assets/fonts/ttf/Manrope-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }
*/
body, html {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  font-variation-ligatures: normal;
  font-feature-settings: "calt", "liga";
}

*, *:before, *:after {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: hsl(246.75, 65.0406504065%, 101.7647058824%);
  color: #4634D4;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

.container {
  clear: both;
  margin: auto;
  width: calc(100% - 5rem);
}
@media (min-width: 768px) {
  .container {
    margin: auto;
    width: calc(100% - 10rem);
  }
}
@media (min-width: 920px) {
  .container {
    max-width: 800px;
  }
}

.container-wide {
  margin: auto;
  width: calc(100% - 5rem);
}
@media (min-width: 768px) {
  .container-wide {
    margin: auto;
    width: calc(100% - 8rem);
  }
}
@media (min-width: 920px) {
  .container-wide {
    margin: auto;
    width: calc(100% - 10rem);
  }
}

@media (min-width: 768px) {
  .columns {
    display: flex;
    flex-direction: column;
    flex-flow: nowrap;
    justify-content: space-between;
  }
}

.column-left {
  margin: 3rem 0 3rem 0;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .column-left {
    width: 50%;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .column-left {
    padding-bottom: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
  }
}

.column-right {
  margin: 3rem 0 3rem 0;
}
@media (min-width: 768px) {
  .column-right {
    width: 50%;
    padding-left: 3rem;
  }
}

a {
  position: relative;
  color: #4634D4;
  transition: all 0.1s ease-in;
}
a:hover {
  color: rgb(14.8780487805, 10.487804878, 49.512195122);
  text-decoration: none;
}

.button {
  border: none;
  color: #ffffff;
  display: inline-block;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 0.5rem;
  position: relative;
  background-color: #4634D4;
  margin: 2rem 1rem 1rem 0;
  text-decoration: none;
}
.button:hover {
  border-bottom: none;
  background-color: rgb(14.8780487805, 10.487804878, 49.512195122);
  color: #ffffff;
  transform: scale(1.02);
}

.text {
  color: #1a1a1a;
  margin: 0 0 2rem 0;
}

h1 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 4rem 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
h1 em {
  font-weight: 800;
}

h1 ~ h2 {
  margin: 6rem 0 4rem 0;
}

h2 {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 3rem 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
h2 em {
  font-weight: 800;
}

.list-description {
  margin: 0 0 2rem 0;
}

.list-description {
  padding: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #808080;
  margin: 2rem 0 3rem 0;
  letter-spacing: -0.02em;
}

.sorting {
  color: #4d4d4d;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 4rem;
}
.sorting:before {
  /*
  		@include transition();
  		content: "";
  		position: absolute;
  		width: 15px;
  		height: 15px;
  		margin-top: -35px;
  		margin-left: 25px;
  		border-bottom: 15px solid darken(#ffffff,4%);
  		border-right: 15px solid transparent;
  */
}
.sorting .sort-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sorting .sort-text {
  display: flex;
  opacity: 0.9;
  padding: 0.7em 0;
  margin-right: 0.5rem;
}
.sorting .sort-links {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 100px;
  padding: 0.35em 0.25em;
}
.sorting a {
  color: #4b4b4b;
  font-weight: 600;
  text-decoration: none;
  padding: 0.35em 1em;
}
.sorting a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-width: 0 0 0;
  border-style: solid;
  border-color: #4634D4;
}
.sorting a:hover:after {
  border-width: 0;
}
.sorting a:hover {
  color: #000000;
}
.sorting a.activeitem {
  border-width: 0;
  text-decoration: none;
  background-color: rgb(14.8780487805, 10.487804878, 49.512195122);
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 100px;
}
.sorting a.activeitem:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-width: 0 0 0;
  border-style: solid;
  border-color: #4634D4;
}
.sorting a.activeitem:hover:after {
  border-width: 0;
}

.brand-list, .category-list {
  color: hsl(246.75, 65.0406504065%, 131.7647058824%);
  font-size: 2rem;
  font-weight: 500;
}
.brand-list .divide-letter, .category-list .divide-letter {
  color: hsl(246.75, 65.0406504065%, 131.7647058824%);
  font-weight: 800;
}
.brand-list a, .category-list a {
  text-decoration: none;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.brand-list a:after, .category-list a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #4634D4;
}
.brand-list a:hover:after, .category-list a:hover:after {
  border-width: 0;
}
.brand-list ul, .category-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.brand-list li, .category-list li {
  list-style-type: none;
  display: flex;
  margin-right: 2rem;
  color: #999;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.brand-list li .slogan-total, .category-list li .slogan-total {
  background-color: #f5f5f5;
  padding: 0.3em 0.8em;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #333333;
}
.pagination {
  color: #333333;
  font-size: 1.8rem;
}
.pagination a {
  text-decoration: none;
  color: #333333;
  padding: 0 0.25rem;
  margin-right: 0.5rem;
}
.pagination a.pagination-prev {
  text-decoration: none;
}
.pagination a.pagination-prev:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #4634D4;
}
.pagination a.pagination-prev:hover:after {
  border-width: 0;
}
.pagination a.pagination-next {
  text-decoration: none;
}
.pagination a.pagination-next:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #4634D4;
}
.pagination a.pagination-next:hover:after {
  border-width: 0;
}
.pagination .pagination-ellipsis {
  margin-right: 0.5rem;
}
.pagination .pagination-pagenumber {
  margin-right: 0.5rem;
}
.pagination .pagination-pagenumber.pagenumberActive {
  font-weight: 800;
}

.addslogan {
  background-color: rgb(242.5914634146, 241.3841463415, 252.1158536585);
  color: #1a1a1a;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 5px;
  margin: 6rem auto 0 auto;
}
.addslogan .addslogan_icon {
  text-align: center;
  padding: 3rem 0 0 0;
  color: #4634D4;
}
.addslogan .addslogan_icon .add-icon {
  width: 8rem;
  height: 8rem;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.addslogan .addslogan_icon .add-icon svg {
  width: 8rem;
  height: 8rem;
}
.addslogan .addslogan_text {
  line-height: 1.5em;
  padding: 2rem 3.2rem 4rem 3.2rem;
}
.addslogan .addslogan_text em {
  font-weight: 800;
}

form.suggest-form {
  padding-bottom: 2rem;
}
form.suggest-form input#slogandetail {
  display: none;
}
form.suggest-form .label-feedback {
  font-weight: 400;
  color: #808080;
  margin-left: 0.7rem;
}
form.suggest-form .form-row, form.suggest-form .form-row-half {
  margin-bottom: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
}
form.suggest-form .form-row-half + .form-row-half {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  form.suggest-form .form-row.form-row-split {
    margin-bottom: 0;
  }
  form.suggest-form .form-row-half {
    width: calc(50% - 1rem);
    display: inline-flex;
  }
  form.suggest-form .form-row-half + .form-row-half {
    margin-left: 2rem;
    margin-bottom: 2.4rem;
  }
}
form.suggest-form input.textfield {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgb(249.75, 249.75, 249.75);
  background-color: rgb(249.75, 249.75, 249.75);
  border-bottom: 1px solid #bababa;
  padding: 1.5rem;
}
form.suggest-form input.textfield:focus {
  border-bottom: 1px solid #4634D4;
}
form.suggest-form p {
  color: #cccccc;
}
form.suggest-form h3 {
  color: #cccccc;
  color: #333333;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 800;
  width: 100%;
}
form.suggest-form h3.extramargin {
  margin-bottom: 1.5rem;
}
form.suggest-form .tagbox {
  float: left;
  padding: 0.7rem 1.2rem;
  margin: 0 1rem 1rem 0;
  font-size: 1.3rem;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
}
form.suggest-form .check {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
form.suggest-form .check:checked + .tagbox {
  background-color: #4634D4;
  color: #fff;
  border: 1px solid #4634D4;
}
form.suggest-form ul.errors {
  color: #c70d0d;
  font-size: 1.4rem;
  padding: 0.5rem 0;
}

.slogan-added {
  color: #333333;
  margin-bottom: 8rem;
}
.slogan-added strong {
  font-weight: 800;
}

#to-top-button {
  display: inline-block;
  background-color: #4634D4;
  width: 5rem;
  height: 5rem;
  text-align: center;
  border-radius: 5rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#to-top-button svg {
  width: 2rem;
  height: 2rem;
  color: #fff;
  top: 1.5rem;
  left: 1.5rem;
  position: absolute;
}
#to-top-button:hover {
  cursor: pointer;
  background-color: hsl(246.75, 65.0406504065%, 131.7647058824%);
}
#to-top-button:active {
  background-color: hsl(246.75, 65.0406504065%, 141.7647058824%);
}
#to-top-button.show {
  opacity: 1;
  visibility: visible;
}

footer {
  margin: 4rem 0;
}

header {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  header {
    margin-top: 4rem;
  }
}

.header-top {
  margin-bottom: 2rem;
  display: block;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header-top {
    display: flex;
  }
}

.header-left {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
}

.header-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#logo {
  display: flex;
}
#logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}
#logo a:hover .logo-icon {
  background-color: rgb(46.493902439, 32.7743902439, 154.7256097561);
}
#logo a:hover .logo-text {
  color: rgb(46.493902439, 32.7743902439, 154.7256097561);
}
#logo .logo-icon {
  background-color: #4634D4;
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  border-radius: 100px;
  margin-right: 0.5rem;
  padding: 0;
}
#logo .logo-icon svg {
  position: absolute;
  top: 1.2rem;
  left: 1.1rem;
  width: 2.2rem;
  height: 2.2rem;
}
#logo .logo-icon #logo-icon path {
  color: #fff;
}
#logo .logo-text {
  color: #4634D4;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  #logo .logo-icon {
    width: 7rem;
    height: 7rem;
    margin-right: 1rem;
  }
  #logo .logo-icon svg {
    position: absolute;
    top: 1.8rem;
    left: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
  #logo .logo-text {
    font-size: 2.8rem;
  }
}

.menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
  background: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
  transition: all 0.2s ease-in-out;
  width: 6rem;
  height: 6rem;
  margin-right: -1.75rem;
}
.menu-button .bar {
  height: 0.2rem;
  width: 2.5rem;
  background: black;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.menu-button .bar.bar1 {
  transform: translateY(-0.3rem);
}
.menu-button .bar.bar2 {
  transform: translateY(0.3rem);
}
.menu-button:hover .bar1 {
  transform: translateY(-0.6rem);
}
.menu-button:hover .bar2 {
  transform: translateY(0.6rem);
}
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button.menu-open .bar.bar1 {
  transform: translateY(0.1rem) rotate(45deg);
}
.menu-button.menu-open .bar.bar2 {
  transform: translateY(-0.1rem) rotate(-45deg);
}

#menu {
  width: 100%;
}
#menu .main-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#menu .main-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 1;
}
#menu .main-menu ul li {
  margin-right: 0;
}
#menu .main-menu ul li:last-child {
  margin-right: 0;
}
#menu .main-menu ul li a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  text-decoration: none;
}
#menu .main-menu ul li a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #4634D4;
}
#menu .main-menu ul li a:hover:after {
  border-width: 0;
}
@media (min-width: 768px) {
  #menu .main-menu ul li a {
    font-size: 2rem;
  }
}
#menu .main-menu ul li a.activeitem {
  color: #1a1a1a;
}
#menu .main-menu ul li a.activeitem:after {
  border: none;
}
#menu .main-menu.menu-open {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#menu .main-menu.menu-open ul {
  border-top: 1px solid #EDEDED;
  margin-top: 2rem;
}
#menu .main-menu.menu-open ul li {
  padding: 1.2rem 0 1.5rem 0;
  border-bottom: 1px solid #EDEDED;
}
#menu .main-menu.menu-open ul li a {
  font-size: 2rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  #menu .main-menu.menu-open ul {
    border: none;
  }
  #menu .main-menu.menu-open ul li {
    border: none;
  }
}
@media (min-width: 768px) {
  #menu .main-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #menu .main-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    border-top: none;
  }
  #menu .main-menu ul li {
    border-top: none;
    margin-right: 2rem;
  }
}

#search {
  margin: 4rem 0;
  position: relative;
}
#search input {
  -webkit-appearance: none;
  height: 60px;
  border: none;
  border-radius: 5px;
  background-color: #EDEDED;
  color: rgb(2.2317073171, 1.5731707317, 7.4268292683);
  padding: 0 10rem 0 2rem;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
#search input:placeholder {
  color: hsl(0, 0%, 142.9411764706%);
}
#search button.search-btn {
  border: none;
  background-color: transparent;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#search button.search-btn svg {
  color: rgb(109.5, 109.5, 109.5);
}
#search button.search-btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3rem;
  content: "";
  border-left: 1px solid #EDEDED;
  transform: translateY(-50%);
}
#search.search-has-focus button.search-btn svg {
  color: #4634D4;
}
#search.search-has-focus button.search-btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3rem;
  content: "";
  border-left: 1px solid #ccc;
  transform: translateY(-50%);
}
#search.search-has-focus button.search-btn:hover svg {
  color: rgb(2.2317073171, 1.5731707317, 7.4268292683);
}
#search.search-active button.search-btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3rem;
  content: "";
  border-left: 1px solid #ccc;
  transform: translateY(-50%);
}
#search .remove-btn {
  position: absolute;
  border: none;
  top: 50%;
  right: 80px;
  margin-top: -10px;
  text-indent: -9999px;
  background-color: #bababa;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
}
#search .remove-btn:before, #search .remove-btn:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  display: block;
}
#search .remove-btn:before {
  width: 10px;
  height: 2px;
  top: 9px;
  left: 5px;
}
#search .remove-btn:after {
  width: 2px;
  height: 10px;
  top: 5px;
  left: 9px;
}
#search.search-active .remove-btn {
  display: block;
}
@media only screen and (min-width: 1025px) {
  #search .remove-btn:hover {
    background-color: rgb(14.8780487805, 10.487804878, 49.512195122);
  }
}

#breadcrumb {
  margin-bottom: 1rem;
}
#breadcrumb nav ol {
  display: flex;
  justify-content: flex-start;
}
#breadcrumb nav li {
  font-size: 0.85em;
  display: flex;
  color: rgb(14.8780487805, 10.487804878, 49.512195122);
}
#breadcrumb nav li a.link {
  color: #4634D4;
  text-decoration: none;
}
#breadcrumb nav li a.link:hover {
  text-decoration: underline;
  color: rgb(14.8780487805, 10.487804878, 49.512195122);
}
#breadcrumb nav li .breadcrumbs_icon {
  padding: 0 0.2em;
  color: #808080;
}

.card-slogan {
  list-style-type: none;
  margin-bottom: 4rem;
}
.card-slogan .card-slogan-title {
  transition: all 0.2s ease-in-out;
  font-size: 2.5rem;
  letter-spacing: -0.2px;
  font-weight: 800;
  border-radius: 5px;
  background-color: #4634D4;
  display: inline-block;
  margin-bottom: 2rem;
}
.card-slogan .card-slogan-title a {
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 1em;
  padding: 2.7rem 3.2rem;
}
.card-slogan .card-slogan-title .nolink {
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 1em;
  padding: 2.7rem 3.2rem;
  pointer-events: none;
  cursor: default;
}
.card-slogan .card-slogan-title:after {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 25px;
  border-top: 15px solid #4634D4;
  border-right: 15px solid transparent;
}
.card-slogan .card-slogan-title:hover {
  background-color: rgb(14.8780487805, 10.487804878, 49.512195122);
}
.card-slogan .card-slogan-title:hover:after {
  border-top: 15px solid rgb(14.8780487805, 10.487804878, 49.512195122);
}
.card-slogan .card-slogan-title:hover.nohover {
  background-color: #4634D4;
}
.card-slogan .card-slogan-title:hover.nohover:after {
  border-top: 15px solid #4634D4;
}
@media (min-width: 768px) {
  .card-slogan .card-slogan-title {
    font-size: 3.5rem;
    letter-spacing: -0.5px;
  }
}
.card-slogan .card-slogan-meta {
  line-height: 3rem;
}
.card-slogan .card-slogan-meta a {
  text-decoration: none;
}
.card-slogan .card-slogan-meta a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #4634D4;
}
.card-slogan .card-slogan-meta a:hover:after {
  border-width: 0;
}
.card-slogan .slogan-brandname {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.card-slogan .slogan-website {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.card-slogan .slogan-website svg {
  color: #4634D4;
  transform: scale(0.8);
  margin-left: 0.5rem;
  vertical-align: text-bottom;
}
.card-slogan .slogan-year {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.card-slogan .slogan-categories {
  display: inline-block;
  margin-bottom: 1rem;
}
.card-slogan .slogan-categories svg {
  color: #4634D4;
  transform: scale(0.8);
  margin-right: 0.2rem;
  vertical-align: text-bottom;
}
.card-slogan .slogan-categories ul {
  display: inline-block;
}
.card-slogan .slogan-categories ul li {
  display: inline-block;
  margin-right: 0.2rem;
}
.card-slogan .slogan-categories ul li a {
  background-color: #f2f2f2;
  padding: 0.3em 0.8em;
  border-radius: 100px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #333333;
}
@media (min-width: 768px) {
  .card-slogan .slogan-categories ul li a {
    padding: 0.5em 1em;
  }
}
.card-slogan .slogan-categories ul li a:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.card-slogan .slogan-categories ul li a:after {
  border: none;
}
.card-slogan.card-slogan-detail .card-slogan-meta {
  color: #1a1a1a;
}
.card-slogan.card-slogan-detail .card-slogan-meta .slogan-brandname {
  display: block;
}
.card-slogan.card-slogan-detail .card-slogan-meta .slogan-website {
  display: block;
}
.card-slogan.card-slogan-detail .card-slogan-meta .slogan-year {
  display: block;
}
