.scrollDisable {
  overflow: hidden;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-Bold"), url("../fonts/BebasNeuePro-Bold.woff2") format("woff2"), url("../fonts/BebasNeuePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

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

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
}

body.contentLocked {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

[hidden],
.visually-hidden {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h1.section-title {
  font-size: 2.625rem;
}

h2.section-title {
  font-size: 1.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.375;
}

.content-wrapper article:not(:first-child):not(.block-item),
.content-wrapper .content-card:not(:first-child):not(.block-item) {
  margin-top: 35px;
}

.content-wrapper ul:not([class]) li:not(:first-child) {
  margin-top: 8px;
}

.content-wrapper p a,
.content-wrapper ul:not([class]) a {
  color: #ff5252;
  font-weight: bold;
}

.content-wrapper p a:hover,
.content-wrapper ul:not([class]) a:hover {
  background-color: rgba(225, 225, 225, 0.6);
}

.content-wrapper img {
  max-width: 100%;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

*::-webkit-scrollbar-thumb {
  background-color: #1abccd;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #17a7b6;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */

#page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.main-content {
  flex: 1;
}

body:not(.page-inner) .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-inner .main-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.article-title,
.content-card-title {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.article-title-center,
.content-card-title-center {
  text-align: center;
}

.article-grid {
  display: flex;
}

section + section {
  margin: 40px 0;
}

.section img {
  max-width: 100%;
}

.content-with-sidebar {
  display: flex;
  justify-content: space-between;
}

.content-item {
  margin-bottom: 30px;
}

.topbar-box a,
.sidebar-box a {
  display: block;
}

.topbar img {
  display: block;
  max-width: 100%;
}

.sidebar {
  flex: 1;
}

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

.sidebar-box:not(:first-child) {
  margin-top: 14px;
}

.sidebar-box img {
  width: 100%;
}

.description-md {
  max-width: 440px;
}

.description-text-md {
  max-width: 340px;
}

.description-center {
  margin: 0 auto;
  text-align: center;
}

button,
.btn {
  transition: all .2s ease-out;
}

button:not([disabled]) {
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 28px;
  background: transparent;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-block {
  width: 100%;
}

.btn-link {
  padding: 0;
  color: #000;
  text-align: left;
}

.btn-link:hover {
  color: #17a7b6;
}

.btn-link span {
  flex: 1;
}

.btn-text {
  padding: 0 20px 0 0;
  color: #000;
  text-align: left;
}

.btn-text:hover {
  color: #17a7b6;
  background-color: rgba(195, 189, 189, 0.1);
}

.btn-text-white {
  color: #fff;
}

.btn-text-white:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-text .icon {
  fill: currentColor;
}

.btn-nav {
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
}

.btn-nav:not(.btn-search):hover {
  background-color: rgba(225, 225, 225, 0.6);
}

.btn-nav img,
.btn-nav svg {
  display: block;
  width: 18px;
  height: 18px;
}

.btn-tiffany {
  background-color: #17a7b6;
}

.btn-tiffany:hover {
  background-color: #0c545b;
}

.btn-red {
  background-color: #ff5252;
}

.btn-red:hover {
  background-color: #eb0000;
}

.btn .icon {
  margin-right: 14px;
  width: 35px;
  height: 35px;
}

.table-responsive {
  margin: 25px 0;
  overflow-x: auto;
}

table a {
  transition: all 0.3s ease-out;
}

.table-full-issues,
.table-search-results {
  width: 100%;
  border-collapse: collapse;
}

.table-full-issues thead tr,
.table-search-results thead tr {
  background-color: #1493a1;
}

.table-full-issues tr th:first-child,
.table-full-issues tr td:first-child,
.table-search-results tr th:first-child,
.table-search-results tr td:first-child {
  width: 25%;
}

.table-full-issues th,
.table-full-issues td,
.table-search-results th,
.table-search-results td {
  padding: 20px 38px;
}

.table-full-issues th,
.table-search-results th {
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.table-full-issues a,
.table-search-results a {
  color: #1493a1;
  text-decoration: none;
}

.table-full-issues tbody tr:nth-child(odd) {
  background-color: #eff8f9;
}

.table-full-issues a {
  padding: 5px 10px 5px 0;
  font-weight: bold;
  border-radius: 3px;
}

.table-full-issues a:hover {
  padding-left: 10px;
  color: #fff;
  background-color: #1493a1;
}

.table-search-results tbody tr {
  border-style: solid;
  border-width: 6px 0 6px 0;
  border-color: #fff;
  background-color: #e8f5f6;
}

.table-search-results tbody a:hover {
  color: #fff;
  background-color: #1493a1;
}

.table-search-results tr {
  vertical-align: top;
}

.table-search-results .issue-page {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.table-search-results .issue-page-range {
  padding: 10px 0;
}

.table-search-results .issue-authors {
  padding: 10px 0;
}

.table-search-results .issue-authors span {
  padding: 2px 3px;
}

.label-is-hidden {
  display: none;
}

label {
  display: block;
  margin-bottom: 8px;
}

select {
  appearance: none;
}

select:focus {
  box-shadow: 0 0 10px rgba(20, 147, 161, 0.4);
}

select.form-control {
  color: #1493a1;
  border-color: #1493a1;
}

textarea {
  resize: none;
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-select {
  position: relative;
}

.form-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40MTUgMCA2IDQuOTQ3IDEwLjU4NSAwIDEyIDEuNTI3IDYgOCAwIDEuNTI3IDEuNDE1IDB6IiBmaWxsPSIjMTQ5M0ExIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0.65rem auto;
  pointer-events: none;
  z-index: 1;
}

.form-control {
  width: 100%;
  min-height: 44px;
  padding: 3px 22px;
  color: #868285;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 28px;
  transition: all .2s ease-in-out;
  background: #efefef;
}

.form-control::placeholder {
  color: #606060;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.form-control:focus {
  outline: none;
}

.form-control option {
  color: #1493a1;
  font-weight: 600;
}

.form-item {
  margin-bottom: 20px;
}

.form-row {
  display: flex;
}

.form-col {
  flex: 0 0 calc(50% - 10px);
}

.main-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .has-submenu {
  position: relative;
}

.main-menu .menu-lvl-one:hover > a {
  color: #17a7b6;
}

.main-menu .menu-lvl-one > a {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.main-menu .menu-lvl-two:hover > a {
  color: #000;
}

.main-menu .menu-lvl-two > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.main-menu a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  transition: all .2s ease-out;
  white-space: nowrap;
}

.main-menu .submenu-active > .btn-cross {
  transform: rotate(180deg);
}

.main-menu .submenu-active > .submenu {
  display: block;
  margin: 0 -25px;
  padding-right: 25px;
  padding-left: 25px;
}

.main-menu .submenu a {
  position: relative;
  left: 0;
}

.main-menu .submenu a:hover {
  left: 3px;
}

.main-menu .btn-cross {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 0;
  border: none;
  background: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 11L10.5 8.908L17 2.096L15 0L8.5 6.811L2 0L0 2.096L6.5 8.908L8.5 11z' fill='white'/%3E%3C/svg%3E") no-repeat center/14px transparent;
  transition: transform 0.3s ease;
  z-index: 1;
}

.mobileMenuActive .main-menu {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: #17a7b6;
  overflow-y: auto;
}

.mobileMenuActive .main-menu ul {
  flex-direction: column;
  width: 100%;
}

.mobileMenuActive .main-menu > ul {
  padding: 0 25px;
}

.mobileMenuActive .main-menu a {
  padding: 10px 0;
}

.mobileMenuActive .main-menu a:hover {
  color: #000;
}

.mobileMenuActive .main-menu .menu-lvl-one {
  margin: 5px 0;
}

.mobileMenuActive .main-menu .menu-lvl-one > a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

.mobileMenuActive .main-menu .btn-cross {
  display: block;
}

.nav-aside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-aside li {
  position: relative;
}

.nav-aside li .active,
.nav-aside li:hover {
  background-color: #d93939;
}

.nav-aside li .active:after,
.nav-aside li:hover:after {
  height: 100%;
}

.nav-aside li .active:before,
.nav-aside li:hover:before {
  background-color: #d93939;
}

.nav-aside li:after {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  transition: all .2s ease-out;
  background-color: #fff;
}

.nav-aside li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 50vw;
  background-color: transparent;
}

.nav-aside a {
  display: block;
  padding: 12px 15px 12px 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all .2s ease-out;
}

#scrollTopBtn {
  position: fixed;
  right: 20px;
  bottom: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #17a7b6;
  cursor: pointer;
  z-index: 10;
}

#scrollTopBtn svg {
  fill: #1abccd;
  transition: all .2s ease;
}

#scrollTopBtn:hover svg {
  fill: #14929f;
  transform: scale(1.1);
}

.social-media-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-media-list li {
  position: relative;
}

.social-media-list a {
  display: block;
  text-decoration: none;
}

.social-media-list a:hover img,
.social-media-list a:hover svg {
  transform: scale(1.05);
}

.social-media-list a:hover svg {
  fill: #fff;
}

.social-media-list img,
.social-media-list svg {
  display: block;
  width: 48px;
  height: 48px;
  transition: all .2s ease-out;
}

.social-media-list svg {
  fill: #1ca8b6;
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  position: relative;
}

.footer-menu li .active:before,
.footer-menu li:hover:before {
  width: 100%;
}

.footer-menu li:hover a {
  color: #000;
}

.footer-menu li:hover:before {
  background-color: #fff;
}

.footer-menu li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: all .2s ease-out;
  border-radius: 3px;
}

.footer-menu a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-out;
  white-space: nowrap;
}

.block-grid {
  display: grid;
  background-color: #17a7b6;
  border-radius: 20px;
  overflow: hidden;
}

.block-bg,
.block-content {
  grid-row-start: 1;
  grid-column-start: 1;
}

.block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-content h1 {
  font-size: 2.5rem;
  line-height: 1;
}

.block-content h2 {
  font-size: 3rem;
  line-height: 0.89286;
  text-transform: capitalize;
}

.block-content-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-content-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-content-right .block-text {
  max-width: 220px;
  text-align: center;
}

.block-title {
  margin: 0;
  color: #fff;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.block-text {
  color: #fff;
}

.content-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 58px;
  margin: 35px 0;
}

.content-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.content-flex-align-center {
  align-items: center;
}

.content-box {
  width: 100%;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.content-box-description {
  max-width: 780px;
  text-wrap: balance;
}

.content-box-title {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.content-box-title:not(.content-box-title-flex) {
  margin: 0 0 20px;
}

.content-box-title-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.content-box-title span {
  font-size: initial;
  font-weight: initial;
  font-family: initial;
}

.content-box-md {
  max-width: 440px;
}

.content-box-panel {
  display: flex;
  gap: 10px;
}

.content-box-panel .btn {
  flex: 1;
}

.links-list {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

.links-list:not(.archives-compounding) {
  gap: 10px 30px;
}

.links-list.archives-compounding {
  gap: 15px 30px;
}

.links-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  height: 100%;
  color: #1493A1;
  font-weight: 600;
  text-decoration: none;
}

.links-item a:hover {
  color: #fff;
}

.links-item a:hover:before {
  width: 100%;
}

.links-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #1493A1;
  transition: width 0.2s ease-out, color 0.3s ease-out;
  z-index: -1;
}

.content-columns-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.main-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 25px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 50;
}

.main-header.sticky .header-blur {
  opacity: 1;
}

.main-header .header-blur {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.main-header-top,
.main-header-bottom {
  position: relative;
  display: flex;
  gap: 30px;
}

.main-header .user-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-header .search-form {
  position: relative;
}

.main-header .search-form .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 20px;
}

.main-header .search-form .btn-search:hover {
  transform: translateY(-50%) scale(1.1);
  background-color: #fff;
  border: 1px solid #ddd;
}

.main-header .logo {
  display: block;
}

.main-header .logo a {
  color: #17a7b6;
  text-decoration: none;
}

.main-header .logo a:hover {
  color: #161941;
}

.main-header .logo img {
  display: block;
  max-width: 100%;
}

.main-header #mobileMenuTrigger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 12px;
  border: none;
  background-color: #17a7b6;
  cursor: pointer;
  border-radius: 50%;
}

.main-header #mobileMenuTrigger span {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  margin: 2px auto;
  transition: top, transform 0.3s 0s;
  background-color: #fff;
  transition-duration: 0s;
}

.main-header #mobileMenuTrigger span:first-child,
.main-header #mobileMenuTrigger span:last-child {
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.mobileMenuActive .main-header #mobileMenuTrigger {
  background-color: #fff;
}

.mobileMenuActive .main-header #mobileMenuTrigger span {
  background-color: #17a7b6;
  transition-delay: 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child,
.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  transition-delay: 0s, 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child + span {
  background-color: rgba(0, 0, 0, 0);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  top: -7px;
  transform: rotate(-45deg);
}

.mobileMenuActive .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #17a7b6;
}

.mobileMenuActive .main-header .header-blur {
  opacity: 0;
}

.footer {
  padding: 30px 0 20px;
  color: #fff;
  text-align: center;
  background-color: #17a7b6;
}

.footer .copyright {
  font-size: 0.875rem;
  line-height: 1;
}

.section-newsletter-subscribe .subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.section-newsletter-subscribe .subscribe-description {
  display: flex;
  gap: 25px;
}

.section-newsletter-subscribe .subscribe-description-text {
  max-width: 375px;
}

.section-newsletter-subscribe .subscribe-description p {
  margin: 0;
}

.section-newsletter-subscribe .subscribe-title {
  margin: 0 0 5px;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.section-newsletter-subscribe .subscribe-form-inner {
  display: flex;
}

.section-newsletter-subscribe .subscribe-form-inner .form-item {
  margin: 0;
}

.section-newsletter-subscribe .subscribe-form-inner .form-control {
  max-width: 280px;
}

.section-current-articles {
  margin: 3vw 0 2vw;
}

.section-current-articles .article-list {
  display: grid;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-current-articles .article-item {
  transition: all .2s ease-out;
}

.section-current-articles .article-item:hover {
  transform: scale(1.02);
  background-color: rgba(255, 255, 255, 0.3);
}

.section-current-articles .article-item:hover .article-cover {
  border-color: #efebeb;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.section-current-articles .article-item:hover .article-title {
  color: #17a7b6;
}

.section-current-articles .article-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.section-current-articles .article-cover {
  margin-bottom: 15px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  overflow: hidden;
  transition: all .2s ease-out;
}

.section-current-articles .article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-current-articles .article-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s ease-out;
  text-transform: none;
}

.section-top-info-block .block-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-top-info-block .block-link:not(.block-item-has-link),
.section-top-info-block .block-item:not(.block-item-has-link) {
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: var(--item-bg-color);
  border-radius: 20px;
}

.section-top-info-block .block-link {
  height: 100%;
  text-decoration: none;
  transition: all .2s ease-out;
}

.section-top-info-block .block-link:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.section-top-info-block .block-top {
  margin-bottom: 5px;
}

.section-top-info-block .block-icon {
  margin-bottom: 20px;
}

.section-top-info-block .block-title {
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.section-top-info-block .block-description {
  flex: 1;
}

.section-your-opinion .block-content h2 {
  font-size: 3rem;
  line-height: 0.89286;
  text-transform: capitalize;
}

.section-your-opinion .block-content-grid .block-title {
  margin: 0;
}

.section-your-opinion .block-content-right {
  display: flex;
  gap: 20px;
}

.section-your-opinion .block-text {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.section-your-opinion .block-text p {
  max-width: 220px;
}

.section-welcome .description {
  color: #fff;
}

.section-welcome .b-welcome {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-welcome .current-issue-cover {
  width: 170px;
  margin-bottom: 10px;
}

.section-welcome .current-issue-description {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.section-welcome .current-issue .btn {
  margin-top: 15px;
}

.section-welcome .block-ijpc .block-content {
  width: 100%;
  max-width: 900px;
  justify-self: center;
}

.section-welcome .block-compounding {
  min-width: 320px;
}

.section-cnl .subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.section-cnl .subscribe-description {
  display: flex;
  gap: 25px;
}

.section-cnl .subscribe-description-text {
  max-width: 700px;
}

.section-cnl .subscribe-description p {
  margin: 0;
}

.section-cnl .subscribe-title {
  margin: 0 0 5px;
  color: #1ca8b6;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.staff-list {
  gap: 20px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.staff-item {
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.staff-item-title {
  margin: 0 0 20px;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
}

.staff-item-post {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}

.staff-item-link {
  font-weight: bold;
}

.staff-item-link a {
  color: #ff5252;
}

.staff-item-link a:hover {
  background-color: rgba(225, 225, 225, 0.6);
}

.advertising-deadlines {
  margin: 40px 0;
}

.advertising-list {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
}

.advertising-item {
  padding: 20px 35px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.advertising-item-title {
  margin-bottom: 6px;
  font-weight: bold;
}

.advertising-item span {
  display: block;
}

.advertising-description {
  margin: 60px 0 40px;
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #eff9fa;
}

.advertising-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1493A1;
  line-height: 1.375;
  font-weight: bold;
}

.advertising-contacts a {
  color: #1493a1;
}

.advertising-contacts a:hover {
  color: #0e6a74;
}

.calendar {
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
}

.calendar-img {
  min-width: 28vw;
}

.calendar-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.calendar-list {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.calendar-item {
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.calendar-item-title {
  margin-bottom: 6px;
  font-weight: bold;
}

.calendar-item span {
  display: block;
}

.contact-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-item-title {
  margin-top: 0;
}

.contact-item a {
  font-weight: bold;
}

.editorial-list,
.editorial-submit-forms {
  gap: 10px 30px;
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

.editorial-submit-forms {
  font-size: 1.125rem;
}

.editorial-submit-forms a {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  color: #1493A1;
}

.editorial-submit-forms a:hover {
  color: #0e6a74;
}

.webcontent-list {
  column-gap: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  max-width: 990px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.webcontent-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.webcontent-item time {
  margin-bottom: 6px;
  font-weight: bold;
}

.abstract-page-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 14px;
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

.abstract-page-img {
  border: 1px solid #c0c0c0;
  /* border-radius: 20px;  CJB 12 Sep 2025 pages should be square */
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.abstract-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abstract-page-img:hover {
  transform: scale(1.1);
}

.abstract-pdf-link {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #1493a1;
  text-decoration: none;
  font-weight: bold;
}

.abstract-pdf-link:hover {
  color: #0e6a74;
}

.abstract-pdf-price {
  max-width: 180px;
}

.abstract-related-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.abstract-related-links li {
  padding: 8px 15px;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  border-radius: 20px;
  background-color: #1493a1;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .article-grid img {
    border-radius: 20px;
  }

  .topbar img,
  .sidebar img {
    border-radius: 20px;
  }

  .sidebar-right {
    width: 100%;
    min-width: 160px;
    max-width: 180px;
  }

  .form-row {
    gap: 20px;
  }

  .main-menu a {
    padding: 5px 0;
  }

  .footer-menu {
    gap: 4vw;
  }

  .block-content {
    padding: 30px 40px;
    align-self: center;
  }

  .content-box-panel {
    align-items: center;
  }

  .content-columns {
    column-gap: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .content-columns-three {
    column-count: 3;
  }

  .section-newsletter-subscribe .subscribe-description {
    align-items: center;
  }

  .section-newsletter-subscribe .subscribe-form-inner {
    align-items: center;
    gap: 7px;
  }

  .section-top-info-block .block-link:not(.block-item-has-link),
  .section-top-info-block .block-item:not(.block-item-has-link) {
    padding: 30px;
  }

  .section-your-opinion .block-content-right {
    align-items: center;
  }

  .section-your-opinion .block-content-right .block-text {
    text-align: center;
    max-width: 220px;
  }

  .section-welcome .block-content-grid {
    gap: 45px;
  }

  .section-cnl .subscribe-description {
    align-items: center;
  }

  .section-cnl .subscribe-form-inner {
    align-items: center;
    gap: 7px;
  }

  .staff-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }

  .advertising-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .calendar-img,
  .calendar-list {
    flex: 1;
  }

  .calendar-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    min-width: 480px;
  }

  .compounders-list {
    max-width: 550px;
  }

  .contact-list {
    gap: 8px 30px;
  }

  .contact-item:not(:first-child) {
    margin-top: 40px;
  }

  .editorial-list,
  .editorial-submit-forms {
    display: grid;
  }

  .editorial-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .editorial-submit-forms {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .webcontent-list {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .show-on-mobile {
    display: none;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .nav-aside li:hover a,
  .nav-aside li.active a {
    left: 3px;
  }

  .nav-aside li:hover a:before {
    background-color: #fff;
  }

  .nav-aside a {
    left: 0;
    transition: all 0.2s ease-out;
  }

  .links-list {
    display: grid;
  }

  .links-col-two {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  .links-col-three {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }

  .article-grid {
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
  }

  .article-grid-item {
    max-width: 32vw;
  }

  .article-grid-item-img {
    min-width: 22vw;
  }

  .article-grid-item-flex {
    flex: 1;
  }

  .content-with-sidebar {
    gap: 3vw;
  }

  .content-with-sidebar .content-wrapper {
    flex: 1;
    max-width: 1200px;
  }

  .main-menu .menu-lvl-one:hover .submenu {
    display: block;
  }

  .main-menu .submenu {
    position: absolute;
    top: calc(100% + 26px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 220px;
    padding: 20px 25px;
    border-radius: 20px;
    background-color: #17a7b6;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .main-menu .submenu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    height: 29px;
    width: 100%;
  }

  .main-menu .submenu:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 12px 14px;
    border-color: transparent transparent #17a7b6 transparent;
  }

  .main-header-top,
  .main-header-bottom {
    justify-content: space-between;
    align-items: center;
  }

  .archives-compounding,
  .archives-library {
    max-width: 620px;
  }
}

@media (min-width: 1300px) {
  h1.section-title {
    font-size: calc( 42px + (46 - 42) * ((100vw - 1300px) / (1600 - 1300)));
  }

  h2.section-title {
    font-size: calc( 28px + (32 - 28) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .article-title,
  .content-card-title {
    font-size: calc( 28px + (32 - 28) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .main-menu .menu-lvl-one > a {
    font-size: calc( 16px + (18 - 16) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .main-menu .menu-lvl-two > a {
    font-size: calc( 14px + (16 - 14) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .block-content h1 {
    font-size: calc( 40px + (58 - 40) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .block-content h2 {
    font-size: calc( 48px + (56 - 48) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .section-current-articles .article-title {
    font-size: calc( 16px + (18 - 16) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .section-your-opinion .block-content h2 {
    font-size: calc( 48px + (56 - 48) * ((100vw - 1300px) / (1600 - 1300)));
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  h1.section-title {
    margin: 0 0 32px;
  }

  h2.section-title {
    margin: 0 0 28px;
  }

  .article-title,
  .content-card-title {
    margin: 0 0 28px;
  }

  .content-columns-three {
    column-count: 3;
  }

  .section-current-articles .article-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .section-top-info-block .block-list {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }

  .calendar {
    align-items: center;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1560px;
  }

  h1.section-title {
    font-size: 2.875rem;
  }

  h2.section-title {
    font-size: 2rem;
  }

  .article-title,
  .content-card-title {
    font-size: 2rem;
  }

  .main-menu .menu-lvl-one > a {
    font-size: 1.125rem;
  }

  .main-menu .menu-lvl-two > a {
    font-size: 1rem;
  }

  .main-menu .menu-lvl-one {
    margin: 0 20px;
  }

  .block-content h1 {
    font-size: 3.625rem;
  }

  .block-content h2 {
    font-size: 3.5rem;
  }

  .section-current-articles .article-title {
    font-size: 1.125rem;
  }

  .section-your-opinion .block-content h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 1399.98px) {
  h1.section-title {
    margin: 0 0 20px;
  }

  h2.section-title {
    margin: 0 0 15px;
  }

  .article-title,
  .content-card-title {
    margin: 0 0 15px;
  }

  .section-newsletter-subscribe .subscribe {
    flex-direction: column;
  }

  .section-current-articles .article-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .section-top-info-block .block-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .calendar {
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .article-grid {
    flex-direction: column;
    gap: 40px;
  }

  .article-grid-item-img {
    order: 1;
  }

  .content-with-sidebar {
    flex-direction: column;
    gap: 40px;
  }

  .main-menu {
    display: none;
  }

  .main-menu .submenu {
    display: none;
  }

  .main-header-top,
  .main-header-bottom {
    flex-direction: column;
  }

  .main-header .user-nav {
    display: none;
  }

  .main-header #mobileMenuTrigger {
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none;
  }

  .social-media-list {
    justify-content: center;
  }

  .links-list {
    display: flex;
    flex-direction: column;
  }

  .section-your-opinion .block-content-grid,
  .section-your-opinion .block-content-right {
    flex-direction: column;
  }

  .section-welcome .b-welcome {
    flex-direction: column;
  }

  .section-cnl .subscribe {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .article-grid img {
    border-radius: 6px;
  }

  .topbar-box img,
  .sidebar-box img {
    border-radius: 6px;
  }

  .form-row {
    flex-direction: column;
  }

  .footer-menu {
    flex-direction: column;
    gap: 1vw;
  }

  .block-content {
    padding: 30px 20px;
  }

  .content-box-panel {
    flex-direction: column;
  }

  .content-flex {
    flex-direction: column;
  }

  .section-newsletter-subscribe .subscribe-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-newsletter-subscribe .subscribe-form-inner {
    flex-direction: column;
    gap: 14px;
  }

  .section-top-info-block .block-link:not(.block-item-has-link),
  .section-top-info-block .block-item:not(.block-item-has-link) {
    padding: 30px 20px;
  }

  .section-welcome .block-content-grid {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }

  .section-cnl .subscribe-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-cnl .subscribe-form-inner {
    flex-direction: column;
    gap: 14px;
  }

  .staff-list {
    display: flex;
    flex-direction: column;
  }

  .advertising-list {
    display: flex;
    flex-direction: column;
  }

  .calendar-list {
    display: flex;
    flex-direction: column;
  }

  .contact-item:not(:first-child) {
    margin-top: 25px;
  }

  .editorial-list,
  .editorial-submit-forms {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-menu .menu-lvl-one {
    margin: 0 10px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*# sourceMappingURL=maps/main.css.map */
