/**
 * Clay 3.114.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.114.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import url(vdma/font-awesome.min.css?t=1764966338675);
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.svg);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.svg);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.svg);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.svg);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smooth: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Open Sans Light", sans-serif;
  -webkit-text-size-adjust: none !important;
  -moz-text-size-adjust: none !important;
  -ms-text-size-adjust: none !important;
  text-size-adjust: none !important;
  height: 100%;
}

body app-root {
  display: block;
  height: 100%;
}

body app-root section {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body app-root section app-portlets, body app-root section app-registration, body app-root section app-self-profiling {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body app-root section app-portlets section, body app-root section app-registration section, body app-root section app-self-profiling section {
  flex: 1 1 auto;
}

.wip {
  width: 100%;
  height: 200px;
  background-color: rgba(51, 51, 51, 0.7);
  display: flex;
}

.wip span {
  color: #fff;
  font-weight: bold;
  margin: auto;
}

@font-face {
  font-family: "Open Sans Light";
  src: url("/o/vdma-new-eu-theme/assets/fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Light Italic";
  src: url("/o/vdma-new-eu-theme/assets/fonts/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Regular";
  src: url("/o/vdma-new-eu-theme/assets/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("/o/vdma-new-eu-theme/assets/fonts/OpenSans-Bold.ttf") format("truetype");
}
.vdma-icon, .group-teaser__info__roofline-status-icon, .group-teaser__info__participant-status-icon, .service-teaser__header__icon, .service-quicklink__icon, .service-select-teaser__header__icon, .advice-and-network__item__icon, .groups-details-page__content__info__head__roofline-status-icon, .groups-details-page__content__info__head__participant-status-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.vdma-icon--small {
  width: 1.25rem;
  height: 1.25rem;
}

.vdma-icon svg, .group-teaser__info__roofline-status-icon svg, .group-teaser__info__participant-status-icon svg, .service-teaser__header__icon svg, .service-quicklink__icon svg, .service-select-teaser__header__icon svg, .advice-and-network__item__icon svg, .groups-details-page__content__info__head__roofline-status-icon svg, .groups-details-page__content__info__head__participant-status-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
}

.tag-exclusive, .events-detail-page__information__tags-exclusive p, .article-viewer-page__article-tag-exclusive p, .max-expression-page__information__tags-exclusive p {
  display: inline-block;
  width: auto;
  max-height: 1.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  padding: 0.0625rem 0.375rem;
  font-family: "Open Sans Bold";
  font-size: 0.75rem;
  font-stretch: normal;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  color: #f18700;
  border: 0.125rem solid #f18700;
  text-transform: uppercase;
}

.tipp {
  display: inline-block;
  width: auto;
  max-height: 1.5rem;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  font-family: "Open Sans Bold";
  font-size: 0.75rem;
  font-stretch: normal;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  color: #f18700;
  background-color: #f4f3f0;
  text-align: center;
  text-transform: uppercase;
}

.grid {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.grid .flex {
  display: flex;
  width: 100%;
}

.grid .flex .column {
  height: 100vh;
  background-color: rgba(255, 136, 0, 0.25);
  width: 4.1666666667%;
  margin-left: 4.1666666667%;
}

.open-sans-light {
  font-family: "Open Sans Light";
}

.open-sans-light-italic {
  font-family: "Open Sans Light Italic";
}

.open-sans-regular {
  font-family: "Open Sans Regular";
}

.open-sans-bold {
  font-family: "Open Sans Bold";
}

.letter-spacing-default, .headline100, .headline200, .headline300, .headline400, .headline500, .copy100, .copy200, .copy300, .quote, .article__quote__text, .article__quote-photo__text, .highlight-quote__info-message, .press-social-media__message, .burger-filter, .articles__head__sorting-types__header, .burger-headline-300-200, .home-page .news-slider__slide-info-title, .burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu, .burger200, footer .footer-upper .footer-lists .footer-list__label-group label, .burger300 {
  letter-spacing: 0.015625rem;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.headline100 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .headline100 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .headline100 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .headline100 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .headline100 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.headline200 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .headline200 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .headline200 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .headline200 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .headline200 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.headline300 {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .headline300 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .headline300 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .headline300 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .headline300 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.headline400 {
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .headline400 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .headline400 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .headline400 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .headline400 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.headline500 {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .headline500 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .headline500 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .headline500 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .headline500 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.copy100 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .copy100 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .copy100 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.copy200 {
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .copy200 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .copy200 {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.copy300 {
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (min-width: 63.96875em) {
  .copy300 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .copy300 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.label050, .note050 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.quote, .article__quote__text, .article__quote-photo__text, .highlight-quote__info-message, .press-social-media__message {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (min-width: 63.96875em) {
  .quote, .article__quote__text, .article__quote-photo__text, .highlight-quote__info-message, .press-social-media__message {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .quote, .article__quote__text, .article__quote-photo__text, .highlight-quote__info-message, .press-social-media__message {
    font-size: 1.875rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .quote, .article__quote__text, .article__quote-photo__text, .highlight-quote__info-message, .press-social-media__message {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
}
.burger-filter, .articles__head__sorting-types__header {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .burger-filter, .articles__head__sorting-types__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .burger-filter, .articles__head__sorting-types__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .burger-filter, .articles__head__sorting-types__header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.burger-headline-300-200, .home-page .news-slider__slide-info-title {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .burger-headline-300-200, .home-page .news-slider__slide-info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .burger-headline-300-200, .home-page .news-slider__slide-info-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .burger-headline-300-200, .home-page .news-slider__slide-info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu {
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 47.96875em) {
  .burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .burger100, header .header-float-embedded__main__nav-menu-embedded, header .header-float__main__nav-menu {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.burger200, footer .footer-upper .footer-lists .footer-list__label-group label {
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .burger200, footer .footer-upper .footer-lists .footer-list__label-group label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .burger200, footer .footer-upper .footer-lists .footer-list__label-group label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .burger200, footer .footer-upper .footer-lists .footer-list__label-group label {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.burger300 {
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (min-width: 63.96875em) {
  .burger300 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .burger300 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .burger300 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.inlinelink, .vdma-content a[class=""], .vdma-content a:not([class]), .vdma-toast__text-message a[class=""], .vdma-toast__text-message a:not([class]), .events-detail-page__specification__info a, .article__text__description a, .article__media-description a, .article__body-text__content a, .focus-theme-page__description-text__part-one a, .focus-theme-page__description-text__part-two a, .focus-theme-page__highlight__article__media-description a, .level-2-topic-page__head-left__header-content__description a, .about-page__description-text__part-one a, .about-page__description-text__part-two a, .association-page__membership__article__media-description a, .membership-page__description-text__part-one a, .membership-page__description-text__part-two a, .career-page__description-text__part-one a, .career-page__description-text__part-two a, .dater-details-page__block__text a, .level-1-details-page__description a, .level-2-details-page__service__content__description a, .groups-details-page__content__info__head__description a, .groups-list-page__content__info__head__description a, .association-area-page__overlay__description__content a, .association-area-page__description-text__part-one a, .association-area-page__description-text__part-two a, .max-expression-page__information__description__main a, .max-expression-page__information__description__other a {
  color: #222F5B;
  cursor: pointer;
  border-bottom: 0.125rem solid currentColor;
}

.inlinelink:link, .vdma-content a:link[class=""], .vdma-content a:link:not([class]), .vdma-toast__text-message a:link[class=""], .vdma-toast__text-message a:link:not([class]), .events-detail-page__specification__info a:link, .article__text__description a:link, .article__media-description a:link, .article__body-text__content a:link, .focus-theme-page__description-text__part-one a:link, .focus-theme-page__description-text__part-two a:link, .focus-theme-page__highlight__article__media-description a:link, .level-2-topic-page__head-left__header-content__description a:link, .about-page__description-text__part-one a:link, .about-page__description-text__part-two a:link, .association-page__membership__article__media-description a:link, .membership-page__description-text__part-one a:link, .membership-page__description-text__part-two a:link, .career-page__description-text__part-one a:link, .career-page__description-text__part-two a:link, .dater-details-page__block__text a:link, .level-1-details-page__description a:link, .level-2-details-page__service__content__description a:link, .groups-details-page__content__info__head__description a:link, .groups-list-page__content__info__head__description a:link, .association-area-page__overlay__description__content a:link, .association-area-page__description-text__part-one a:link, .association-area-page__description-text__part-two a:link, .max-expression-page__information__description__main a:link, .max-expression-page__information__description__other a:link, .inlinelink:visited, .vdma-content a:visited[class=""], .vdma-content a:visited:not([class]), .vdma-toast__text-message a:visited[class=""], .vdma-toast__text-message a:visited:not([class]), .events-detail-page__specification__info a:visited, .article__text__description a:visited, .article__media-description a:visited, .article__body-text__content a:visited, .focus-theme-page__description-text__part-one a:visited, .focus-theme-page__description-text__part-two a:visited, .focus-theme-page__highlight__article__media-description a:visited, .level-2-topic-page__head-left__header-content__description a:visited, .about-page__description-text__part-one a:visited, .about-page__description-text__part-two a:visited, .association-page__membership__article__media-description a:visited, .membership-page__description-text__part-one a:visited, .membership-page__description-text__part-two a:visited, .career-page__description-text__part-one a:visited, .career-page__description-text__part-two a:visited, .dater-details-page__block__text a:visited, .level-1-details-page__description a:visited, .level-2-details-page__service__content__description a:visited, .groups-details-page__content__info__head__description a:visited, .groups-list-page__content__info__head__description a:visited, .association-area-page__overlay__description__content a:visited, .association-area-page__description-text__part-one a:visited, .association-area-page__description-text__part-two a:visited, .max-expression-page__information__description__main a:visited, .max-expression-page__information__description__other a:visited {
  text-decoration: none;
  outline: none;
}

.inlinelink:focus, .vdma-content a:focus[class=""], .vdma-content a:focus:not([class]), .vdma-toast__text-message a:focus[class=""], .vdma-toast__text-message a:focus:not([class]), .events-detail-page__specification__info a:focus, .article__text__description a:focus, .article__media-description a:focus, .article__body-text__content a:focus, .focus-theme-page__description-text__part-one a:focus, .focus-theme-page__description-text__part-two a:focus, .focus-theme-page__highlight__article__media-description a:focus, .level-2-topic-page__head-left__header-content__description a:focus, .about-page__description-text__part-one a:focus, .about-page__description-text__part-two a:focus, .association-page__membership__article__media-description a:focus, .membership-page__description-text__part-one a:focus, .membership-page__description-text__part-two a:focus, .career-page__description-text__part-one a:focus, .career-page__description-text__part-two a:focus, .dater-details-page__block__text a:focus, .level-1-details-page__description a:focus, .level-2-details-page__service__content__description a:focus, .groups-details-page__content__info__head__description a:focus, .groups-list-page__content__info__head__description a:focus, .association-area-page__overlay__description__content a:focus, .association-area-page__description-text__part-one a:focus, .association-area-page__description-text__part-two a:focus, .max-expression-page__information__description__main a:focus, .max-expression-page__information__description__other a:focus, .inlinelink:hover, .vdma-content a:hover[class=""], .vdma-content a:hover:not([class]), .vdma-toast__text-message a:hover[class=""], .vdma-toast__text-message a:hover:not([class]), .events-detail-page__specification__info a:hover, .article__text__description a:hover, .article__media-description a:hover, .article__body-text__content a:hover, .focus-theme-page__description-text__part-one a:hover, .focus-theme-page__description-text__part-two a:hover, .focus-theme-page__highlight__article__media-description a:hover, .level-2-topic-page__head-left__header-content__description a:hover, .about-page__description-text__part-one a:hover, .about-page__description-text__part-two a:hover, .association-page__membership__article__media-description a:hover, .membership-page__description-text__part-one a:hover, .membership-page__description-text__part-two a:hover, .career-page__description-text__part-one a:hover, .career-page__description-text__part-two a:hover, .dater-details-page__block__text a:hover, .level-1-details-page__description a:hover, .level-2-details-page__service__content__description a:hover, .groups-details-page__content__info__head__description a:hover, .groups-list-page__content__info__head__description a:hover, .association-area-page__overlay__description__content a:hover, .association-area-page__description-text__part-one a:hover, .association-area-page__description-text__part-two a:hover, .max-expression-page__information__description__main a:hover, .max-expression-page__information__description__other a:hover {
  outline: none;
}

.inlinelink-hovered, ul.breadcrumbs .breadcrumbs-link, .dater-teaser__title__link, .machine-safety-teaser__info__link, .standard-catalog-teaser__info__link {
  color: currentColor;
  cursor: pointer;
}

.inlinelink-hovered:link, ul.breadcrumbs .breadcrumbs-link:link, .dater-teaser__title__link:link, .machine-safety-teaser__info__link:link, .standard-catalog-teaser__info__link:link, .inlinelink-hovered:visited, ul.breadcrumbs .breadcrumbs-link:visited, .dater-teaser__title__link:visited, .machine-safety-teaser__info__link:visited, .standard-catalog-teaser__info__link:visited {
  text-decoration: none;
  outline: none;
}

.inlinelink-hovered:focus, ul.breadcrumbs .breadcrumbs-link:focus, .dater-teaser__title__link:focus, .machine-safety-teaser__info__link:focus, .standard-catalog-teaser__info__link:focus, .inlinelink-hovered:hover, ul.breadcrumbs .breadcrumbs-link:hover, .dater-teaser__title__link:hover, .machine-safety-teaser__info__link:hover, .standard-catalog-teaser__info__link:hover {
  outline: none;
  border-bottom: 0.125rem solid currentColor;
}

.textlink {
  color: #222F5B;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}

.textlink:link, .textlink:visited {
  text-decoration: none;
  outline: none;
}

.textlink.inactive {
  color: #929292;
  pointer-events: none;
  cursor: none;
}

.textlink:focus > .textlink-inline > .textlink-text, .textlink:hover > .textlink-inline > .textlink-text {
  border-bottom: 0.125rem solid currentColor;
}

.textlink.textlink--red {
  color: #c13828;
}

.textlink .textlink-inline {
  display: inline;
  vertical-align: middle;
}

.textlink .textlink-inline .textlink-text + .textlink-icon {
  margin-left: 0.5rem;
}

.textlink .textlink-inline .textlink-icon + .textlink-text {
  margin-left: 0.5rem;
}

.textlink .textlink-inline--ds100 .textlink-text + .textlink-icon {
  margin-left: 0.125rem !important;
}

.textlink .textlink-inline--ds100 .textlink-icon + .textlink-text {
  margin-left: 0.125rem !important;
}

.textlink .textlink-inline .textlink-icon {
  padding: 0.75rem;
  display: inline;
  position: relative;
}

.textlink .textlink-inline .textlink-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.textlink .textlink-text {
  display: inline;
  vertical-align: top;
}

.textlink .textlink-text:link, .textlink .textlink-text:visited {
  text-decoration: none;
  outline: none;
}

.textlink .textlink-inline + .textlink-icon {
  margin-left: 0.5rem;
}

.textlink .textlink-icon + .textlink-inline {
  margin-left: 0.5rem;
}

.textlink .textlink-icon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  position: relative;
}

.textlink .textlink-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.textlink--ds100 .textlink-inline + .textlink-icon {
  margin-left: 0.125rem !important;
}

.textlink--ds100 .textlink-icon + .textlink-inline {
  margin-left: 0.125rem !important;
}

.textlink--bordered {
  min-height: 3rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0;
  border: 0.0625rem solid #222F5B;
}

@media (min-width: 47.96875em) {
  .textlink--bordered {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .textlink--bordered {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .textlink--bordered {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .textlink--bordered {
    padding: 0 2.25rem;
  }
}
@media (min-width: 119.96875em) {
  .textlink--bordered {
    min-height: 3.25rem;
    height: 3.25rem;
  }
}
.textlink--bordered:focus, .textlink--bordered:hover {
  box-shadow: 0 0 0 0.0625rem #222F5B;
}

.textlink--bordered:focus > .textlink-inline > .textlink-text, .textlink--bordered:hover > .textlink-inline > .textlink-text {
  border-bottom: none;
}

.textlink--bordered .textlink-inline {
  flex: 1 1 100%;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 63.96875em) {
  .textlink--bordered .textlink-inline {
    flex: 1 1 auto;
  }
}
.inline-bordered-link, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span {
  color: #222F5B;
  border: 0.0625rem solid #222F5B;
  background-color: #fff;
  padding: 0.5rem 0.875rem;
  cursor: pointer;
}

@media (min-width: 89.96875em) {
  .inline-bordered-link, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span {
    padding: 0.5rem 1rem;
  }
}
.inline-bordered-link:link, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:link, .inline-bordered-link:visited, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:visited {
  text-decoration: none;
  outline: none;
}

.inline-bordered-link:hover, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:hover {
  color: #fff;
  background-color: #222F5B;
}

.download-file {
  display: flex;
  flex-flow: row nowrap;
  color: #222F5B;
}

.download-file__icon {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}

@media (min-width: 63.96875em) {
  .download-file__icon {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .download-file__icon {
    margin-top: 0.25rem;
  }
}
.download-file__icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.download-file__icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.download-file__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .download-file__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .download-file__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.download-file__link-ref {
  font-family: "Open Sans Bold";
}

.download-file__link-info {
  text-transform: uppercase;
}

.download-file__link-info ul {
  font-family: "Open Sans Light" !important;
}

ul.breadcrumbs {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  width: 100%;
  list-style: none;
}

@media (min-width: 63.96875em) {
  ul.breadcrumbs {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  ul.breadcrumbs {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
ul.breadcrumbs li {
  display: inline-block;
  width: auto;
}

ul.breadcrumbs li:not(:last-child)::after {
  content: " > ";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

ul.tags {
  font-family: "Open Sans Regular";
  color: #707175;
  height: auto;
  width: 100%;
  list-style: none;
  display: inline-flex;
  flex-flow: row wrap;
}

ul.tags li {
  display: inline;
}

ul.tags li:not(:last-child)::after {
  content: " · ";
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-form-group {
  width: auto;
}

.vdma-form-group__row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row {
    flex-direction: row;
  }
}
.vdma-form-group__row:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-form-group__row--upper-ds500 {
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row--upper-ds500 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row--upper-ds500 {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row--upper-ds500 {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row--upper-ds500 {
    margin-top: 2.25rem !important;
  }
}
.vdma-form-group__row-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.vdma-form-group__row-item:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-form-group__row-item:not(:first-child) {
    margin-top: 0;
  }
  .vdma-form-group__row-item:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-form-group__row-item:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-form-group__row-item:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-form-group__row-item:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-form-group__row-item:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.vdma-form-group__row-item__description-checkbox-smaller {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-left: 2rem;
  margin-top: 0.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    padding-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    padding-left: 2.125rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    padding-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    padding-left: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-item__description-checkbox-smaller {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-form-group__row-item__question {
  display: flex;
  flex-flow: row wrap;
  justify-items: center;
}

.vdma-form-group__row-item__question-subject {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .vdma-form-group__row-item__question-subject {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-item__question-subject {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-form-group__row-item__question-form-content {
  width: 100%;
  flex: 1 1 auto;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-item__question-form-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-item__question-form-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-item__question-form-content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-item__question-form-content {
    margin-top: 1.25rem;
  }
}
.vdma-form-group__row-edit-links {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-edit-links {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-edit-links {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-edit-links {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-edit-links {
    margin-bottom: 2.25rem;
  }
}
.vdma-form-group__row-edit-links:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-edit-links:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-edit-links:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-edit-links:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-edit-links:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-form-group__row-edit-links a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .vdma-form-group__row-edit-links a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-edit-links a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-form-group__row-edit-links a:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row-edit-links a:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row-edit-links a:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row-edit-links a:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row-edit-links a:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-form-group__row--smaller {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row--smaller {
    min-width: 30%;
    max-width: 30%;
    width: 30%;
  }
}
.vdma-form-group__row--top-ds500:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__row--top-ds500:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__row--top-ds500:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__row--top-ds500:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__row--top-ds500:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.vdma-form-group__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-form-group__header:not(:first-child) {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__header:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__header:not(:first-child) {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__header:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__header:not(:first-child) {
    margin-top: 5.75rem;
  }
}
.vdma-form-group__tag {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 63.96875em) {
  .vdma-form-group__tag {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__tag {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-form-group__tag:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__tag:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__tag:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__tag:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__tag:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.vdma-form-group__tag::after {
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vdma-form-group__tag .vdma-info-layer {
  margin: 0 0 0 0.5rem;
}

.vdma-form-group .vdma-form-group__header + .vdma-form-group__tag {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag {
    margin-top: 1.25rem;
  }
}
.vdma-form-group .vdma-form-group__header + .vdma-form-group__tag:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group .vdma-form-group__header + .vdma-form-group__tag:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-form-group__subscription {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__subscription {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__subscription {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__subscription {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__subscription {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-form-group__actions {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__actions {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__actions {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__actions {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__actions {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-form-group__actions {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.vdma-form-group__actions--top-ds500:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__actions--top-ds500:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__actions--top-ds500:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__actions--top-ds500:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__actions--top-ds500:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.vdma-form-group__actions > *:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.vdma-error-message {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  color: #c13828;
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.vdma-warning-message {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  color: #c13828;
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.vdma-error-message::before, .vdma-warning-message::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: #c13828;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-alert-circle-red.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.75rem;
}

.vdma-input-group, .vdma-password-group, .vdma-dropdown-group, .vdma-textarea-group, .vdma-search-group {
  font-family: "Open Sans Regular";
  width: 100%;
  display: flex;
  flex-flow: nowrap column;
  border-radius: 0;
  position: relative;
}

.vdma-input-group.noedit input[noedit], .vdma-input-group.noedit input[noedit=true], .vdma-input-group.noedit input[noedit=noedit], .vdma-input-group.noedit textarea[noedit], .vdma-input-group.noedit textarea[noedit=true], .vdma-input-group.noedit textarea[noedit=noedit], .vdma-password-group.noedit input[noedit], .vdma-password-group.noedit input[noedit=true], .vdma-password-group.noedit input[noedit=noedit], .vdma-password-group.noedit textarea[noedit], .vdma-password-group.noedit textarea[noedit=true], .vdma-password-group.noedit textarea[noedit=noedit], .vdma-dropdown-group.noedit input[noedit], .vdma-dropdown-group.noedit input[noedit=true], .vdma-dropdown-group.noedit input[noedit=noedit], .vdma-dropdown-group.noedit textarea[noedit], .vdma-dropdown-group.noedit textarea[noedit=true], .vdma-dropdown-group.noedit textarea[noedit=noedit], .vdma-textarea-group.noedit input[noedit], .vdma-textarea-group.noedit input[noedit=true], .vdma-textarea-group.noedit input[noedit=noedit], .vdma-textarea-group.noedit textarea[noedit], .vdma-textarea-group.noedit textarea[noedit=true], .vdma-textarea-group.noedit textarea[noedit=noedit], .vdma-search-group.noedit input[noedit], .vdma-search-group.noedit input[noedit=true], .vdma-search-group.noedit input[noedit=noedit], .vdma-search-group.noedit textarea[noedit], .vdma-search-group.noedit textarea[noedit=true], .vdma-search-group.noedit textarea[noedit=noedit] {
  pointer-events: none;
  padding-left: 0;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 0.0625rem solid #cecece !important;
}

.vdma-input-group.noedit input[noedit] ~ label, .vdma-input-group.noedit input[noedit=true] ~ label, .vdma-input-group.noedit input[noedit=noedit] ~ label, .vdma-input-group.noedit textarea[noedit] ~ label, .vdma-input-group.noedit textarea[noedit=true] ~ label, .vdma-input-group.noedit textarea[noedit=noedit] ~ label, .vdma-password-group.noedit input[noedit] ~ label, .vdma-password-group.noedit input[noedit=true] ~ label, .vdma-password-group.noedit input[noedit=noedit] ~ label, .vdma-password-group.noedit textarea[noedit] ~ label, .vdma-password-group.noedit textarea[noedit=true] ~ label, .vdma-password-group.noedit textarea[noedit=noedit] ~ label, .vdma-dropdown-group.noedit input[noedit] ~ label, .vdma-dropdown-group.noedit input[noedit=true] ~ label, .vdma-dropdown-group.noedit input[noedit=noedit] ~ label, .vdma-dropdown-group.noedit textarea[noedit] ~ label, .vdma-dropdown-group.noedit textarea[noedit=true] ~ label, .vdma-dropdown-group.noedit textarea[noedit=noedit] ~ label, .vdma-textarea-group.noedit input[noedit] ~ label, .vdma-textarea-group.noedit input[noedit=true] ~ label, .vdma-textarea-group.noedit input[noedit=noedit] ~ label, .vdma-textarea-group.noedit textarea[noedit] ~ label, .vdma-textarea-group.noedit textarea[noedit=true] ~ label, .vdma-textarea-group.noedit textarea[noedit=noedit] ~ label, .vdma-search-group.noedit input[noedit] ~ label, .vdma-search-group.noedit input[noedit=true] ~ label, .vdma-search-group.noedit input[noedit=noedit] ~ label, .vdma-search-group.noedit textarea[noedit] ~ label, .vdma-search-group.noedit textarea[noedit=true] ~ label, .vdma-search-group.noedit textarea[noedit=noedit] ~ label {
  padding-left: 0;
}

.vdma-input-group.noedit input[noedit] ~ i, .vdma-input-group.noedit input[noedit] ~ ul, .vdma-input-group.noedit input[noedit=true] ~ i, .vdma-input-group.noedit input[noedit=true] ~ ul, .vdma-input-group.noedit input[noedit=noedit] ~ i, .vdma-input-group.noedit input[noedit=noedit] ~ ul, .vdma-input-group.noedit textarea[noedit] ~ i, .vdma-input-group.noedit textarea[noedit] ~ ul, .vdma-input-group.noedit textarea[noedit=true] ~ i, .vdma-input-group.noedit textarea[noedit=true] ~ ul, .vdma-input-group.noedit textarea[noedit=noedit] ~ i, .vdma-input-group.noedit textarea[noedit=noedit] ~ ul, .vdma-password-group.noedit input[noedit] ~ i, .vdma-password-group.noedit input[noedit] ~ ul, .vdma-password-group.noedit input[noedit=true] ~ i, .vdma-password-group.noedit input[noedit=true] ~ ul, .vdma-password-group.noedit input[noedit=noedit] ~ i, .vdma-password-group.noedit input[noedit=noedit] ~ ul, .vdma-password-group.noedit textarea[noedit] ~ i, .vdma-password-group.noedit textarea[noedit] ~ ul, .vdma-password-group.noedit textarea[noedit=true] ~ i, .vdma-password-group.noedit textarea[noedit=true] ~ ul, .vdma-password-group.noedit textarea[noedit=noedit] ~ i, .vdma-password-group.noedit textarea[noedit=noedit] ~ ul, .vdma-dropdown-group.noedit input[noedit] ~ i, .vdma-dropdown-group.noedit input[noedit] ~ ul, .vdma-dropdown-group.noedit input[noedit=true] ~ i, .vdma-dropdown-group.noedit input[noedit=true] ~ ul, .vdma-dropdown-group.noedit input[noedit=noedit] ~ i, .vdma-dropdown-group.noedit input[noedit=noedit] ~ ul, .vdma-dropdown-group.noedit textarea[noedit] ~ i, .vdma-dropdown-group.noedit textarea[noedit] ~ ul, .vdma-dropdown-group.noedit textarea[noedit=true] ~ i, .vdma-dropdown-group.noedit textarea[noedit=true] ~ ul, .vdma-dropdown-group.noedit textarea[noedit=noedit] ~ i, .vdma-dropdown-group.noedit textarea[noedit=noedit] ~ ul, .vdma-textarea-group.noedit input[noedit] ~ i, .vdma-textarea-group.noedit input[noedit] ~ ul, .vdma-textarea-group.noedit input[noedit=true] ~ i, .vdma-textarea-group.noedit input[noedit=true] ~ ul, .vdma-textarea-group.noedit input[noedit=noedit] ~ i, .vdma-textarea-group.noedit input[noedit=noedit] ~ ul, .vdma-textarea-group.noedit textarea[noedit] ~ i, .vdma-textarea-group.noedit textarea[noedit] ~ ul, .vdma-textarea-group.noedit textarea[noedit=true] ~ i, .vdma-textarea-group.noedit textarea[noedit=true] ~ ul, .vdma-textarea-group.noedit textarea[noedit=noedit] ~ i, .vdma-textarea-group.noedit textarea[noedit=noedit] ~ ul, .vdma-search-group.noedit input[noedit] ~ i, .vdma-search-group.noedit input[noedit] ~ ul, .vdma-search-group.noedit input[noedit=true] ~ i, .vdma-search-group.noedit input[noedit=true] ~ ul, .vdma-search-group.noedit input[noedit=noedit] ~ i, .vdma-search-group.noedit input[noedit=noedit] ~ ul, .vdma-search-group.noedit textarea[noedit] ~ i, .vdma-search-group.noedit textarea[noedit] ~ ul, .vdma-search-group.noedit textarea[noedit=true] ~ i, .vdma-search-group.noedit textarea[noedit=true] ~ ul, .vdma-search-group.noedit textarea[noedit=noedit] ~ i, .vdma-search-group.noedit textarea[noedit=noedit] ~ ul {
  display: none;
}

.vdma-input-group.readonly input[readonly], .vdma-input-group.readonly input[readonly=true], .vdma-input-group.readonly input[readonly=readonly], .vdma-input-group.readonly textarea[readonly], .vdma-input-group.readonly textarea[readonly=true], .vdma-input-group.readonly textarea[readonly=readonly], .vdma-password-group.readonly input[readonly], .vdma-password-group.readonly input[readonly=true], .vdma-password-group.readonly input[readonly=readonly], .vdma-password-group.readonly textarea[readonly], .vdma-password-group.readonly textarea[readonly=true], .vdma-password-group.readonly textarea[readonly=readonly], .vdma-dropdown-group.readonly input[readonly], .vdma-dropdown-group.readonly input[readonly=true], .vdma-dropdown-group.readonly input[readonly=readonly], .vdma-dropdown-group.readonly textarea[readonly], .vdma-dropdown-group.readonly textarea[readonly=true], .vdma-dropdown-group.readonly textarea[readonly=readonly], .vdma-textarea-group.readonly input[readonly], .vdma-textarea-group.readonly input[readonly=true], .vdma-textarea-group.readonly input[readonly=readonly], .vdma-textarea-group.readonly textarea[readonly], .vdma-textarea-group.readonly textarea[readonly=true], .vdma-textarea-group.readonly textarea[readonly=readonly], .vdma-search-group.readonly input[readonly], .vdma-search-group.readonly input[readonly=true], .vdma-search-group.readonly input[readonly=readonly], .vdma-search-group.readonly textarea[readonly], .vdma-search-group.readonly textarea[readonly=true], .vdma-search-group.readonly textarea[readonly=readonly] {
  pointer-events: none;
  padding-left: 0;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 0.0625rem solid #cecece !important;
}

.vdma-input-group.readonly input[readonly] ~ label, .vdma-input-group.readonly input[readonly=true] ~ label, .vdma-input-group.readonly input[readonly=readonly] ~ label, .vdma-input-group.readonly textarea[readonly] ~ label, .vdma-input-group.readonly textarea[readonly=true] ~ label, .vdma-input-group.readonly textarea[readonly=readonly] ~ label, .vdma-password-group.readonly input[readonly] ~ label, .vdma-password-group.readonly input[readonly=true] ~ label, .vdma-password-group.readonly input[readonly=readonly] ~ label, .vdma-password-group.readonly textarea[readonly] ~ label, .vdma-password-group.readonly textarea[readonly=true] ~ label, .vdma-password-group.readonly textarea[readonly=readonly] ~ label, .vdma-dropdown-group.readonly input[readonly] ~ label, .vdma-dropdown-group.readonly input[readonly=true] ~ label, .vdma-dropdown-group.readonly input[readonly=readonly] ~ label, .vdma-dropdown-group.readonly textarea[readonly] ~ label, .vdma-dropdown-group.readonly textarea[readonly=true] ~ label, .vdma-dropdown-group.readonly textarea[readonly=readonly] ~ label, .vdma-textarea-group.readonly input[readonly] ~ label, .vdma-textarea-group.readonly input[readonly=true] ~ label, .vdma-textarea-group.readonly input[readonly=readonly] ~ label, .vdma-textarea-group.readonly textarea[readonly] ~ label, .vdma-textarea-group.readonly textarea[readonly=true] ~ label, .vdma-textarea-group.readonly textarea[readonly=readonly] ~ label, .vdma-search-group.readonly input[readonly] ~ label, .vdma-search-group.readonly input[readonly=true] ~ label, .vdma-search-group.readonly input[readonly=readonly] ~ label, .vdma-search-group.readonly textarea[readonly] ~ label, .vdma-search-group.readonly textarea[readonly=true] ~ label, .vdma-search-group.readonly textarea[readonly=readonly] ~ label {
  padding-left: 0;
}

.vdma-input-group.readonly input[readonly] ~ i, .vdma-input-group.readonly input[readonly] ~ ul, .vdma-input-group.readonly input[readonly] ~ .vdma-info-layer, .vdma-input-group.readonly input[readonly=true] ~ i, .vdma-input-group.readonly input[readonly=true] ~ ul, .vdma-input-group.readonly input[readonly=true] ~ .vdma-info-layer, .vdma-input-group.readonly input[readonly=readonly] ~ i, .vdma-input-group.readonly input[readonly=readonly] ~ ul, .vdma-input-group.readonly input[readonly=readonly] ~ .vdma-info-layer, .vdma-input-group.readonly textarea[readonly] ~ i, .vdma-input-group.readonly textarea[readonly] ~ ul, .vdma-input-group.readonly textarea[readonly] ~ .vdma-info-layer, .vdma-input-group.readonly textarea[readonly=true] ~ i, .vdma-input-group.readonly textarea[readonly=true] ~ ul, .vdma-input-group.readonly textarea[readonly=true] ~ .vdma-info-layer, .vdma-input-group.readonly textarea[readonly=readonly] ~ i, .vdma-input-group.readonly textarea[readonly=readonly] ~ ul, .vdma-input-group.readonly textarea[readonly=readonly] ~ .vdma-info-layer, .vdma-password-group.readonly input[readonly] ~ i, .vdma-password-group.readonly input[readonly] ~ ul, .vdma-password-group.readonly input[readonly] ~ .vdma-info-layer, .vdma-password-group.readonly input[readonly=true] ~ i, .vdma-password-group.readonly input[readonly=true] ~ ul, .vdma-password-group.readonly input[readonly=true] ~ .vdma-info-layer, .vdma-password-group.readonly input[readonly=readonly] ~ i, .vdma-password-group.readonly input[readonly=readonly] ~ ul, .vdma-password-group.readonly input[readonly=readonly] ~ .vdma-info-layer, .vdma-password-group.readonly textarea[readonly] ~ i, .vdma-password-group.readonly textarea[readonly] ~ ul, .vdma-password-group.readonly textarea[readonly] ~ .vdma-info-layer, .vdma-password-group.readonly textarea[readonly=true] ~ i, .vdma-password-group.readonly textarea[readonly=true] ~ ul, .vdma-password-group.readonly textarea[readonly=true] ~ .vdma-info-layer, .vdma-password-group.readonly textarea[readonly=readonly] ~ i, .vdma-password-group.readonly textarea[readonly=readonly] ~ ul, .vdma-password-group.readonly textarea[readonly=readonly] ~ .vdma-info-layer, .vdma-dropdown-group.readonly input[readonly] ~ i, .vdma-dropdown-group.readonly input[readonly] ~ ul, .vdma-dropdown-group.readonly input[readonly] ~ .vdma-info-layer, .vdma-dropdown-group.readonly input[readonly=true] ~ i, .vdma-dropdown-group.readonly input[readonly=true] ~ ul, .vdma-dropdown-group.readonly input[readonly=true] ~ .vdma-info-layer, .vdma-dropdown-group.readonly input[readonly=readonly] ~ i, .vdma-dropdown-group.readonly input[readonly=readonly] ~ ul, .vdma-dropdown-group.readonly input[readonly=readonly] ~ .vdma-info-layer, .vdma-dropdown-group.readonly textarea[readonly] ~ i, .vdma-dropdown-group.readonly textarea[readonly] ~ ul, .vdma-dropdown-group.readonly textarea[readonly] ~ .vdma-info-layer, .vdma-dropdown-group.readonly textarea[readonly=true] ~ i, .vdma-dropdown-group.readonly textarea[readonly=true] ~ ul, .vdma-dropdown-group.readonly textarea[readonly=true] ~ .vdma-info-layer, .vdma-dropdown-group.readonly textarea[readonly=readonly] ~ i, .vdma-dropdown-group.readonly textarea[readonly=readonly] ~ ul, .vdma-dropdown-group.readonly textarea[readonly=readonly] ~ .vdma-info-layer, .vdma-textarea-group.readonly input[readonly] ~ i, .vdma-textarea-group.readonly input[readonly] ~ ul, .vdma-textarea-group.readonly input[readonly] ~ .vdma-info-layer, .vdma-textarea-group.readonly input[readonly=true] ~ i, .vdma-textarea-group.readonly input[readonly=true] ~ ul, .vdma-textarea-group.readonly input[readonly=true] ~ .vdma-info-layer, .vdma-textarea-group.readonly input[readonly=readonly] ~ i, .vdma-textarea-group.readonly input[readonly=readonly] ~ ul, .vdma-textarea-group.readonly input[readonly=readonly] ~ .vdma-info-layer, .vdma-textarea-group.readonly textarea[readonly] ~ i, .vdma-textarea-group.readonly textarea[readonly] ~ ul, .vdma-textarea-group.readonly textarea[readonly] ~ .vdma-info-layer, .vdma-textarea-group.readonly textarea[readonly=true] ~ i, .vdma-textarea-group.readonly textarea[readonly=true] ~ ul, .vdma-textarea-group.readonly textarea[readonly=true] ~ .vdma-info-layer, .vdma-textarea-group.readonly textarea[readonly=readonly] ~ i, .vdma-textarea-group.readonly textarea[readonly=readonly] ~ ul, .vdma-textarea-group.readonly textarea[readonly=readonly] ~ .vdma-info-layer, .vdma-search-group.readonly input[readonly] ~ i, .vdma-search-group.readonly input[readonly] ~ ul, .vdma-search-group.readonly input[readonly] ~ .vdma-info-layer, .vdma-search-group.readonly input[readonly=true] ~ i, .vdma-search-group.readonly input[readonly=true] ~ ul, .vdma-search-group.readonly input[readonly=true] ~ .vdma-info-layer, .vdma-search-group.readonly input[readonly=readonly] ~ i, .vdma-search-group.readonly input[readonly=readonly] ~ ul, .vdma-search-group.readonly input[readonly=readonly] ~ .vdma-info-layer, .vdma-search-group.readonly textarea[readonly] ~ i, .vdma-search-group.readonly textarea[readonly] ~ ul, .vdma-search-group.readonly textarea[readonly] ~ .vdma-info-layer, .vdma-search-group.readonly textarea[readonly=true] ~ i, .vdma-search-group.readonly textarea[readonly=true] ~ ul, .vdma-search-group.readonly textarea[readonly=true] ~ .vdma-info-layer, .vdma-search-group.readonly textarea[readonly=readonly] ~ i, .vdma-search-group.readonly textarea[readonly=readonly] ~ ul, .vdma-search-group.readonly textarea[readonly=readonly] ~ .vdma-info-layer {
  display: none;
}

.vdma-input-group.focused input, .vdma-input-group.focused textarea, .vdma-password-group.focused input, .vdma-password-group.focused textarea, .vdma-dropdown-group.focused input, .vdma-dropdown-group.focused textarea, .vdma-textarea-group.focused input, .vdma-textarea-group.focused textarea, .vdma-search-group.focused input, .vdma-search-group.focused textarea {
  outline: none;
  border: 0.0625rem solid #222F5B;
  box-shadow: inset 0 0 0 0.0625rem #222F5B;
}

.vdma-input-group.focused > i, .vdma-password-group.focused > i, .vdma-dropdown-group.focused > i, .vdma-textarea-group.focused > i, .vdma-search-group.focused > i {
  color: #222F5B !important;
}

.vdma-input-group.invalid input, .vdma-input-group.invalid textarea, .vdma-password-group.invalid input, .vdma-password-group.invalid textarea, .vdma-dropdown-group.invalid input, .vdma-dropdown-group.invalid textarea, .vdma-textarea-group.invalid input, .vdma-textarea-group.invalid textarea, .vdma-search-group.invalid input, .vdma-search-group.invalid textarea {
  border-color: #c13828 !important;
}

.vdma-input-group.invalid label, .vdma-input-group.invalid i, .vdma-password-group.invalid label, .vdma-password-group.invalid i, .vdma-dropdown-group.invalid label, .vdma-dropdown-group.invalid i, .vdma-textarea-group.invalid label, .vdma-textarea-group.invalid i, .vdma-search-group.invalid label, .vdma-search-group.invalid i {
  color: #c13828 !important;
}

.vdma-input-group.focused.invalid input, .vdma-input-group.focused.invalid textarea, .vdma-password-group.focused.invalid input, .vdma-password-group.focused.invalid textarea, .vdma-dropdown-group.focused.invalid input, .vdma-dropdown-group.focused.invalid textarea, .vdma-textarea-group.focused.invalid input, .vdma-textarea-group.focused.invalid textarea, .vdma-search-group.focused.invalid input, .vdma-search-group.focused.invalid textarea {
  box-shadow: inset 0 0 0 0.0625rem #c13828 !important;
}

.vdma-input-group.focused.invalid.noedit input, .vdma-input-group.focused.invalid.noedit textarea, .vdma-input-group.focused.invalid.readonly input, .vdma-input-group.focused.invalid.readonly textarea, .vdma-password-group.focused.invalid.noedit input, .vdma-password-group.focused.invalid.noedit textarea, .vdma-password-group.focused.invalid.readonly input, .vdma-password-group.focused.invalid.readonly textarea, .vdma-dropdown-group.focused.invalid.noedit input, .vdma-dropdown-group.focused.invalid.noedit textarea, .vdma-dropdown-group.focused.invalid.readonly input, .vdma-dropdown-group.focused.invalid.readonly textarea, .vdma-textarea-group.focused.invalid.noedit input, .vdma-textarea-group.focused.invalid.noedit textarea, .vdma-textarea-group.focused.invalid.readonly input, .vdma-textarea-group.focused.invalid.readonly textarea, .vdma-search-group.focused.invalid.noedit input, .vdma-search-group.focused.invalid.noedit textarea, .vdma-search-group.focused.invalid.readonly input, .vdma-search-group.focused.invalid.readonly textarea {
  box-shadow: none !important;
}

.vdma-input-group.icon-right input, .vdma-input-group.icon-right textarea, .vdma-input-group.icon-right label, .vdma-password-group.icon-right input, .vdma-password-group.icon-right textarea, .vdma-password-group.icon-right label, .vdma-dropdown-group.icon-right input, .vdma-dropdown-group.icon-right textarea, .vdma-dropdown-group.icon-right label, .vdma-textarea-group.icon-right input, .vdma-textarea-group.icon-right textarea, .vdma-textarea-group.icon-right label, .vdma-search-group.icon-right input, .vdma-search-group.icon-right textarea, .vdma-search-group.icon-right label {
  padding-right: 2.25rem !important;
}

.vdma-input-group textarea {
  padding-bottom: 1.25rem !important;
  resize: none;
}

@media (min-width: 47.96875em) {
  .vdma-input-group textarea {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group textarea {
    padding-bottom: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-input-group textarea {
    padding-bottom: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group textarea {
    padding-bottom: 2.25rem !important;
  }
}
.vdma-password-group textarea {
  padding-bottom: 1.25rem !important;
  resize: none;
}

@media (min-width: 47.96875em) {
  .vdma-password-group textarea {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-password-group textarea {
    padding-bottom: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-password-group textarea {
    padding-bottom: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-password-group textarea {
    padding-bottom: 2.25rem !important;
  }
}
.vdma-dropdown-group textarea {
  padding-bottom: 1.25rem !important;
  resize: none;
}

@media (min-width: 47.96875em) {
  .vdma-dropdown-group textarea {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dropdown-group textarea {
    padding-bottom: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dropdown-group textarea {
    padding-bottom: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group textarea {
    padding-bottom: 2.25rem !important;
  }
}
.vdma-textarea-group textarea {
  padding-bottom: 1.25rem !important;
  resize: none;
}

@media (min-width: 47.96875em) {
  .vdma-textarea-group textarea {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-textarea-group textarea {
    padding-bottom: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-textarea-group textarea {
    padding-bottom: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-textarea-group textarea {
    padding-bottom: 2.25rem !important;
  }
}
.vdma-search-group textarea {
  padding-bottom: 1.25rem !important;
  resize: none;
}

@media (min-width: 47.96875em) {
  .vdma-search-group textarea {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-search-group textarea {
    padding-bottom: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-search-group textarea {
    padding-bottom: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-search-group textarea {
    padding-bottom: 2.25rem !important;
  }
}
.vdma-input-group textarea::-moz-placeholder, .vdma-password-group textarea::-moz-placeholder, .vdma-dropdown-group textarea::-moz-placeholder, .vdma-textarea-group textarea::-moz-placeholder, .vdma-search-group textarea::-moz-placeholder {
  color: transparent;
}

.vdma-input-group textarea:-ms-input-placeholder, .vdma-password-group textarea:-ms-input-placeholder, .vdma-dropdown-group textarea:-ms-input-placeholder, .vdma-textarea-group textarea:-ms-input-placeholder, .vdma-search-group textarea:-ms-input-placeholder {
  color: transparent;
}

.vdma-input-group textarea::-ms-input-placeholder, .vdma-password-group textarea::-ms-input-placeholder, .vdma-dropdown-group textarea::-ms-input-placeholder, .vdma-textarea-group textarea::-ms-input-placeholder, .vdma-search-group textarea::-ms-input-placeholder {
  color: transparent;
}

.vdma-input-group textarea::placeholder, .vdma-password-group textarea::placeholder, .vdma-dropdown-group textarea::placeholder, .vdma-textarea-group textarea::placeholder, .vdma-search-group textarea::placeholder {
  color: transparent;
}

.vdma-input-group textarea ~ label, .vdma-password-group textarea ~ label, .vdma-dropdown-group textarea ~ label, .vdma-textarea-group textarea ~ label, .vdma-search-group textarea ~ label {
  top: 1.25rem;
  transform: none;
}

.vdma-input-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-input-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-input-group input {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group input {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-input-group textarea {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-input-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-input-group textarea {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group textarea {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-password-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-password-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-password-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-password-group input {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-password-group input {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-password-group textarea {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-password-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-password-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-password-group textarea {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-password-group textarea {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-dropdown-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-dropdown-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dropdown-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dropdown-group input {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group input {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-dropdown-group textarea {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-dropdown-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dropdown-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dropdown-group textarea {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group textarea {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-textarea-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-textarea-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-textarea-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-textarea-group input {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-textarea-group input {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-textarea-group textarea {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-textarea-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-textarea-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-textarea-group textarea {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-textarea-group textarea {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-search-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-search-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-search-group input {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-search-group input {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-search-group input {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
.vdma-search-group textarea {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 2rem 0.75rem 0.5rem 0.75rem;
  border: 0.0625rem solid #929292;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 47.96875em) {
  .vdma-search-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-search-group textarea {
    padding: 2rem 0.875rem 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-search-group textarea {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-search-group textarea {
    padding: 2rem 1.25rem 0.5rem 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group input, .vdma-input-group textarea, .vdma-password-group input, .vdma-password-group textarea, .vdma-dropdown-group input, .vdma-dropdown-group textarea, .vdma-textarea-group input, .vdma-textarea-group textarea, .vdma-search-group input, .vdma-search-group textarea {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group input, .vdma-input-group textarea, .vdma-password-group input, .vdma-password-group textarea, .vdma-dropdown-group input, .vdma-dropdown-group textarea, .vdma-textarea-group input, .vdma-textarea-group textarea, .vdma-search-group input, .vdma-search-group textarea {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-input-group input::-moz-placeholder, .vdma-input-group textarea::-moz-placeholder, .vdma-password-group input::-moz-placeholder, .vdma-password-group textarea::-moz-placeholder, .vdma-dropdown-group input::-moz-placeholder, .vdma-dropdown-group textarea::-moz-placeholder, .vdma-textarea-group input::-moz-placeholder, .vdma-textarea-group textarea::-moz-placeholder, .vdma-search-group input::-moz-placeholder, .vdma-search-group textarea::-moz-placeholder {
  color: transparent;
  -moz-user-select: none;
  user-select: none;
}

.vdma-input-group input:-ms-input-placeholder, .vdma-input-group textarea:-ms-input-placeholder, .vdma-password-group input:-ms-input-placeholder, .vdma-password-group textarea:-ms-input-placeholder, .vdma-dropdown-group input:-ms-input-placeholder, .vdma-dropdown-group textarea:-ms-input-placeholder, .vdma-textarea-group input:-ms-input-placeholder, .vdma-textarea-group textarea:-ms-input-placeholder, .vdma-search-group input:-ms-input-placeholder, .vdma-search-group textarea:-ms-input-placeholder {
  color: transparent;
  -ms-user-select: none;
  user-select: none;
}

.vdma-input-group input::-ms-input-placeholder, .vdma-input-group textarea::-ms-input-placeholder, .vdma-password-group input::-ms-input-placeholder, .vdma-password-group textarea::-ms-input-placeholder, .vdma-dropdown-group input::-ms-input-placeholder, .vdma-dropdown-group textarea::-ms-input-placeholder, .vdma-textarea-group input::-ms-input-placeholder, .vdma-textarea-group textarea::-ms-input-placeholder, .vdma-search-group input::-ms-input-placeholder, .vdma-search-group textarea::-ms-input-placeholder {
  color: transparent;
  -ms-user-select: none;
  user-select: none;
}

.vdma-input-group input::placeholder, .vdma-input-group textarea::placeholder, .vdma-password-group input::placeholder, .vdma-password-group textarea::placeholder, .vdma-dropdown-group input::placeholder, .vdma-dropdown-group textarea::placeholder, .vdma-textarea-group input::placeholder, .vdma-textarea-group textarea::placeholder, .vdma-search-group input::placeholder, .vdma-search-group textarea::placeholder {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-input-group input::-ms-clear, .vdma-input-group textarea::-ms-clear, .vdma-password-group input::-ms-clear, .vdma-password-group textarea::-ms-clear, .vdma-dropdown-group input::-ms-clear, .vdma-dropdown-group textarea::-ms-clear, .vdma-textarea-group input::-ms-clear, .vdma-textarea-group textarea::-ms-clear, .vdma-search-group input::-ms-clear, .vdma-search-group textarea::-ms-clear {
  display: none;
}

.vdma-input-group input:focus, .vdma-input-group textarea:focus, .vdma-password-group input:focus, .vdma-password-group textarea:focus, .vdma-dropdown-group input:focus, .vdma-dropdown-group textarea:focus, .vdma-textarea-group input:focus, .vdma-textarea-group textarea:focus, .vdma-search-group input:focus, .vdma-search-group textarea:focus {
  outline: none;
}

.vdma-input-group input:focus::-moz-placeholder, .vdma-input-group textarea:focus::-moz-placeholder, .vdma-password-group input:focus::-moz-placeholder, .vdma-password-group textarea:focus::-moz-placeholder, .vdma-dropdown-group input:focus::-moz-placeholder, .vdma-dropdown-group textarea:focus::-moz-placeholder, .vdma-textarea-group input:focus::-moz-placeholder, .vdma-textarea-group textarea:focus::-moz-placeholder, .vdma-search-group input:focus::-moz-placeholder, .vdma-search-group textarea:focus::-moz-placeholder {
  color: #cecece !important;
}

.vdma-input-group input:focus:-ms-input-placeholder, .vdma-input-group textarea:focus:-ms-input-placeholder, .vdma-password-group input:focus:-ms-input-placeholder, .vdma-password-group textarea:focus:-ms-input-placeholder, .vdma-dropdown-group input:focus:-ms-input-placeholder, .vdma-dropdown-group textarea:focus:-ms-input-placeholder, .vdma-textarea-group input:focus:-ms-input-placeholder, .vdma-textarea-group textarea:focus:-ms-input-placeholder, .vdma-search-group input:focus:-ms-input-placeholder, .vdma-search-group textarea:focus:-ms-input-placeholder {
  color: #cecece !important;
}

.vdma-input-group input:focus::-ms-input-placeholder, .vdma-input-group textarea:focus::-ms-input-placeholder, .vdma-password-group input:focus::-ms-input-placeholder, .vdma-password-group textarea:focus::-ms-input-placeholder, .vdma-dropdown-group input:focus::-ms-input-placeholder, .vdma-dropdown-group textarea:focus::-ms-input-placeholder, .vdma-textarea-group input:focus::-ms-input-placeholder, .vdma-textarea-group textarea:focus::-ms-input-placeholder, .vdma-search-group input:focus::-ms-input-placeholder, .vdma-search-group textarea:focus::-ms-input-placeholder {
  color: #cecece !important;
}

.vdma-input-group input:focus::placeholder, .vdma-input-group textarea:focus::placeholder, .vdma-password-group input:focus::placeholder, .vdma-password-group textarea:focus::placeholder, .vdma-dropdown-group input:focus::placeholder, .vdma-dropdown-group textarea:focus::placeholder, .vdma-textarea-group input:focus::placeholder, .vdma-textarea-group textarea:focus::placeholder, .vdma-search-group input:focus::placeholder, .vdma-search-group textarea:focus::placeholder {
  color: #cecece !important;
}

@media (-ms-high-contrast: none) {
  .vdma-input-group input, .vdma-password-group input, .vdma-dropdown-group input, .vdma-textarea-group input, .vdma-search-group input {
    height: 4.375rem;
    line-height: normal;
  }
}
@media (-ms-high-contrast: none) and (min-width: 63.96875em) {
  .vdma-input-group input, .vdma-password-group input, .vdma-dropdown-group input, .vdma-textarea-group input, .vdma-search-group input {
    height: 4.625rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 119.96875em) {
  .vdma-input-group input, .vdma-password-group input, .vdma-dropdown-group input, .vdma-textarea-group input, .vdma-search-group input {
    height: 4.875rem;
  }
}
@media (-ms-high-contrast: none) {
  .vdma-input-group textarea, .vdma-password-group textarea, .vdma-dropdown-group textarea, .vdma-textarea-group textarea, .vdma-search-group textarea {
    height: 5.125rem;
    line-height: normal;
  }
}
@media (-ms-high-contrast: none) and (min-width: 47.96875em) {
  .vdma-input-group textarea, .vdma-password-group textarea, .vdma-dropdown-group textarea, .vdma-textarea-group textarea, .vdma-search-group textarea {
    height: 5.375rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 63.96875em) {
  .vdma-input-group textarea, .vdma-password-group textarea, .vdma-dropdown-group textarea, .vdma-textarea-group textarea, .vdma-search-group textarea {
    height: 5.75rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 89.96875em) {
  .vdma-input-group textarea, .vdma-password-group textarea, .vdma-dropdown-group textarea, .vdma-textarea-group textarea, .vdma-search-group textarea {
    height: 6rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 119.96875em) {
  .vdma-input-group textarea, .vdma-password-group textarea, .vdma-dropdown-group textarea, .vdma-textarea-group textarea, .vdma-search-group textarea {
    min-height: 6.625rem;
  }
}
.vdma-input-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  width: 100%;
  height: auto;
  padding: 0 0.75rem;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-input-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-input-group label {
    padding: 0 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group label {
    padding: 0 1.25rem;
  }
}
.vdma-password-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  width: 100%;
  height: auto;
  padding: 0 0.75rem;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-password-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-password-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-password-group label {
    padding: 0 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-password-group label {
    padding: 0 1.25rem;
  }
}
.vdma-dropdown-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  width: 100%;
  height: auto;
  padding: 0 0.75rem;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-dropdown-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dropdown-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dropdown-group label {
    padding: 0 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group label {
    padding: 0 1.25rem;
  }
}
.vdma-textarea-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  width: 100%;
  height: auto;
  padding: 0 0.75rem;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-textarea-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-textarea-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-textarea-group label {
    padding: 0 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-textarea-group label {
    padding: 0 1.25rem;
  }
}
.vdma-search-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  width: 100%;
  height: auto;
  padding: 0 0.75rem;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-search-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-search-group label {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-search-group label {
    padding: 0 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-search-group label {
    padding: 0 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-input-group label, .vdma-password-group label, .vdma-dropdown-group label, .vdma-textarea-group label, .vdma-search-group label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-input-group label, .vdma-password-group label, .vdma-dropdown-group label, .vdma-textarea-group label, .vdma-search-group label {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-input-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  top: 0.5rem;
  transform: translateY(0);
}

.vdma-password-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  top: 0.5rem;
  transform: translateY(0);
}

.vdma-dropdown-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  top: 0.5rem;
  transform: translateY(0);
}

.vdma-textarea-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  top: 0.5rem;
  transform: translateY(0);
}

.vdma-search-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  top: 0.5rem;
  transform: translateY(0);
}

.vdma-input-group > i, .vdma-password-group > i, .vdma-dropdown-group > i, .vdma-textarea-group > i, .vdma-search-group > i {
  color: #929292;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.vdma-input-group > i.hide, .vdma-password-group > i.hide, .vdma-dropdown-group > i.hide, .vdma-textarea-group > i.hide, .vdma-search-group > i.hide {
  display: none;
}

.vdma-input-group .vdma-info-layer, .vdma-password-group .vdma-info-layer, .vdma-dropdown-group .vdma-info-layer, .vdma-textarea-group .vdma-info-layer, .vdma-search-group .vdma-info-layer {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.vdma-input-group__max-length {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  text-align: right;
  margin-top: 0.25rem;
}

.vdma-password-group__max-length {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  text-align: right;
  margin-top: 0.25rem;
}

.vdma-dropdown-group__max-length {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  text-align: right;
  margin-top: 0.25rem;
}

.vdma-textarea-group__max-length {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  text-align: right;
  margin-top: 0.25rem;
}

.vdma-search-group__max-length {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  text-align: right;
  margin-top: 0.25rem;
}

.vdma-dropdown-group.opened ul {
  display: block;
}

.vdma-dropdown-group.opened i {
  transform: translateY(-50%) rotate(180deg);
}

.vdma-search-group.opened ul {
  display: block;
}

.vdma-search-group__search-icon, .vdma-search-group__clear-icon {
  display: block;
}

.vdma-dropdown-group ul {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  list-style: none;
  width: 100%;
  color: #707175;
  background-color: #fff;
  padding: 0.75rem 0;
  border: 0.0625rem solid #929292;
  border-top: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 998;
  overflow-y: auto;
  height: auto;
  max-height: 15.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vdma-search-group ul {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  list-style: none;
  width: 100%;
  color: #707175;
  background-color: #fff;
  padding: 0.75rem 0;
  border: 0.0625rem solid #929292;
  border-top: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 998;
  overflow-y: auto;
  height: auto;
  max-height: 15.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 63.96875em) {
  .vdma-dropdown-group ul, .vdma-search-group ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group ul, .vdma-search-group ul {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-dropdown-group ul::-webkit-scrollbar, .vdma-search-group ul::-webkit-scrollbar {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-dropdown-group ul {
    max-height: 16.5rem;
  }
  .vdma-search-group ul {
    max-height: 16.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group ul {
    max-height: 24.25rem;
  }
  .vdma-search-group ul {
    max-height: 24.25rem;
  }
}
.vdma-dropdown-group ul li {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-dropdown-group ul li {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dropdown-group ul li {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dropdown-group ul li {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dropdown-group ul li {
    padding: 0.5rem 1.25rem;
  }
}
.vdma-search-group ul li {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-search-group ul li {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-search-group ul li {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-search-group ul li {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-search-group ul li {
    padding: 0.5rem 1.25rem;
  }
}
.vdma-dropdown-group ul li.active, .vdma-search-group ul li.active {
  outline: none;
  background-color: #f4f3f0;
}

.vdma-dropdown-group ul li span, .vdma-search-group ul li span {
  display: inline-block;
}

.vdma-checkbox-group {
  width: 100%;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.vdma-checkbox-group--smaller div {
  border-radius: 0;
  height: 1.25rem !important;
  width: 1.25rem !important;
  min-height: 1.25rem !important;
  min-width: 1.25rem !important;
  margin-top: 0.25rem !important;
}

@media (min-width: 63.96875em) {
  .vdma-checkbox-group--smaller div {
    margin-top: 0.375rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-checkbox-group--smaller div {
    margin-top: 0.5rem !important;
  }
}
.vdma-checkbox-group--smaller div::after {
  width: 0.375rem !important;
  height: 0.75rem !important;
  top: 9% !important;
  left: 0.375rem !important;
}

.vdma-checkbox-group.invalid span {
  color: #c13828 !important;
}

.vdma-checkbox-group.invalid div {
  border-color: #c13828 !important;
  background-color: #fff !important;
}

.vdma-checkbox-group.focused div {
  border: 0.0625rem solid #222F5B;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

.vdma-checkbox-group.focused.invalid div {
  box-shadow: #c13828 0 0 0 0.0625rem inset !important;
}

.vdma-checkbox-group input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vdma-checkbox-group div {
  border-radius: 0;
  order: 1;
  height: 1.5rem;
  width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  background-color: #fff;
  border: 0.0625rem solid #929292;
  position: relative;
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .vdma-checkbox-group div {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-checkbox-group div {
    margin-top: 0.375rem;
  }
}
.vdma-checkbox-group div::after {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  pointer-events: none;
  position: absolute;
  top: 15%;
  left: 0.525rem;
  transform: rotate(45deg);
}

.vdma-checkbox-group span {
  order: 2;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-checkbox-group span {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-checkbox-group span {
    padding-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-checkbox-group span {
    padding-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-checkbox-group span {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-checkbox-group span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-checkbox-group span {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-checkbox-group input:checked ~ span {
  color: #000 !important;
}

.vdma-checkbox-group input:checked ~ div {
  border-color: #222F5B !important;
  background-color: #222F5B !important;
}

.vdma-radio-group {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: auto;
  color: #000;
  display: inline-flex;
  padding: 0.125rem 0 0.125rem 2.5rem;
  cursor: pointer;
  position: relative;
}

@media (min-width: 63.96875em) {
  .vdma-radio-group {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-radio-group {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-radio-group:not(:last-of-type) {
  margin-right: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-radio-group:not(:last-of-type) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-radio-group:not(:last-of-type) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-radio-group:not(:last-of-type) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-radio-group:not(:last-of-type) {
    margin-right: 3.75rem;
  }
}
.vdma-radio-group.noedit {
  padding: 0;
  margin: 0;
}

.vdma-radio-group.noedit::after {
  display: none;
}

.vdma-radio-group.noedit input[noedit], .vdma-radio-group.noedit input[noedit=true], .vdma-radio-group.noedit input[noedit=noedit] {
  pointer-events: none;
}

.vdma-radio-group.noedit input[noedit]:checked ~ div, .vdma-radio-group.noedit input[noedit=true]:checked ~ div, .vdma-radio-group.noedit input[noedit=noedit]:checked ~ div {
  display: none;
}

.vdma-radio-group.noedit input[noedit]:not(:checked) ~ div, .vdma-radio-group.noedit input[noedit]:not(:checked) ~ span, .vdma-radio-group.noedit input[noedit=true]:not(:checked) ~ div, .vdma-radio-group.noedit input[noedit=true]:not(:checked) ~ span, .vdma-radio-group.noedit input[noedit=noedit]:not(:checked) ~ div, .vdma-radio-group.noedit input[noedit=noedit]:not(:checked) ~ span {
  display: none;
}

.vdma-radio-group.readonly {
  padding: 0;
  margin: 0;
}

.vdma-radio-group.readonly::after {
  display: none;
}

.vdma-radio-group.readonly input[readonly], .vdma-radio-group.readonly input[readonly=true], .vdma-radio-group.readonly input[readonly=readonly] {
  pointer-events: none;
}

.vdma-radio-group.readonly input[readonly]:checked ~ div, .vdma-radio-group.readonly input[readonly=true]:checked ~ div, .vdma-radio-group.readonly input[readonly=readonly]:checked ~ div {
  display: none;
}

.vdma-radio-group.readonly input[readonly]:not(:checked) ~ div, .vdma-radio-group.readonly input[readonly]:not(:checked) ~ span, .vdma-radio-group.readonly input[readonly=true]:not(:checked) ~ div, .vdma-radio-group.readonly input[readonly=true]:not(:checked) ~ span, .vdma-radio-group.readonly input[readonly=readonly]:not(:checked) ~ div, .vdma-radio-group.readonly input[readonly=readonly]:not(:checked) ~ span {
  display: none;
}

.vdma-radio-group.invalid span {
  color: #c13828;
}

.vdma-radio-group.invalid div {
  border-color: #c13828 !important;
  background-color: #fff !important;
}

.vdma-radio-group.focused div {
  border: 0.0625rem solid #222F5B;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

.vdma-radio-group.focused.invalid div {
  box-shadow: #c13828 0 0 0 0.0625rem inset !important;
}

.vdma-radio-group input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vdma-radio-group div {
  height: 1.5rem;
  width: 1.5rem;
  background-color: #fff;
  border: 0.0625rem solid #929292;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.vdma-radio-group::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  transform: translateY(-50%);
}

.vdma-radio-group input:checked ~ span {
  color: #000 !important;
}

.vdma-radio-group input:checked ~ div {
  border-color: #222F5B !important;
  background-color: #222F5B !important;
}

.vdma-toggle-group {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  display: inline-block;
  min-height: 1.5rem;
  padding-right: 3.5rem;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  cursor: pointer;
  position: relative;
}

@media (min-width: 63.96875em) {
  .vdma-toggle-group {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toggle-group {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-toggle-group input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vdma-toggle-group__indicator {
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background-color: #d7d7d7;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  top: 0.125rem;
  right: 0;
}

@media (min-width: 63.96875em) {
  .vdma-toggle-group__indicator {
    top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toggle-group__indicator {
    top: 0.375rem;
  }
}
.vdma-toggle-group__indicator::before {
  content: "";
  background-color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  top: 50%;
  left: 0.125rem;
  transform: translateY(-50%);
}

.vdma-toggle-group input[type=checkbox]:checked ~ .vdma-toggle-group__indicator {
  background-color: #222F5B;
}

.vdma-toggle-group input[type=checkbox]:checked ~ .vdma-toggle-group__indicator::before {
  transform: translate(1rem, -50%);
}

.vdma-meter-group.low .vdma-meter-group__info-status {
  color: #c13828;
}

.vdma-meter-group.low .vdma-meter-group__identifier .vdma-meter-group__identifier-progress {
  width: 33%;
  background-color: #c13828;
}

.vdma-meter-group.medium .vdma-meter-group__info-status {
  color: #f18700;
}

.vdma-meter-group.medium .vdma-meter-group__identifier .vdma-meter-group__identifier-progress {
  width: 66%;
  background-color: #f18700;
}

.vdma-meter-group.high .vdma-meter-group__info-status {
  color: #197da0;
}

.vdma-meter-group.high .vdma-meter-group__identifier .vdma-meter-group__identifier-progress {
  width: 100%;
  background-color: #197da0;
}

.vdma-meter-group__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #707175;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .vdma-meter-group__info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-meter-group__info {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-meter-group__info-name {
  font-family: "Open Sans Bold";
}

.vdma-meter-group__info-status {
  font-family: "Open Sans Regular";
  color: #929292;
}

.vdma-meter-group__identifier {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.5rem;
  background-color: #f4f3f0;
  z-index: 1;
}

.vdma-meter-group__identifier-progress {
  height: 100%;
  width: 0;
  z-index: 2;
}

.vdma-info-layer {
  display: inline-flex;
  position: relative;
  margin: auto;
  cursor: pointer;
}

.vdma-info-layer.focused, .vdma-info-layer:hover {
  outline: none;
  z-index: 900;
}

.vdma-info-layer.focused i, .vdma-info-layer:hover i {
  color: #222F5B !important;
}

.vdma-info-layer i {
  color: #929292;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-info-layer__text {
  width: 17.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(204, 204, 204, 0.7);
  margin-top: 0.25rem;
  padding: 0.75rem 1rem 1rem 1rem;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-info-layer__text {
    padding: 0.875rem 1.125rem 1.125rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-info-layer__text {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-info-layer__text {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-info-layer__text {
    padding: 1.25rem 1.75rem 1.75rem 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-info-layer__text {
    width: 18rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-info-layer__text {
    width: 18.75rem;
  }
}
.vdma-info-layer__text--nowrap {
  white-space: nowrap;
  width: auto;
}

.vdma-info-layer__text-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-info-layer__text-header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-info-layer__text-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-info-layer__text-message {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.vdma-info-layer__text-header + .vdma-info-layer__text-message {
  margin-top: 0.5rem;
}

.vdma-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.vdma-modal.show {
  visibility: visible;
  opacity: 1;
}

.vdma-modal.show .vdma-modal-content {
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 63.96875em) {
  .vdma-modal.show .vdma-modal-content {
    transform: scale(1);
  }
}
.vdma-modal-content {
  width: 100%;
  background-color: #fff;
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -100%;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content {
    padding: 3.75rem 0;
  }
}
.vdma-modal-content::-webkit-scrollbar {
  display: none;
}

.vdma-modal-content--top500 {
  padding-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content--top500 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content--top500 {
    padding-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content--top500 {
    padding-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content--top500 {
    padding-top: 2.25rem !important;
  }
}
.vdma-modal-content--top500 .vdma-modal-content-info__close {
  top: -1.25rem !important;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content--top500 .vdma-modal-content-info__close {
    top: -1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content--top500 .vdma-modal-content-info__close {
    top: -1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content--top500 .vdma-modal-content-info__close {
    top: -1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content--top500 .vdma-modal-content-info__close {
    top: -2.25rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content {
    position: relative;
    bottom: 0;
    margin: auto;
    padding: 2.375rem;
    width: 58.3333333333%;
    transform: scale(0);
    transition: all 0s;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-modal-content {
    padding: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-modal-content {
    padding: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-modal-content {
    padding: 2.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-modal-content {
    padding: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content {
    width: 41.6666666667%;
  }
}
.vdma-modal-content-info {
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  width: 91.6666666667%;
}

@media (min-width: 63.96875em) {
  .vdma-modal-content-info {
    width: 100%;
  }
}
.vdma-modal-content-info__close {
  margin: 0.75rem;
  z-index: 900;
  display: flex;
  position: absolute;
  top: -1.875rem;
  right: -4.1666666667%;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__close {
    top: -2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__close {
    top: -2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__close {
    top: -2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__close {
    top: -3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-modal-content-info__close {
    margin: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__close {
    margin: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__close {
    margin: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__close {
    margin: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__close {
    right: -2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-modal-content-info__close {
    right: -2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-modal-content-info__close {
    right: -2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-modal-content-info__close {
    right: -2.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-modal-content-info__close {
    right: -3.75rem;
  }
}
.vdma-modal-content-info__close i {
  color: #222F5B;
  cursor: pointer;
}

.vdma-modal-content-info__title {
  color: #f18700;
  display: flex;
  align-items: center;
}

.vdma-modal-content-info__title__logo {
  display: flex;
}

.vdma-modal-content-info__title__logo i {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-modal-content-info__title__logo i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-modal-content-info__title__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-modal-content-info__title__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__title__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-modal-content-info__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.vdma-modal-content-info__title + .vdma-modal-content-info__header {
  color: #000;
  margin-top: 0.5rem;
}

.vdma-modal-content-info__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__message {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-modal-content-info__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__body {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__body {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__body {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__body {
    margin-top: 2.25rem;
  }
}
.vdma-modal-content-info__content {
  width: 100%;
}

.vdma-modal-content-info__actions {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__actions {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-modal-content-info__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.vdma-modal-content-info__actions > button:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-top: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-modal-content-info__actions > button:not(:first-child) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-top: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .vdma-modal-content-info__actions > label:not(:first-child) {
    margin-right: 1.25rem;
  }
}
.vdma-modal-content-info__links {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__links {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__links {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__links {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__links {
    margin-top: 2.25rem;
  }
}
.vdma-modal-content-info__links > a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 100%;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .vdma-modal-content-info__links > a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__links > a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-modal-content-info__links > a:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-modal-content-info__links > a:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.vdma-modal-content-info__reference {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.vdma-modal-content-info__reference > * {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__reference > * {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__reference > * {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__reference > * {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__reference > * {
    margin-right: 2.25rem;
  }
}
.vdma-modal-content-info__sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-modal-content-info__sub {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-modal-content-info__sub {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-modal-content-info__sub {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-modal-content-info__sub {
    margin-top: 3.75rem;
  }
}
.vdma-toast {
  background-color: #fff;
  border: 0.0625rem solid rgba(112, 113, 117, 0.2);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(51, 51, 51, 0.05), 0 0.75rem 1.3125rem 0 rgba(51, 51, 51, 0.05);
  margin: 0.5rem 0.25rem 0 0.25rem;
  z-index: -1;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.vdma-toast.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 980;
}

@media (min-width: 89.96875em) {
  .vdma-toast.show {
    right: 0;
  }
}
.vdma-toast.hide {
  opacity: 0;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 47.96875em) {
  .vdma-toast {
    margin: 0.5rem 0.5rem 0 0.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast {
    width: 30rem;
    left: auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast {
    margin: 0.5rem 1.625rem 0 0;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-toast {
    margin: 0.5rem 1.625rem 0 0;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-toast {
    margin: 0.5rem 1.625rem 0 0;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-toast {
    margin: 0.5rem 1.875rem 0 0;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-toast {
    margin: 0.5rem 2.25rem 0 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-toast {
    top: 8.25rem !important;
    right: -100%;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast {
    top: 8.625rem !important;
    width: 30.5rem;
  }
}
.vdma-toast.success {
  border-left: 0.125rem solid #222F5B;
}

.vdma-toast.warning {
  border-left: 0.125rem solid #f18700;
}

.vdma-toast.error {
  border-left: 0.125rem solid #c13828;
}

.vdma-toast-back {
  background-color: #fff;
  padding: 0.75rem 0.75rem 0.75rem 1.25rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .vdma-toast-back {
    padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast-back {
    padding: 0.875rem 0.875rem 0.875rem 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-toast-back {
    padding: 1rem 1rem 1rem 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast-back {
    padding: 1.25rem 1.25rem 1.25rem 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast-back {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-toast-back {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-toast-back {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-toast-back {
    padding-left: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-toast-back {
    padding-left: 1.25rem;
  }
}
.vdma-toast__info-icon {
  margin-right: 0.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-toast__info-icon {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast__info-icon {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-toast__info-icon {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast__info-icon {
    margin-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-toast__info-icon {
    display: block;
  }
}
.vdma-toast__info-icon::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vdma-toast__info-icon.check::before {
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-check-circle-petrol.svg");
}

.vdma-toast__info-icon.warning::before {
  content: "";
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-warning-orange.svg");
}

.vdma-toast__info-icon.alert::before {
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-alert-circle-red.svg");
}

.vdma-toast__text {
  flex: 1 1 auto;
}

.vdma-toast__text-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .vdma-toast__text-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast__text-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-toast__text-message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.25rem;
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .vdma-toast__text-message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast__text-message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-toast__text-message a[class=""], .vdma-toast__text-message a:not([class]) {
  font-family: "Open Sans Regular";
  word-break: break-word;
}

.vdma-toast__text-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.25rem;
  word-break: break-word;
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-toast__text-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-toast__text-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-toast__close-icon {
  margin-left: 0.5rem;
}

.vdma-toast__close-icon::before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-x-petrol.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vdma-notification {
  background-color: #fff;
  border: 0.0625rem solid rgba(112, 113, 117, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vdma-notification.success {
  border-left: 0.125rem solid #222F5B;
}

.vdma-notification.warning {
  border-left: 0.125rem solid #f18700;
}

.vdma-notification.error {
  border-left: 0.125rem solid #c13828;
}

.vdma-notification-back {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .vdma-notification-back {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-notification-back {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-notification-back {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-notification-back {
    padding: 1.75rem;
  }
}
.vdma-notification__text {
  flex: 1 1 auto;
}

.vdma-notification__text-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .vdma-notification__text-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-notification__text-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-notification__text-message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #000;
  margin-top: 0.5rem;
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .vdma-notification__text-message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-notification__text-message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-notification__text-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.5rem;
  word-break: break-word;
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-notification__text-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-notification__text-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-notification__close-icon {
  margin: 0.75rem 0.75rem auto 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-notification__close-icon {
    margin: 0.875rem 0.875rem auto 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-notification__close-icon {
    margin: 0.875rem 0.875rem auto 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-notification__close-icon {
    margin: 1rem 1rem auto 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-notification__close-icon {
    margin: 1.25rem 1.25rem auto 1.25rem;
  }
}
.vdma-notification__close-icon::before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-x-petrol.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vdma-pagination {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 63.96875em) {
  .vdma-pagination {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-pagination {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-pagination-content {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.vdma-pagination-left, .vdma-pagination-right, .vdma-pagination-page {
  width: 100%;
  min-width: 1.5rem;
  min-height: 1.75rem;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.vdma-pagination-left:hover, .vdma-pagination-right:hover, .vdma-pagination-page:hover {
  color: #222F5B;
}

.vdma-pagination-left.active, .vdma-pagination-right.active, .vdma-pagination-page.active {
  font-family: "Open Sans Bold";
  color: #fff !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-pagination-left.active::before, .vdma-pagination-right.active::before, .vdma-pagination-page.active::before {
  content: "";
  width: 130%;
  height: 100%;
  background-color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: absolute;
  top: 0;
  left: -15%;
  z-index: -1;
}

.vdma-pagination-left.inactive, .vdma-pagination-right.inactive, .vdma-pagination-page.inactive {
  color: #929292;
  pointer-events: none;
  cursor: none;
}

.vdma-pagination-left.inactive, .vdma-pagination-right.inactive {
  color: #929292;
  pointer-events: none;
  cursor: none;
}

.vdma-pagination-left.inactive span, .vdma-pagination-left.inactive label, .vdma-pagination-right.inactive span, .vdma-pagination-right.inactive label {
  color: #929292;
}

.vdma-pagination-left {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-pagination-left {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-pagination-left {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-pagination-left {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-pagination-left {
    margin-right: 1.25rem;
  }
}
.vdma-pagination-right {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-pagination-right {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-pagination-right {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-pagination-right {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-pagination-right {
    margin-left: 1.25rem;
  }
}
.vdma-pagination-page:not(:first-child) {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-pagination-page:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-pagination-page:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-pagination-page:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-pagination-page:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.vdma-filter-box {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-filter-box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-box {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-box {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-box {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-box {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-box {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-box {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-box {
    margin-top: 1.25rem;
  }
}
.vdma-filter-box--no-margin {
  margin: 0 !important;
}

.vdma-filter-box--no-margin .vdma-filter-box__inner {
  margin: 0;
}

@media (min-width: 89.96875em) {
  .vdma-filter-box {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-box {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-box {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-box {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-box {
    margin-bottom: 3.75rem;
  }
}
.vdma-filter-box__inner {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 89.96875em) {
  .vdma-filter-box__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-box__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-box__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-box__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-box__inner {
    margin-bottom: 2.25rem;
  }
}
.vdma-filter-box__info {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-box__info {
    padding-top: 1rem;
    border-top: 0.0625rem solid #f4f3f0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-box__info {
    padding-top: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-box__info {
    padding-top: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-box__info {
    padding-top: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-box__info {
    padding-top: 1.25rem;
  }
}
.vdma-filter-box__info__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .vdma-filter-box__info__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-box__info__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-filter-box__sorting {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-box__sorting {
    display: flex;
    flex-flow: row nowrap;
  }
}
.vdma-filter-box__sorting__point {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.vdma-filter-box__sorting__point .vdma-filter-radio-underscored + .vdma-info-layer {
  margin-left: 0.5rem;
}

.vdma-filter-box__sorting__point:not(:first-child) {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-box__sorting__point:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-box__sorting__point:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-box__sorting__point:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-box__sorting__point:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.vdma-filter {
  display: inline-flex;
  flex-direction: column;
}

.vdma-filter + .vdma-filter {
  flex-grow: 1;
}

.vdma-filter:not(:first-child) {
  margin-left: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.625rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter:not(:first-child) {
    margin-left: 2.25rem;
  }
}
.vdma-filter.hide .vdma-filter-group {
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter.hide .vdma-filter-group {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
.vdma-filter.hide .vdma-filter-title__text, .vdma-filter.hide .vdma-filter-title__filter-icon, .vdma-filter.hide .vdma-filter-title__rotate-icon {
  color: #707175;
}

.vdma-filter.hide .vdma-filter-title__rotate-icon i {
  transform: rotate(180deg);
}

.vdma-filter-title {
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vdma-filter-title:focus {
  outline: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-title {
    display: none;
  }
}
.vdma-filter-title__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-title__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-title__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-title__filter-icon, .vdma-filter-title__rotate-icon {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-filter-title__text + .vdma-filter-title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-title__text + .vdma-filter-title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-title.selected .vdma-filter-title__text {
  color: #222F5B;
}

.vdma-filter-title.selected .vdma-filter-title__rotate-icon {
  color: #222F5B;
}

.vdma-filter-title.selected .vdma-filter-title__filter-icon {
  color: #222F5B;
}

.vdma-filter-group {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vdma-filter-group::-webkit-scrollbar {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group {
    z-index: 900;
    overflow-y: visible;
    margin-top: 0;
    position: relative;
    background-color: transparent;
  }
}
.vdma-filter-group__header {
  border-bottom: 0.0625rem solid #f4f3f0;
  padding: 0.75rem 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-group__header {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-group__header {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__header {
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__header {
    padding: 1.25rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__header {
    display: none;
  }
}
.vdma-filter-group__header__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-right: 0.125rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-group__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-group__header__close-icon {
  cursor: pointer;
  margin-left: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.vdma-filter-group__header__close-icon::before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-x-petrol.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vdma-filter-group__header.show .vdma-filter-group__header__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .vdma-filter-group__header.show .vdma-filter-group__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__header.show .vdma-filter-group__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-group__header.show .vdma-filter-group__header__open-icon {
  display: none;
}

.vdma-filter-group__content {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__content {
    flex-direction: row;
    padding: 0;
    border-bottom: none;
  }
}
.vdma-filter-group__sub-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group.hide .vdma-filter-group__sub-group__content {
    display: none;
  }
}
.vdma-filter-group__sub-group.hide .vdma-filter-group__sub-group__header {
  color: #707175;
}

.vdma-filter-group__sub-group__header {
  display: none;
}

.vdma-filter-group__sub-group__header:focus {
  outline: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__header {
    margin-right: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.vdma-filter-group__sub-group__header__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-group__sub-group__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__sub-group__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-group__sub-group__header__icon {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-filter-group__sub-group__header__text + .vdma-filter-group__sub-group__header__icon {
  margin-left: 0.5rem;
}

.vdma-filter-group__sub-group__header.selected .vdma-filter-group__sub-group__header__text {
  color: #222F5B !important;
}

.vdma-filter-group__sub-group__header.selected .vdma-filter-group__sub-group__header__icon {
  color: #222F5B !important;
}

.vdma-filter-group__sub-group__content {
  display: block;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content {
    width: 23.375rem;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(204, 204, 204, 0.7);
    margin-top: 0.75rem;
    z-index: 1100;
    position: absolute;
    top: 100%;
  }
}
.vdma-filter-group__sub-group__content__action {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content__action {
    display: flex;
    border-top: 0.0625rem solid #f4f3f0;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-group__sub-group__content__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-group__sub-group__content__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-group__sub-group__content__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content__action button, .vdma-filter-group__sub-group__content__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-filter-group__sub-group__content__action label {
    width: 100%;
  }
}
.vdma-filter-group__sub-group__content .vdma-filter-sort:not(:last-child), .vdma-filter-group__sub-group__content .vdma-filter-suite:not(:last-child), .vdma-filter-group__sub-group__content .vdma-filter-datepicker:not(:last-child) {
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort:not(:last-child), .vdma-filter-group__sub-group__content .vdma-filter-suite:not(:last-child), .vdma-filter-group__sub-group__content .vdma-filter-datepicker:not(:last-child) {
    border-bottom: 0.0625rem solid #f4f3f0;
    margin-right: 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__header, .vdma-filter-group__sub-group__content .vdma-filter-suite__header, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__header, .vdma-filter-group__sub-group__content .vdma-filter-suite__header, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__header-text, .vdma-filter-group__sub-group__content .vdma-filter-suite__header-text, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header-text {
    font-family: "Open Sans Bold";
    color: #333 !important;
  }
}
.vdma-filter-group__sub-group__content .vdma-filter-sort__header__icon-filter, .vdma-filter-group__sub-group__content .vdma-filter-sort__header__icon-rotate, .vdma-filter-group__sub-group__content .vdma-filter-suite__header__icon-filter, .vdma-filter-group__sub-group__content .vdma-filter-suite__header__icon-rotate, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header__icon-filter, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header__icon-rotate {
  color: #222F5B !important;
}

.vdma-filter-group__sub-group__content .vdma-filter-sort__header.selected .vdma-filter-group__sub-group__content .vdma-filter-sort__header-text, .vdma-filter-group__sub-group__content .vdma-filter-suite__header.selected .vdma-filter-group__sub-group__content .vdma-filter-sort__header-text, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header.selected .vdma-filter-group__sub-group__content .vdma-filter-sort__header-text, .vdma-filter-group__sub-group__content .vdma-filter-sort__header.selected .vdma-filter-group__sub-group__content .vdma-filter-suite__header-text, .vdma-filter-group__sub-group__content .vdma-filter-suite__header.selected .vdma-filter-group__sub-group__content .vdma-filter-suite__header-text, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header.selected .vdma-filter-group__sub-group__content .vdma-filter-suite__header-text, .vdma-filter-group__sub-group__content .vdma-filter-sort__header.selected .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header-text, .vdma-filter-group__sub-group__content .vdma-filter-suite__header.selected .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header-text, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header.selected .vdma-filter-group__sub-group__content .vdma-filter-datepicker__header-text {
  color: #222F5B !important;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__content, .vdma-filter-group__sub-group__content .vdma-filter-suite__content, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__content {
    box-shadow: none;
    margin-top: 0;
    position: relative;
    top: 0;
  }
}
.vdma-filter-group__sub-group__content .vdma-filter-sort__daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days, .vdma-filter-group__sub-group__content .vdma-filter-suite__daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days {
  display: none;
}

.vdma-filter-group__sub-group__content .vdma-filter-sort__daterange-picker__content, .vdma-filter-group__sub-group__content .vdma-filter-suite__daterange-picker__content, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__daterange-picker__content {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__daterange-picker__content, .vdma-filter-group__sub-group__content .vdma-filter-suite__daterange-picker__content, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__daterange-picker__content {
    width: 100%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__sub-group__content .vdma-filter-sort__daterange-picker__action, .vdma-filter-group__sub-group__content .vdma-filter-suite__daterange-picker__action, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__daterange-picker__action {
    display: none;
  }
}
.vdma-filter-group__sub-group__content .vdma-filter-sort__action, .vdma-filter-group__sub-group__content .vdma-filter-suite__action, .vdma-filter-group__sub-group__content .vdma-filter-datepicker__action {
  display: none;
}

.vdma-filter-group__clear-all {
  display: block;
  padding: 0.75rem 0.75rem;
  border-bottom: 0.0625rem solid #f4f3f0;
  z-index: 900;
}

@media (min-width: 47.96875em) {
  .vdma-filter-group__clear-all {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-group__clear-all {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__clear-all {
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__clear-all {
    padding: 1.25rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__clear-all {
    padding: 0;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.vdma-filter-group__clear-all__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  .vdma-filter-group__clear-all__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__clear-all__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__clear-all__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-group__clear-all.hide {
  display: none;
}

.vdma-filter-group__action {
  margin-top: auto;
  padding: 0.75rem 0.75rem;
  border-top: 0.0625rem solid #f4f3f0;
  height: auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-group__action {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-group__action {
    padding: 0.875rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__action {
    padding: 1rem 0.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-group__action {
    padding: 1.25rem 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-group__action {
    display: none;
  }
}
.vdma-filter-group__action button, .vdma-filter-group__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-filter-group__action label {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .vdma-filter-sort {
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.vdma-filter-datepicker:not(:last-child), .vdma-filter-sort:not(:last-child), .vdma-filter-suite:not(:last-child) {
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker:not(:last-child), .vdma-filter-sort:not(:last-child), .vdma-filter-suite:not(:last-child) {
    border-bottom: none;
    margin-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker:not(:last-child), .vdma-filter-sort:not(:last-child), .vdma-filter-suite:not(:last-child) {
    margin-right: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__title.show + .vdma-filter-datepicker__content, .vdma-filter-sort__title.show + .vdma-filter-datepicker__content, .vdma-filter-suite__title.show + .vdma-filter-datepicker__content, .vdma-filter-datepicker__title.show + .vdma-filter-sort__content, .vdma-filter-sort__title.show + .vdma-filter-sort__content, .vdma-filter-suite__title.show + .vdma-filter-sort__content, .vdma-filter-datepicker__title.show + .vdma-filter-suite__content, .vdma-filter-sort__title.show + .vdma-filter-suite__content, .vdma-filter-suite__title.show + .vdma-filter-suite__content {
    display: block;
  }
}
.vdma-filter-datepicker__overflow {
  padding: 0.75rem 0;
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow {
    padding: 1.25rem 0;
  }
}
.vdma-filter-sort__overflow {
  padding: 0.75rem 0;
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow {
    padding: 1.25rem 0;
  }
}
.vdma-filter-suite__overflow {
  padding: 0.75rem 0;
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow {
    padding: 1.25rem 0;
  }
}
.vdma-filter-datepicker__overflow.padding-overflow {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow.padding-overflow {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow.padding-overflow {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-sort__overflow.padding-overflow {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow.padding-overflow {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow.padding-overflow {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-suite__overflow.padding-overflow {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow.padding-overflow {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow.padding-overflow {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow.padding-overflow {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-datepicker__overflow.padding-overflow .vdma-filter-suite__list, .vdma-filter-sort__overflow.padding-overflow .vdma-filter-suite__list, .vdma-filter-suite__overflow.padding-overflow .vdma-filter-suite__list {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow.padding-overflow, .vdma-filter-sort__overflow.padding-overflow, .vdma-filter-suite__overflow.padding-overflow {
    margin-left: 1.5rem;
  }
  .vdma-filter-datepicker__overflow.padding-overflow .vdma-filter-suite__list, .vdma-filter-sort__overflow.padding-overflow .vdma-filter-suite__list, .vdma-filter-suite__overflow.padding-overflow .vdma-filter-suite__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.vdma-filter-datepicker__overflow::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-sort__overflow::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-suite__overflow::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__overflow::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-sort__overflow::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__overflow::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-suite__overflow::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__overflow::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-datepicker__search {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__search {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__search {
    margin-top: 1.25rem;
  }
}
.vdma-filter-sort__search {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__search {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__search {
    margin-top: 1.25rem;
  }
}
.vdma-filter-suite__search {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__search {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__search {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__search, .vdma-filter-sort__search, .vdma-filter-suite__search {
    margin: 1rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__search, .vdma-filter-sort__search, .vdma-filter-suite__search {
    margin: 1.25rem 1.75rem 0 1.75rem;
  }
}
.vdma-filter-datepicker__search-text, .vdma-filter-sort__search-text, .vdma-filter-suite__search-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.vdma-filter-datepicker__search-group {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__search-group {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__search-group {
    margin-top: 1.25rem;
  }
}
.vdma-filter-sort__search-group {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__search-group {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__search-group {
    margin-top: 1.25rem;
  }
}
.vdma-filter-suite__search-group {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__search-group {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__search-group {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__search-group {
    margin-top: 1.25rem;
  }
}
.vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  border-radius: 0;
  border: 0.0625rem solid #929292;
  padding: 1.25rem 0.75rem;
}

@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (-ms-high-contrast: none) {
  .vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
    height: 4.375rem;
    line-height: normal;
  }
}
@media (-ms-high-contrast: none) and (min-width: 63.96875em) {
  .vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
    height: 4.625rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 119.96875em) {
  .vdma-filter-datepicker__search-group input[type=text], .vdma-filter-sort__search-group input[type=text], .vdma-filter-suite__search-group input[type=text] {
    height: 4.875rem;
  }
}
.vdma-filter-datepicker__search-group input[type=text]::-moz-placeholder, .vdma-filter-sort__search-group input[type=text]::-moz-placeholder, .vdma-filter-suite__search-group input[type=text]::-moz-placeholder {
  color: #cecece;
  -moz-user-select: none;
  user-select: none;
}

.vdma-filter-datepicker__search-group input[type=text]:-ms-input-placeholder, .vdma-filter-sort__search-group input[type=text]:-ms-input-placeholder, .vdma-filter-suite__search-group input[type=text]:-ms-input-placeholder {
  color: #cecece;
  -ms-user-select: none;
  user-select: none;
}

.vdma-filter-datepicker__search-group input[type=text]::-ms-input-placeholder, .vdma-filter-sort__search-group input[type=text]::-ms-input-placeholder, .vdma-filter-suite__search-group input[type=text]::-ms-input-placeholder {
  color: #cecece;
  -ms-user-select: none;
  user-select: none;
}

.vdma-filter-datepicker__search-group input[type=text]::placeholder, .vdma-filter-sort__search-group input[type=text]::placeholder, .vdma-filter-suite__search-group input[type=text]::placeholder {
  color: #cecece;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-filter-datepicker__search-group input[type=text]::-ms-clear, .vdma-filter-sort__search-group input[type=text]::-ms-clear, .vdma-filter-suite__search-group input[type=text]::-ms-clear {
  display: none;
}

.vdma-filter-datepicker__search-group input[type=text]:hover, .vdma-filter-datepicker__search-group input[type=text]:focus, .vdma-filter-sort__search-group input[type=text]:hover, .vdma-filter-sort__search-group input[type=text]:focus, .vdma-filter-suite__search-group input[type=text]:hover, .vdma-filter-suite__search-group input[type=text]:focus {
  outline: none;
  border: 0.0625rem solid #222F5B;
  box-shadow: inset 0 0 0 0.0625rem #222F5B;
}

.vdma-filter-datepicker__search-error {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #c13828;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__search-error {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__search-error {
    margin-top: 1.25rem;
  }
}
.vdma-filter-sort__search-error {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #c13828;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__search-error {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__search-error {
    margin-top: 1.25rem;
  }
}
.vdma-filter-suite__search-error {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #c13828;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__search-error {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__search-error {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__search-error {
    margin-top: 1.25rem;
  }
}
.vdma-filter-datepicker__header {
  padding: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__header {
    padding: 1.25rem 0;
  }
}
.vdma-filter-sort__header {
  padding: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__header {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__header {
    padding: 1.25rem 0;
  }
}
.vdma-filter-suite__header {
  padding: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__header {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__header {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header, .vdma-filter-sort__header, .vdma-filter-suite__header {
    padding: 0;
  }
}
.vdma-filter-datepicker__header-text, .vdma-filter-sort__header-text, .vdma-filter-suite__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__header-text, .vdma-filter-sort__header-text, .vdma-filter-suite__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header-text, .vdma-filter-sort__header-text, .vdma-filter-suite__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__header-text, .vdma-filter-sort__header-text, .vdma-filter-suite__header-text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header-text, .vdma-filter-sort__header-text, .vdma-filter-suite__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.vdma-filter-datepicker__header__icon-filter, .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-sort__header__icon-filter, .vdma-filter-sort__header__icon-rotate, .vdma-filter-suite__header__icon-filter, .vdma-filter-suite__header__icon-rotate {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header__icon-filter, .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-sort__header__icon-filter, .vdma-filter-sort__header__icon-rotate, .vdma-filter-suite__header__icon-filter, .vdma-filter-suite__header__icon-rotate {
    color: #707175;
  }
}
.vdma-filter-datepicker__header__icon-filter, .vdma-filter-sort__header__icon-filter, .vdma-filter-suite__header__icon-filter {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header__icon-filter, .vdma-filter-sort__header__icon-filter, .vdma-filter-suite__header__icon-filter {
    display: flex;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header__icon-filter + .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-sort__header__icon-filter + .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-suite__header__icon-filter + .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-datepicker__header__icon-filter + .vdma-filter-sort__header__icon-rotate, .vdma-filter-sort__header__icon-filter + .vdma-filter-sort__header__icon-rotate, .vdma-filter-suite__header__icon-filter + .vdma-filter-sort__header__icon-rotate, .vdma-filter-datepicker__header__icon-filter + .vdma-filter-suite__header__icon-rotate, .vdma-filter-sort__header__icon-filter + .vdma-filter-suite__header__icon-rotate, .vdma-filter-suite__header__icon-filter + .vdma-filter-suite__header__icon-rotate {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header-text + .vdma-filter-datepicker__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-datepicker__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-datepicker__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-datepicker__header-text + .vdma-filter-sort__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-sort__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-sort__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-datepicker__header-text + .vdma-filter-suite__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-suite__header__icon-rotate {
    margin-left: 0.125rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-suite__header__icon-rotate {
    margin-left: 0.125rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header-text + .vdma-filter-datepicker__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-datepicker__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-datepicker__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-datepicker__header-text + .vdma-filter-sort__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-sort__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-sort__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-datepicker__header-text + .vdma-filter-suite__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-sort__header-text + .vdma-filter-suite__header__icon-filter {
    margin-left: 0.5rem;
  }
  .vdma-filter-suite__header-text + .vdma-filter-suite__header__icon-filter {
    margin-left: 0.5rem;
  }
}
.vdma-filter-datepicker__header.mobile-no-display, .vdma-filter-sort__header.mobile-no-display, .vdma-filter-suite__header.mobile-no-display {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header.mobile-no-display, .vdma-filter-sort__header.mobile-no-display, .vdma-filter-suite__header.mobile-no-display {
    display: flex;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header.desktop-no-display, .vdma-filter-sort__header.desktop-no-display, .vdma-filter-suite__header.desktop-no-display {
    display: none;
  }
}
.vdma-filter-datepicker__header.no-events, .vdma-filter-sort__header.no-events, .vdma-filter-suite__header.no-events {
  pointer-events: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header.show .vdma-filter-datepicker__header-text, .vdma-filter-sort__header.show .vdma-filter-datepicker__header-text, .vdma-filter-suite__header.show .vdma-filter-datepicker__header-text, .vdma-filter-datepicker__header.show .vdma-filter-sort__header-text, .vdma-filter-sort__header.show .vdma-filter-sort__header-text, .vdma-filter-suite__header.show .vdma-filter-sort__header-text, .vdma-filter-datepicker__header.show .vdma-filter-suite__header-text, .vdma-filter-sort__header.show .vdma-filter-suite__header-text, .vdma-filter-suite__header.show .vdma-filter-suite__header-text {
    color: #000;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header.show .vdma-filter-datepicker__header__icon-filter, .vdma-filter-sort__header.show .vdma-filter-datepicker__header__icon-filter, .vdma-filter-suite__header.show .vdma-filter-datepicker__header__icon-filter, .vdma-filter-datepicker__header.show .vdma-filter-sort__header__icon-filter, .vdma-filter-sort__header.show .vdma-filter-sort__header__icon-filter, .vdma-filter-suite__header.show .vdma-filter-sort__header__icon-filter, .vdma-filter-datepicker__header.show .vdma-filter-suite__header__icon-filter, .vdma-filter-sort__header.show .vdma-filter-suite__header__icon-filter, .vdma-filter-suite__header.show .vdma-filter-suite__header__icon-filter {
    color: #000;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__header.show .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-sort__header.show .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-suite__header.show .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-datepicker__header.show .vdma-filter-sort__header__icon-rotate, .vdma-filter-sort__header.show .vdma-filter-sort__header__icon-rotate, .vdma-filter-suite__header.show .vdma-filter-sort__header__icon-rotate, .vdma-filter-datepicker__header.show .vdma-filter-suite__header__icon-rotate, .vdma-filter-sort__header.show .vdma-filter-suite__header__icon-rotate, .vdma-filter-suite__header.show .vdma-filter-suite__header__icon-rotate {
    color: #000;
  }
}
.vdma-filter-datepicker__header.show .vdma-filter-datepicker__header__icon-rotate i, .vdma-filter-sort__header.show .vdma-filter-datepicker__header__icon-rotate i, .vdma-filter-suite__header.show .vdma-filter-datepicker__header__icon-rotate i, .vdma-filter-datepicker__header.show .vdma-filter-sort__header__icon-rotate i, .vdma-filter-sort__header.show .vdma-filter-sort__header__icon-rotate i, .vdma-filter-suite__header.show .vdma-filter-sort__header__icon-rotate i, .vdma-filter-datepicker__header.show .vdma-filter-suite__header__icon-rotate i, .vdma-filter-sort__header.show .vdma-filter-suite__header__icon-rotate i, .vdma-filter-suite__header.show .vdma-filter-suite__header__icon-rotate i {
  transform: rotate(180deg);
}

.vdma-filter-datepicker__header.selected .vdma-filter-datepicker__header-text, .vdma-filter-sort__header.selected .vdma-filter-datepicker__header-text, .vdma-filter-suite__header.selected .vdma-filter-datepicker__header-text, .vdma-filter-datepicker__header.selected .vdma-filter-sort__header-text, .vdma-filter-sort__header.selected .vdma-filter-sort__header-text, .vdma-filter-suite__header.selected .vdma-filter-sort__header-text, .vdma-filter-datepicker__header.selected .vdma-filter-suite__header-text, .vdma-filter-sort__header.selected .vdma-filter-suite__header-text, .vdma-filter-suite__header.selected .vdma-filter-suite__header-text {
  color: #222F5B;
}

.vdma-filter-datepicker__header.selected .vdma-filter-datepicker__header__icon-filter, .vdma-filter-sort__header.selected .vdma-filter-datepicker__header__icon-filter, .vdma-filter-suite__header.selected .vdma-filter-datepicker__header__icon-filter, .vdma-filter-datepicker__header.selected .vdma-filter-sort__header__icon-filter, .vdma-filter-sort__header.selected .vdma-filter-sort__header__icon-filter, .vdma-filter-suite__header.selected .vdma-filter-sort__header__icon-filter, .vdma-filter-datepicker__header.selected .vdma-filter-suite__header__icon-filter, .vdma-filter-sort__header.selected .vdma-filter-suite__header__icon-filter, .vdma-filter-suite__header.selected .vdma-filter-suite__header__icon-filter {
  color: #222F5B;
}

.vdma-filter-datepicker__header.selected .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-sort__header.selected .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-suite__header.selected .vdma-filter-datepicker__header__icon-rotate, .vdma-filter-datepicker__header.selected .vdma-filter-sort__header__icon-rotate, .vdma-filter-sort__header.selected .vdma-filter-sort__header__icon-rotate, .vdma-filter-suite__header.selected .vdma-filter-sort__header__icon-rotate, .vdma-filter-datepicker__header.selected .vdma-filter-suite__header__icon-rotate, .vdma-filter-sort__header.selected .vdma-filter-suite__header__icon-rotate, .vdma-filter-suite__header.selected .vdma-filter-suite__header__icon-rotate {
  color: #222F5B;
}

.vdma-filter-datepicker__content, .vdma-filter-sort__content, .vdma-filter-suite__content {
  display: none;
}

.vdma-filter-datepicker__content.hide-desktop, .vdma-filter-sort__content.hide-desktop, .vdma-filter-suite__content.hide-desktop {
  display: block;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__content.hide-desktop, .vdma-filter-sort__content.hide-desktop, .vdma-filter-suite__content.hide-desktop {
    display: none;
  }
}
.vdma-filter-datepicker__content.always-show, .vdma-filter-sort__content.always-show, .vdma-filter-suite__content.always-show {
  display: block;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__content, .vdma-filter-sort__content, .vdma-filter-suite__content {
    width: 23.375rem;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(204, 204, 204, 0.7);
    margin-top: 0.75rem;
    z-index: 900;
    position: absolute;
    top: 100%;
  }
  .vdma-filter-datepicker__content.large, .vdma-filter-sort__content.large, .vdma-filter-suite__content.large {
    width: 42.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__content.sort-extend, .vdma-filter-sort__content.sort-extend, .vdma-filter-suite__content.sort-extend {
    width: auto;
    margin-top: 0;
    position: relative;
    box-shadow: none;
    transform: translateY(4.625rem);
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__content.sort-extend, .vdma-filter-sort__content.sort-extend, .vdma-filter-suite__content.sort-extend {
    transform: translateY(5.5rem);
  }
}
.vdma-filter-datepicker__header.show ~ .vdma-filter-datepicker__content, .vdma-filter-sort__header.show ~ .vdma-filter-datepicker__content, .vdma-filter-suite__header.show ~ .vdma-filter-datepicker__content, .vdma-filter-datepicker__header.show ~ .vdma-filter-sort__content, .vdma-filter-sort__header.show ~ .vdma-filter-sort__content, .vdma-filter-suite__header.show ~ .vdma-filter-sort__content, .vdma-filter-datepicker__header.show ~ .vdma-filter-suite__content, .vdma-filter-sort__header.show ~ .vdma-filter-suite__content, .vdma-filter-suite__header.show ~ .vdma-filter-suite__content {
  display: block;
}

.vdma-filter-datepicker__title, .vdma-filter-sort__title, .vdma-filter-suite__title {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__title, .vdma-filter-sort__title, .vdma-filter-suite__title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.vdma-filter-datepicker__title__text, .vdma-filter-sort__title__text, .vdma-filter-suite__title__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__title__text, .vdma-filter-sort__title__text, .vdma-filter-suite__title__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__title__text, .vdma-filter-sort__title__text, .vdma-filter-suite__title__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-filter-datepicker__title__filter-icon, .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-sort__title__filter-icon, .vdma-filter-sort__title__rotate-icon, .vdma-filter-suite__title__filter-icon, .vdma-filter-suite__title__rotate-icon {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #707175;
}

.vdma-filter-datepicker__title__text + .vdma-filter-datepicker__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-sort__title__text + .vdma-filter-datepicker__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-suite__title__text + .vdma-filter-datepicker__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-datepicker__title__text + .vdma-filter-sort__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-sort__title__text + .vdma-filter-sort__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-suite__title__text + .vdma-filter-sort__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-datepicker__title__text + .vdma-filter-suite__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-sort__title__text + .vdma-filter-suite__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-suite__title__text + .vdma-filter-suite__title__rotate-icon {
  margin-left: 0.125rem;
}

.vdma-filter-datepicker__title__text + .vdma-filter-datepicker__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-sort__title__text + .vdma-filter-datepicker__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-suite__title__text + .vdma-filter-datepicker__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-datepicker__title__text + .vdma-filter-sort__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-sort__title__text + .vdma-filter-sort__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-suite__title__text + .vdma-filter-sort__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-datepicker__title__text + .vdma-filter-suite__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-sort__title__text + .vdma-filter-suite__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-suite__title__text + .vdma-filter-suite__title__filter-icon {
  margin-left: 0.5rem;
}

.vdma-filter-datepicker__title.show .vdma-filter-datepicker__title__text, .vdma-filter-sort__title.show .vdma-filter-datepicker__title__text, .vdma-filter-suite__title.show .vdma-filter-datepicker__title__text, .vdma-filter-datepicker__title.show .vdma-filter-sort__title__text, .vdma-filter-sort__title.show .vdma-filter-sort__title__text, .vdma-filter-suite__title.show .vdma-filter-sort__title__text, .vdma-filter-datepicker__title.show .vdma-filter-suite__title__text, .vdma-filter-sort__title.show .vdma-filter-suite__title__text, .vdma-filter-suite__title.show .vdma-filter-suite__title__text {
  color: #000;
}

.vdma-filter-datepicker__title.show .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-sort__title.show .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-suite__title.show .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-datepicker__title.show .vdma-filter-sort__title__rotate-icon, .vdma-filter-sort__title.show .vdma-filter-sort__title__rotate-icon, .vdma-filter-suite__title.show .vdma-filter-sort__title__rotate-icon, .vdma-filter-datepicker__title.show .vdma-filter-suite__title__rotate-icon, .vdma-filter-sort__title.show .vdma-filter-suite__title__rotate-icon, .vdma-filter-suite__title.show .vdma-filter-suite__title__rotate-icon {
  color: #000;
}

.vdma-filter-datepicker__title.show .vdma-filter-datepicker__title__rotate-icon i, .vdma-filter-sort__title.show .vdma-filter-datepicker__title__rotate-icon i, .vdma-filter-suite__title.show .vdma-filter-datepicker__title__rotate-icon i, .vdma-filter-datepicker__title.show .vdma-filter-sort__title__rotate-icon i, .vdma-filter-sort__title.show .vdma-filter-sort__title__rotate-icon i, .vdma-filter-suite__title.show .vdma-filter-sort__title__rotate-icon i, .vdma-filter-datepicker__title.show .vdma-filter-suite__title__rotate-icon i, .vdma-filter-sort__title.show .vdma-filter-suite__title__rotate-icon i, .vdma-filter-suite__title.show .vdma-filter-suite__title__rotate-icon i {
  transform: rotate(180deg);
}

.vdma-filter-datepicker__title.show .vdma-filter-datepicker__title__filter-icon, .vdma-filter-sort__title.show .vdma-filter-datepicker__title__filter-icon, .vdma-filter-suite__title.show .vdma-filter-datepicker__title__filter-icon, .vdma-filter-datepicker__title.show .vdma-filter-sort__title__filter-icon, .vdma-filter-sort__title.show .vdma-filter-sort__title__filter-icon, .vdma-filter-suite__title.show .vdma-filter-sort__title__filter-icon, .vdma-filter-datepicker__title.show .vdma-filter-suite__title__filter-icon, .vdma-filter-sort__title.show .vdma-filter-suite__title__filter-icon, .vdma-filter-suite__title.show .vdma-filter-suite__title__filter-icon {
  color: #000;
}

.vdma-filter-datepicker__title.selected .vdma-filter-datepicker__title__text, .vdma-filter-sort__title.selected .vdma-filter-datepicker__title__text, .vdma-filter-suite__title.selected .vdma-filter-datepicker__title__text, .vdma-filter-datepicker__title.selected .vdma-filter-sort__title__text, .vdma-filter-sort__title.selected .vdma-filter-sort__title__text, .vdma-filter-suite__title.selected .vdma-filter-sort__title__text, .vdma-filter-datepicker__title.selected .vdma-filter-suite__title__text, .vdma-filter-sort__title.selected .vdma-filter-suite__title__text, .vdma-filter-suite__title.selected .vdma-filter-suite__title__text {
  color: #222F5B;
}

.vdma-filter-datepicker__title.selected .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-sort__title.selected .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-suite__title.selected .vdma-filter-datepicker__title__rotate-icon, .vdma-filter-datepicker__title.selected .vdma-filter-sort__title__rotate-icon, .vdma-filter-sort__title.selected .vdma-filter-sort__title__rotate-icon, .vdma-filter-suite__title.selected .vdma-filter-sort__title__rotate-icon, .vdma-filter-datepicker__title.selected .vdma-filter-suite__title__rotate-icon, .vdma-filter-sort__title.selected .vdma-filter-suite__title__rotate-icon, .vdma-filter-suite__title.selected .vdma-filter-suite__title__rotate-icon {
  color: #222F5B;
}

.vdma-filter-datepicker__title.selected .vdma-filter-datepicker__title__filter-icon, .vdma-filter-sort__title.selected .vdma-filter-datepicker__title__filter-icon, .vdma-filter-suite__title.selected .vdma-filter-datepicker__title__filter-icon, .vdma-filter-datepicker__title.selected .vdma-filter-sort__title__filter-icon, .vdma-filter-sort__title.selected .vdma-filter-sort__title__filter-icon, .vdma-filter-suite__title.selected .vdma-filter-sort__title__filter-icon, .vdma-filter-datepicker__title.selected .vdma-filter-suite__title__filter-icon, .vdma-filter-sort__title.selected .vdma-filter-suite__title__filter-icon, .vdma-filter-suite__title.selected .vdma-filter-suite__title__filter-icon {
  color: #222F5B;
}

.vdma-filter-datepicker__sorting {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__sorting {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__sorting {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-sort__sorting {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__sorting {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__sorting {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-suite__sorting {
  width: 100%;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__sorting {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__sorting {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__sorting {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__sorting, .vdma-filter-sort__sorting, .vdma-filter-suite__sorting {
    margin-bottom: 0;
    flex-direction: row;
  }
}
.vdma-filter-datepicker__sorting__point, .vdma-filter-sort__sorting__point, .vdma-filter-suite__sorting__point {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.vdma-filter-datepicker__sorting__point .vdma-filter-radio + .vdma-info-layer {
  margin: 0 0 0 0.5rem;
}

.vdma-filter-sort__sorting__point .vdma-filter-radio + .vdma-info-layer {
  margin: 0 0 0 0.5rem;
}

.vdma-filter-suite__sorting__point .vdma-filter-radio + .vdma-info-layer {
  margin: 0 0 0 0.5rem;
}

.vdma-filter-datepicker__sorting__point:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-filter-sort__sorting__point:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__sorting__point:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__sorting__point:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-filter-suite__sorting__point:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child), .vdma-filter-sort__sorting__point:not(:first-child), .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__sorting__point:not(:first-child), .vdma-filter-sort__sorting__point:not(:first-child), .vdma-filter-suite__sorting__point:not(:first-child) {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
.vdma-filter-datepicker__daterange-picker, .vdma-filter-sort__daterange-picker, .vdma-filter-suite__daterange-picker {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vdma-filter-datepicker__daterange-picker__content, .vdma-filter-sort__daterange-picker__content, .vdma-filter-suite__daterange-picker__content {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__daterange-picker__content, .vdma-filter-sort__daterange-picker__content, .vdma-filter-suite__daterange-picker__content {
    width: 42.25rem;
  }
}
.vdma-filter-datepicker__daterange-picker__action {
  width: 100%;
  padding-bottom: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding-bottom: 1.25rem;
  }
}
.vdma-filter-sort__daterange-picker__action {
  width: 100%;
  padding-bottom: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding-bottom: 1.25rem;
  }
}
.vdma-filter-suite__daterange-picker__action {
  width: 100%;
  padding-bottom: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding: 1rem 1.5rem;
    border-top: 0.0625rem solid #f4f3f0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-datepicker__daterange-picker__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding: 1rem 1.5rem;
    border-top: 0.0625rem solid #f4f3f0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-sort__daterange-picker__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding: 1rem 1.5rem;
    border-top: 0.0625rem solid #f4f3f0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-suite__daterange-picker__action {
    padding: 1.25rem 1.75rem;
  }
}
.vdma-filter-datepicker__daterange-picker__action-reset__text, .vdma-filter-sort__daterange-picker__action-reset__text, .vdma-filter-suite__daterange-picker__action-reset__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #929292;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__daterange-picker__action-reset__text, .vdma-filter-sort__daterange-picker__action-reset__text, .vdma-filter-suite__daterange-picker__action-reset__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__daterange-picker__action-reset__text, .vdma-filter-sort__daterange-picker__action-reset__text, .vdma-filter-suite__daterange-picker__action-reset__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-filter-datepicker__daterange-picker__action-apply, .vdma-filter-sort__daterange-picker__action-apply, .vdma-filter-suite__daterange-picker__action-apply {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__daterange-picker__action-apply, .vdma-filter-sort__daterange-picker__action-apply, .vdma-filter-suite__daterange-picker__action-apply {
    display: flex;
  }
}
.vdma-filter-datepicker__selected {
  padding: 0.75rem 0;
  overflow-y: scroll;
  max-height: 12rem;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected {
    padding: 1.25rem 0;
  }
}
.vdma-filter-sort__selected {
  padding: 0.75rem 0;
  overflow-y: scroll;
  max-height: 12rem;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected {
    padding: 1.25rem 0;
  }
}
.vdma-filter-suite__selected {
  padding: 0.75rem 0;
  overflow-y: scroll;
  max-height: 12rem;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected {
    padding: 1.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected, .vdma-filter-sort__selected, .vdma-filter-suite__selected {
    max-height: 15rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected, .vdma-filter-sort__selected, .vdma-filter-suite__selected {
    max-height: 14rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected, .vdma-filter-sort__selected, .vdma-filter-suite__selected {
    max-height: 12rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected, .vdma-filter-sort__selected, .vdma-filter-suite__selected {
    max-height: 14rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.vdma-filter-datepicker__selected::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-sort__selected::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-suite__selected::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-sort__selected::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-suite__selected::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-datepicker__selected::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-sort__selected::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-sort__selected::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-suite__selected::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-suite__selected::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-filter-datepicker__selected .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-sort__selected .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-suite__selected .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__selected .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-datepicker .vdma-filter-suite__selected:not([style*=display]):not([style*=none]) + .vdma-filter-suite__all, .vdma-filter-sort .vdma-filter-suite__selected:not([style*=display]):not([style*=none]) + .vdma-filter-suite__all, .vdma-filter-suite .vdma-filter-suite__selected:not([style*=display]):not([style*=none]) + .vdma-filter-suite__all {
  border-top: 0.0625rem solid #f4f3f0;
}

.vdma-filter-datepicker__all {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #f4f3f0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__all {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__all {
    padding: 1.25rem 0;
  }
}
.vdma-filter-sort__all {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #f4f3f0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__all {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__all {
    padding: 1.25rem 0;
  }
}
.vdma-filter-suite__all {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #f4f3f0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__all {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__all {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__all {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__all, .vdma-filter-sort__all, .vdma-filter-suite__all {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__all, .vdma-filter-sort__all, .vdma-filter-suite__all {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.vdma-filter-datepicker__list, .vdma-filter-sort__list, .vdma-filter-suite__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list, .vdma-filter-sort__list, .vdma-filter-suite__list {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list, .vdma-filter-sort__list, .vdma-filter-suite__list {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.vdma-filter-datepicker__list__facet, .vdma-filter-sort__list__facet, .vdma-filter-suite__list__facet {
  display: flex;
  flex-direction: column;
}

.vdma-filter-datepicker__list__facet-header {
  font-family: "Open Sans Bold";
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list__facet-header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list__facet-header {
    padding-bottom: 1.25rem;
  }
}
.vdma-filter-sort__list__facet-header {
  font-family: "Open Sans Bold";
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list__facet-header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list__facet-header {
    padding-bottom: 1.25rem;
  }
}
.vdma-filter-suite__list__facet-header {
  font-family: "Open Sans Bold";
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list__facet-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list__facet-header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list__facet-header {
    padding-bottom: 1.25rem;
  }
}
.vdma-filter-datepicker__list__facet + .vdma-filter-datepicker__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-sort__list__facet + .vdma-filter-datepicker__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-suite__list__facet + .vdma-filter-datepicker__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-datepicker__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-datepicker__list__facet + .vdma-filter-sort__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-sort__list__facet + .vdma-filter-sort__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-suite__list__facet + .vdma-filter-sort__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-sort__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-datepicker__list__facet + .vdma-filter-suite__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-sort__list__facet + .vdma-filter-suite__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-suite__list__facet + .vdma-filter-suite__list__facet {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-suite__list__facet {
    margin-top: 2.25rem;
  }
}
.vdma-filter-datepicker__list__facet + .vdma-filter-checkbox {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-checkbox {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list__facet + .vdma-filter-checkbox {
    margin-top: 1.25rem;
  }
}
.vdma-filter-sort__list__facet + .vdma-filter-checkbox {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-checkbox {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list__facet + .vdma-filter-checkbox {
    margin-top: 1.25rem;
  }
}
.vdma-filter-suite__list__facet + .vdma-filter-checkbox {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-checkbox {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-checkbox {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list__facet + .vdma-filter-checkbox {
    margin-top: 1.25rem;
  }
}
.vdma-filter-datepicker__list .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-sort__list .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-suite__list .vdma-filter-checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__list .vdma-filter-checkbox:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.vdma-filter-datepicker__collapsible {
  padding: 0.75rem 0;
}

@media (min-width: 47.96875em) {
  .vdma-filter-datepicker__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__collapsible {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__collapsible {
    padding: 1.25rem 0;
  }
}
.vdma-filter-sort__collapsible {
  padding: 0.75rem 0;
}

@media (min-width: 47.96875em) {
  .vdma-filter-sort__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-sort__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__collapsible {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-sort__collapsible {
    padding: 1.25rem 0;
  }
}
.vdma-filter-suite__collapsible {
  padding: 0.75rem 0;
}

@media (min-width: 47.96875em) {
  .vdma-filter-suite__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-suite__collapsible {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__collapsible {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-suite__collapsible {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__collapsible, .vdma-filter-sort__collapsible, .vdma-filter-suite__collapsible {
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__collapsible, .vdma-filter-sort__collapsible, .vdma-filter-suite__collapsible {
    padding: 1.25rem 1.75rem 0 1.75rem;
  }
}
.vdma-filter-datepicker__collapsible__content, .vdma-filter-sort__collapsible__content, .vdma-filter-suite__collapsible__content {
  display: none;
  flex-direction: column;
}

.vdma-filter-datepicker__collapsible__title, .vdma-filter-sort__collapsible__title, .vdma-filter-suite__collapsible__title {
  display: block;
  color: #222F5B;
}

.vdma-filter-datepicker__collapsible__title-text, .vdma-filter-sort__collapsible__title-text, .vdma-filter-suite__collapsible__title-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  margin-right: auto;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .vdma-filter-datepicker__collapsible__title-text, .vdma-filter-sort__collapsible__title-text, .vdma-filter-suite__collapsible__title-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-datepicker__collapsible__title-text, .vdma-filter-sort__collapsible__title-text, .vdma-filter-suite__collapsible__title-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-filter-datepicker__collapsible__title.show, .vdma-filter-sort__collapsible__title.show, .vdma-filter-suite__collapsible__title.show {
  display: none;
}

.vdma-filter-datepicker__collapsible__title.show + .vdma-filter-datepicker__collapsible__content, .vdma-filter-sort__collapsible__title.show + .vdma-filter-datepicker__collapsible__content, .vdma-filter-suite__collapsible__title.show + .vdma-filter-datepicker__collapsible__content, .vdma-filter-datepicker__collapsible__title.show + .vdma-filter-sort__collapsible__content, .vdma-filter-sort__collapsible__title.show + .vdma-filter-sort__collapsible__content, .vdma-filter-suite__collapsible__title.show + .vdma-filter-sort__collapsible__content, .vdma-filter-datepicker__collapsible__title.show + .vdma-filter-suite__collapsible__content, .vdma-filter-sort__collapsible__title.show + .vdma-filter-suite__collapsible__content, .vdma-filter-suite__collapsible__title.show + .vdma-filter-suite__collapsible__content {
  display: flex;
}

.vdma-filter-datepicker__action, .vdma-filter-sort__action, .vdma-filter-suite__action {
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__action {
    display: flex;
    border-top: 0.0625rem solid #f4f3f0;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-datepicker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-datepicker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-datepicker__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-datepicker__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-sort__action {
    display: flex;
    border-top: 0.0625rem solid #f4f3f0;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-sort__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-sort__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-sort__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-sort__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-suite__action {
    display: flex;
    border-top: 0.0625rem solid #f4f3f0;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-filter-suite__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-filter-suite__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-filter-suite__action {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-filter-suite__action {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-datepicker__action button, .vdma-filter-datepicker__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-filter-datepicker__action label, .vdma-filter-sort__action button, .vdma-filter-sort__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-filter-sort__action label, .vdma-filter-suite__action button, .vdma-filter-suite__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-filter-suite__action label {
    width: 100%;
  }
}
.vdma-filter-checkbox {
  margin-right: auto;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.vdma-filter-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vdma-filter-checkbox div {
  order: 1;
  height: 1.25rem;
  width: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #929292;
  position: relative;
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .vdma-filter-checkbox div {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-checkbox div {
    margin-top: 0.375rem;
  }
}
.vdma-filter-checkbox div::after {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  pointer-events: none;
  position: absolute;
  top: 9%;
  left: 0.375rem;
  transform: rotate(45deg);
}

.vdma-filter-checkbox span {
  order: 2;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #000;
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-filter-checkbox span {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-checkbox span {
    padding-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-checkbox span {
    padding-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-checkbox span {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-filter-checkbox span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-checkbox span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-filter-checkbox input:checked ~ div {
  border-color: #222F5B;
  background-color: #222F5B;
}

.vdma-filter-checkbox:hover div {
  border: 0.0625rem solid #222F5B;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

.vdma-filter-radio {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: auto;
  color: #000;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0.125rem 0 0.125rem 2.25rem;
  cursor: pointer;
  position: relative;
}

@media (min-width: 63.96875em) {
  .vdma-filter-radio {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-filter-radio {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-filter-radio {
    color: #707175;
    padding: 0.125rem 0;
  }
  .vdma-filter-radio::after {
    display: none;
  }
}
.vdma-filter-radio input {
  display: none;
}

.vdma-filter-radio span {
  white-space: nowrap;
}

.vdma-filter-radio div {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #929292;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (min-width: 89.96875em) {
  .vdma-filter-radio div {
    display: none;
    width: 100%;
    height: auto;
    background-color: #222F5B;
    border: none;
    border-radius: 0;
    height: 0.125rem;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
  }
}
.vdma-filter-radio::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  transform: translateY(-50%);
}

.vdma-filter-radio input:checked ~ span {
  color: #000;
}

@media (min-width: 89.96875em) {
  .vdma-filter-radio input:checked ~ span {
    color: #222F5B;
  }
}
.vdma-filter-radio input:checked ~ div {
  border-color: #222F5B;
  background-color: #222F5B;
}

@media (min-width: 89.96875em) {
  .vdma-filter-radio input:checked ~ div {
    display: block;
    border-color: none;
    background-color: none;
  }
}
.vdma-filter-radio:hover div {
  border: 0.0625rem solid #222F5B;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

@media (min-width: 89.96875em) {
  .vdma-filter-radio:hover {
    color: #222F5B;
  }
  .vdma-filter-radio:hover div {
    display: block;
    border: none;
    box-shadow: none;
  }
}
.vdma-daterange-picker {
  margin-bottom: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-daterange-picker {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker {
    margin-bottom: 1.25rem;
  }
}
.vdma-daterange-picker__calendar {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.vdma-daterange-picker__first-range, .vdma-daterange-picker__last-range {
  display: none;
}

.vdma-daterange-picker__years, .vdma-daterange-picker__months, .vdma-daterange-picker__days {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.vdma-daterange-picker__arrows {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__arrows {
    padding: 1.25rem 1.75rem;
  }
}
.vdma-daterange-picker__arrows-prev, .vdma-daterange-picker__arrows-next {
  min-height: 1.75rem;
  color: #222F5B;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .vdma-daterange-picker__arrows-prev, .vdma-daterange-picker__arrows-next {
    min-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__arrows-prev, .vdma-daterange-picker__arrows-next {
    min-height: 2.25rem;
  }
}
.vdma-daterange-picker__arrows-prev::before, .vdma-daterange-picker__arrows-next::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (-ms-high-contrast: none) and (min-width: 63.96875em) {
  .vdma-daterange-picker__arrows-prev::before, .vdma-daterange-picker__arrows-next::before {
    transform: translateY(15%);
  }
}
@media (-ms-high-contrast: none) and (min-width: 119.96875em) {
  .vdma-daterange-picker__arrows-prev::before, .vdma-daterange-picker__arrows-next::before {
    transform: translateY(25%);
  }
}
.vdma-daterange-picker__arrows-prev::before {
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-chevron-left-petrol.svg");
}

.vdma-daterange-picker__arrows-next::before {
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-chevron-right-petrol.svg");
}

.vdma-daterange-picker__header {
  margin: 0.75rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-daterange-picker__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__header {
    margin: 1rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__header {
    margin: 1.25rem 1.75rem;
  }
}
.vdma-daterange-picker__header-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  .vdma-daterange-picker__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__header-text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-daterange-picker__header-text {
    font-family: "Open Sans Bold";
  }
}
.vdma-daterange-picker__header-text.no-event {
  cursor: auto;
}

.vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days {
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days {
    display: flex;
  }
  .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__header {
    margin-left: 0;
  }
  .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__days-month, .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__week-days {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__days-month, .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__week-days {
    padding-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__days-month, .vdma-daterange-picker .vdma-daterange-picker__days + .vdma-daterange-picker__days .vdma-daterange-picker__week-days {
    padding-right: 1.75rem;
  }
}
.vdma-daterange-picker__week-days {
  height: 100%;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker__week-days {
    border-top: 0.0625rem solid #f4f3f0;
    padding: 0.75rem 1.125rem 0.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-daterange-picker__week-days {
    padding: 0.875rem 1.25rem 0.5rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__week-days {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__week-days {
    padding: 1.25rem 1.75rem 0.5rem 1.75rem;
  }
}
.vdma-daterange-picker__week-days__cell {
  height: 100%;
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex: 1 1 0;
  text-align: center;
}

.vdma-daterange-picker__days-month {
  font-family: "Open Sans Regular";
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
}

@media (min-width: 47.96875em) {
  .vdma-daterange-picker__days-month {
    padding: 0 1.125rem 0 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-daterange-picker__days-month {
    padding: 0 1.25rem 0 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-daterange-picker__days-month {
    padding: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__days-month {
    padding: 0 1.75rem;
  }
}
.vdma-daterange-picker__days-month-row {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.125rem;
}

.vdma-daterange-picker__days-month__cell {
  width: 100%;
  height: 2.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vdma-daterange-picker__days-month__cell.another-month {
  color: #cecece;
  pointer-events: none;
}

.vdma-daterange-picker__days-month__cell.in-range {
  background-color: #f4f3f0;
}

.vdma-daterange-picker__days-month__cell.active {
  color: #fff;
  background-color: #222F5B;
}

.vdma-daterange-picker__days-month__cell:hover:not(:focus) {
  color: #fff;
  background-color: #222F5B;
}

.vdma-daterange-picker__years-list, .vdma-daterange-picker__months-list {
  font-family: "Open Sans Regular";
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 89.96875em) {
  .vdma-daterange-picker__years-list, .vdma-daterange-picker__months-list {
    padding: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__years-list, .vdma-daterange-picker__months-list {
    padding: 0 1.75rem;
  }
}
.vdma-daterange-picker__years-list__cell {
  height: 3.75rem;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.0625rem solid #f4f3f0;
  cursor: pointer;
  margin: 0.125rem;
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vdma-daterange-picker__months-list__cell {
  height: 3.75rem;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.0625rem solid #f4f3f0;
  cursor: pointer;
  margin: 0.125rem;
  flex: 1 1 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 89.96875em) {
  .vdma-daterange-picker__years-list__cell, .vdma-daterange-picker__months-list__cell {
    height: 3.885rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-daterange-picker__years-list__cell, .vdma-daterange-picker__months-list__cell {
    height: 3.95rem;
  }
}
.vdma-daterange-picker__years-list__cell.active, .vdma-daterange-picker__years-list__cell:hover, .vdma-daterange-picker__months-list__cell.active, .vdma-daterange-picker__months-list__cell:hover {
  color: #fff !important;
  background-color: #222F5B;
}

.vdma-daterange-picker__years-list__cell.another-year, .vdma-daterange-picker__months-list__cell.another-year {
  color: #cecece;
  pointer-events: none;
}

.vdma-accordion {
  transition: all 0.2s ease;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-accordion {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion {
    margin-bottom: 3.75rem;
  }
}
.vdma-accordion__header_togle {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  border-top: 0.0625rem solid #cecece;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-accordion__header_togle {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__header_togle {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__header_togle {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__header_togle {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-accordion__header_togle {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__header_togle {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__header_togle {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__header_togle {
    padding-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__header_togle {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__header_togle {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-accordion__header_togle > span {
  display: flex;
}

.vdma-accordion__header_togle .vdma-icon, .vdma-accordion__header_togle .group-teaser__info__roofline-status-icon, .vdma-accordion__header_togle .group-teaser__info__participant-status-icon, .vdma-accordion__header_togle .service-teaser__header__icon, .vdma-accordion__header_togle .service-quicklink__icon, .vdma-accordion__header_togle .service-select-teaser__header__icon, .vdma-accordion__header_togle .advice-and-network__item__icon, .vdma-accordion__header_togle .groups-details-page__content__info__head__roofline-status-icon, .vdma-accordion__header_togle .groups-details-page__content__info__head__participant-status-icon {
  display: flex;
}

.vdma-accordion__active > .vdma-accordion__header_togle > span {
  display: flex;
  border-bottom: 0.125rem solid #222F5B;
}

.vdma-accordion__active > .vdma-accordion__header_togle > i {
  transform: rotate(180deg);
}

.vdma-accordion__content {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  padding-bottom: 0.75rem;
  position: relative;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-accordion__content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__content {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__content {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__content {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__content {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-accordion__content__photo {
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-accordion__content__photo {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__content__photo {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__content__photo {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__content__photo {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-accordion__content__photo {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__content__photo {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__content__photo {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.vdma-accordion__content__photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.vdma-accordion__content__photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.vdma-accordion__content__description {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-accordion__content__description__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-accordion__content__description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-accordion__content__description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-accordion__content__description__source {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-accordion__content__description__source {
    margin-top: 1.25rem;
  }
}
.vdma-accordion__content__description__source__title {
  color: #333;
}

.vdma-accordion__content__description__source__text {
  color: #707175;
}

.vdma-global-search {
  background-color: #fff;
  display: flex;
  position: relative;
}

.vdma-global-search--petrol {
  background-color: #222F5B;
}

.vdma-global-search--petrol .vdma-global-search__input-group.focused input {
  outline: none;
  border-bottom: 0.0625rem solid #fff;
  box-shadow: inset 0 -0.0625rem 0 0 #fff;
}

.vdma-global-search--petrol .vdma-global-search__input-group input {
  color: #fff;
  background-color: #222F5B;
  border-bottom: 0.0625rem solid #fff;
}

.vdma-global-search--petrol .vdma-global-search__input-group label {
  color: rgba(255, 255, 255, 0.6);
}

.vdma-global-search--petrol .vdma-global-search__input-group i {
  color: rgba(255, 255, 255, 0.6);
}

.vdma-global-search__input-group {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.vdma-global-search__input-group.focused input {
  outline: none;
  border-bottom: 0.0625rem solid #222F5B;
  box-shadow: inset 0 -0.0625rem 0 0 #222F5B;
}

.vdma-global-search__input-group input {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 0.125rem 1.5rem 0.5rem 0;
  border: none;
  border-bottom: 0.0625rem solid #929292;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__input-group input {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__input-group input {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__input-group input {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__input-group input {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-global-search__input-group input::-moz-placeholder {
  color: transparent;
  -moz-user-select: none;
  user-select: none;
}

.vdma-global-search__input-group input:-ms-input-placeholder {
  color: transparent;
  -ms-user-select: none;
  user-select: none;
}

.vdma-global-search__input-group input::-ms-input-placeholder {
  color: transparent;
  -ms-user-select: none;
  user-select: none;
}

.vdma-global-search__input-group input::placeholder {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-global-search__input-group input::-ms-clear {
  display: none;
}

.vdma-global-search__input-group input:focus {
  outline: none;
}

.vdma-global-search__input-group label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  height: auto;
  color: #707175;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__input-group label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__input-group label {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__input-group label {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__input-group label {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-global-search__input-group label.active {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  bottom: 100%;
  transform: translateY(0);
}

.vdma-global-search__input-group i {
  color: #707175;
  cursor: pointer;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

.vdma-global-search__input-group i.hide {
  display: none;
}

.vdma-global-search__action {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  z-index: 998;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__action {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__action {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__action {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__action {
    margin-left: 1.25rem;
  }
}
.vdma-global-search__action button, .vdma-global-search__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-global-search__action label {
  height: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  margin-top: auto;
  padding: 0;
}

.vdma-global-search__results {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 14.75rem;
  background-color: #fff;
  padding-top: 1.25rem;
  list-style: none;
  overflow-y: auto;
  height: auto;
  max-height: 14.75rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 997;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__results {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__results {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results {
    padding-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-global-search__results::-webkit-scrollbar {
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__results {
    height: 15.625rem;
    overflow-y: auto;
    height: auto;
    max-height: 15.625rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vdma-global-search__results::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results {
    height: 17.375rem;
    overflow-y: auto;
    height: auto;
    max-height: 17.375rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vdma-global-search__results::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__results {
    height: 18.5rem;
    overflow-y: auto;
    height: auto;
    max-height: 18.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vdma-global-search__results::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results {
    height: 21.75rem;
    overflow-y: auto;
    height: auto;
    max-height: 21.75rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vdma-global-search__results::-webkit-scrollbar {
    display: none;
  }
}
.vdma-global-search__results.opened {
  display: block;
}

.vdma-global-search__results--shadow {
  right: 3.25rem;
  padding: 1rem;
  box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem 0 rgba(112, 113, 117, 0.35);
}

@media (min-width: 47.96875em) {
  .vdma-global-search__results--shadow {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results--shadow {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__results--shadow {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results--shadow {
    padding: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-global-search__results--shadow {
    right: 3.375rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results--shadow {
    right: 3.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__results--shadow {
    right: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results--shadow {
    right: 3.75rem;
  }
}
.vdma-global-search__results-item {
  color: #222F5B;
}

.vdma-global-search__results-item:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-global-search__results-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-global-search__results-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-global-search__results-item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-global-search__results-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-global-search__results-item__link {
  color: currentColor;
  cursor: pointer;
}

.vdma-global-search__results-item__link:link, .vdma-global-search__results-item__link:visited {
  text-decoration: none;
  outline: none;
}

.vdma-global-search__results-item__link.selected, .vdma-global-search__results-item__link:focus, .vdma-global-search__results-item__link:hover {
  outline: none;
  border-bottom: 0.125rem solid currentColor;
}

.vdma-tabbar input[type=radio] {
  display: none;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(1) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(1) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(1) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(1)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(1) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(1) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(1) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(1) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(1) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(1) {
  display: block;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(2) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(2) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(2) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(2)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(2) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(2) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(2) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(2) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(2) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(2) {
  display: block;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(3) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(3) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(3) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(3)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(3) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(3) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(3) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(3) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(3) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(3) {
  display: block;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(4) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(4) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(4) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(4)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(4) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(4) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(4) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(4) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(4) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(4) {
  display: block;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(5) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(5) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(5) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(5)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(5) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(5) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(5) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(5) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(5) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(5) {
  display: block;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(6) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(6) {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(6) ~ .vdma-tabbar__dots .vdma-tabbar__dots-dot:nth-of-type(6)::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(6) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(6) .vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Bold";
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(6) ~ .vdma-tabbar__dots .vdma-tabbar__dots__notes:nth-of-type(6) .vdma-tabbar__dots__notes__dot::after {
  background-color: #f18700;
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar input[type=radio]:checked:nth-of-type(6) ~ .vdma-tabbar__tabs .vdma-tabbar__tabs-tab:nth-of-type(6) {
  display: block;
}

.vdma-tabbar__dots {
  background-color: #fff;
  box-shadow: 0 0.75rem 1.3125rem 0 rgba(51, 51, 51, 0.05);
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  transition: all 0.3s linear;
}

.vdma-tabbar__dots::-webkit-scrollbar {
  display: none;
}

.vdma-tabbar__dots-dot {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 0;
  color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots-dot {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots-dot {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots-dot {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots-dot {
    padding: 1.75rem 0;
  }
}
.vdma-tabbar__dots__notes__dot {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1rem 0;
  color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots__notes__dot {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots__notes__dot {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots__notes__dot {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots__notes__dot {
    padding: 1.75rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots-dot, .vdma-tabbar__dots__notes__dot {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots-dot, .vdma-tabbar__dots__notes__dot {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-tabbar__dots-dot + .vdma-tabbar__dots-dot {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots-dot {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots-dot {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots-dot {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots-dot {
    margin-left: 3.75rem;
  }
}
.vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots-dot {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots-dot {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots-dot {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots-dot {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots-dot {
    margin-left: 3.75rem;
  }
}
.vdma-tabbar__dots-dot + .vdma-tabbar__dots__notes__dot {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots-dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 3.75rem;
  }
}
.vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots__notes__dot {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots__notes__dot + .vdma-tabbar__dots__notes__dot {
    margin-left: 3.75rem;
  }
}
.vdma-tabbar__dots-dot:hover::after, .vdma-tabbar__dots__notes__dot:hover::after {
  height: 0.25rem;
  opacity: 1;
}

.vdma-tabbar__dots-dot::after, .vdma-tabbar__dots__notes__dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #cecece;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.vdma-tabbar__dots-dot span, .vdma-tabbar__dots__notes__dot span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-tabbar__dots-dot__total-counts {
  margin-left: 0.25rem;
}

.vdma-tabbar__dots__notes__dot__total-counts {
  margin-left: 0.25rem;
}

.vdma-tabbar__dots-dot__total-counts::before, .vdma-tabbar__dots__notes__dot__total-counts::before {
  content: "(";
}

.vdma-tabbar__dots-dot__total-counts::after, .vdma-tabbar__dots__notes__dot__total-counts::after {
  content: ")";
}

.vdma-tabbar__dots__notes {
  display: flex;
}

.vdma-tabbar__dots__notes + .vdma-tabbar__dots__notes {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-tabbar__dots__notes + .vdma-tabbar__dots__notes {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-tabbar__dots__notes + .vdma-tabbar__dots__notes {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-tabbar__dots__notes + .vdma-tabbar__dots__notes {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-tabbar__dots__notes + .vdma-tabbar__dots__notes {
    margin-left: 3.75rem;
  }
}
.vdma-tabbar__dots__notes__count {
  font-family: "Open Sans Bold";
  font-size: 0.6875rem;
  letter-spacing: 0.010625rem;
  color: #fff;
  padding: 0 0.25rem;
  background-color: #f18700;
  border-radius: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  max-height: 1rem;
  margin: auto 0 auto 0.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
}

.vdma-tabbar__tabs-tab {
  display: none;
}

.vdma-share-links {
  position: relative;
}

.vdma-share-links.focused > .textlink-inline > .textlink-text {
  border-bottom: 0.125rem solid currentColor;
}

.vdma-share-links__content {
  width: 15rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(204, 204, 204, 0.7);
  margin-top: 0.75rem;
  padding: 0.75rem 1rem 1rem 1rem;
  z-index: 900;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-share-links__content {
    padding: 0.875rem 1.125rem 1.125rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-share-links__content {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-share-links__content {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-share-links__content {
    padding: 1.25rem 1.75rem 1.75rem 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-share-links__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-share-links__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-share-links__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-share-links__content {
    margin-top: 1.25rem;
  }
}
.vdma-share-links__content.opened {
  display: block;
}

.vdma-share-links__link {
  width: 100%;
  display: flex;
  margin-right: auto;
}

.vdma-share-links__link:not(:first-child) {
  margin-top: 0.5rem;
}

.vdma-share-links__link a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-share-links__link a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-share-links__link a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-mock-block {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .vdma-mock-block {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-mock-block {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-mock-block {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .vdma-mock-block {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-mock-block {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-mock-block {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-mock-block {
    width: 83.3333333333%;
  }
}
.vdma-mock-block button + button {
  margin-top: 0.5rem;
}

.vdma-mock-block .personal-information-page__data-form__image-group label + button {
  margin-top: 0.5rem;
}

.personal-information-page__data-form__image-group .vdma-mock-block label + button {
  margin-top: 0.5rem;
}

.vdma-mock-block .personal-information-page__data-form__image-group button + label {
  margin-top: 0.5rem;
}

.personal-information-page__data-form__image-group .vdma-mock-block button + label {
  margin-top: 0.5rem;
}

.vdma-mock-block .personal-information-page__data-form__image-group label + label {
  margin-top: 0.5rem;
}

.personal-information-page__data-form__image-group .vdma-mock-block label + label {
  margin-top: 0.5rem;
}

.vdma-member-wall {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 990;
  position: relative;
}

.vdma-member-wall::before {
  content: "";
  width: 100%;
  height: 6.25rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  top: -6.25rem;
}

.vdma-member-wall-content {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2.75rem;
  box-shadow: 0 0.0625rem 1.875rem 0 rgba(0, 0, 0, 0.2);
  z-index: 991;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content {
    margin-bottom: 5.75rem;
  }
}
.vdma-member-wall-content::-webkit-scrollbar {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content {
    margin-left: auto;
    margin-right: auto;
    width: 37.5rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content {
    width: 50.5rem;
  }
}
.vdma-member-wall-content-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vdma-member-wall-content-info__head {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f4f3f0;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__head {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__head {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__head {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__head {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__head {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__head {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__head {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__head {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-member-wall-content-info__head {
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-member-wall-content-info__head {
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-member-wall-content-info__head {
    padding-right: 2.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-member-wall-content-info__head {
    padding-right: 3.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 2.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-member-wall-content-info__head {
    padding-left: 3.75rem !important;
  }
}
.vdma-member-wall-content-info__body {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__body {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__body {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__body {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__body {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__body {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__body {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__body {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__body {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-member-wall-content-info__body {
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-member-wall-content-info__body {
    padding-right: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-member-wall-content-info__body {
    padding-right: 2.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-member-wall-content-info__body {
    padding-right: 3.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 2.375rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 2.75rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-member-wall-content-info__body {
    padding-left: 3.75rem !important;
  }
}
.vdma-member-wall-content-info__title {
  color: #f18700;
  display: flex;
  align-items: center;
}

.vdma-member-wall-content-info__title__logo {
  display: flex;
}

.vdma-member-wall-content-info__title__logo i {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-member-wall-content-info__title__logo i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-member-wall-content-info__title__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__title__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__title__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-member-wall-content-info__header {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.vdma-member-wall-content-info__actions {
  margin-top: 1.25rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__actions {
    margin-top: 2.25rem;
  }
}
.vdma-member-wall-content-info__actions button, .vdma-member-wall-content-info__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-member-wall-content-info__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__actions button, .vdma-member-wall-content-info__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-member-wall-content-info__actions label {
    width: auto;
  }
}
.vdma-member-wall-content-info__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__message {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-member-wall-content-info__question {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__question {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__question {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.vdma-member-wall-content-info__suggestion {
  width: 100%;
}

.vdma-member-wall-content-info__suggestion:first-child {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__suggestion:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__suggestion:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__suggestion:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__suggestion:first-child {
    margin-top: 1.25rem;
  }
}
.vdma-member-wall-content-info__suggestion:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__suggestion:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__suggestion:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__suggestion:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__suggestion:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.vdma-member-wall-content-info__suggestion__text {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__suggestion__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__suggestion__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-member-wall-content-info__suggestion__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__suggestion__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__suggestion__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-member-wall-content-info__suggestion__link a {
  margin-right: auto;
}

.vdma-member-wall-content-info__links {
  margin-top: 1.25rem;
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

@media (min-width: 47.96875em) {
  .vdma-member-wall-content-info__links {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__links {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-member-wall-content-info__links {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__links {
    margin-top: 2.25rem;
  }
}
.vdma-member-wall-content-info__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-member-wall-content-info__links a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-member-wall-content-info__links a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-chain-filter-box {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter-box {
    background-color: #f4f3f0;
    flex-direction: row;
    padding: 0 1.25rem;
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter-box {
    padding: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter-box {
    padding: 0 1.75rem;
  }
}
.vdma-chain-filter-box__filters {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__filters {
    flex-flow: row wrap;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__filters > *:not(:last-child) {
    margin-right: 2.375rem !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter-box__filters > *:not(:last-child) {
    margin-right: 2.75rem !important;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter-box__filters > *:not(:last-child) {
    margin-right: 3.75rem !important;
  }
}
.vdma-chain-filter-box__clear {
  display: none;
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

.vdma-chain-filter-box__clear--shown {
  display: flex;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter-box__clear {
    padding: 0 1.125rem !important;
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-chain-filter-box__clear {
    padding: 0 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-chain-filter-box__clear {
    padding: 0 1.25rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-chain-filter-box__clear {
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-chain-filter-box__clear {
    padding: 0 1.75rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__clear {
    padding-right: 0 !important;
    margin: 0 !important;
    margin-left: auto !important;
  }
}
.vdma-chain-filter-box__clear__text {
  width: 100%;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
  border-top: 0.0625rem solid #cecece;
  padding: 1rem 0;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter-box__clear__text {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__clear__text {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter-box__clear__text {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter-box__clear__text {
    padding: 1.75rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__clear__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter-box__clear__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter-box__clear__text {
    border-top: none;
  }
}
.vdma-chain-filter {
  height: 100%;
  background-color: #f4f3f0;
  display: flex;
  flex-direction: column;
}

.vdma-chain-filter:not(:first-child) .vdma-chain-filter__title {
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter:not(:first-child) .vdma-chain-filter__title {
    border-top: none;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter {
    margin: 0 !important;
    position: relative;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter--opened .vdma-chain-filter__title__rotate-icon {
    transform: rotate(180deg);
  }
}
.vdma-chain-filter--opened .vdma-chain-filter__groups {
  display: flex;
  flex-direction: column;
  z-index: 1100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.vdma-chain-filter--opened .vdma-chain-filter__groups::-webkit-scrollbar {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter--opened .vdma-chain-filter__groups {
    width: 50vw;
    height: auto;
    overflow-y: visible;
    z-index: 990;
    position: absolute;
    top: calc(100% - 1rem);
    left: -1.25rem;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter--opened .vdma-chain-filter__groups {
    left: -1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter--opened .vdma-chain-filter__groups {
    left: -1.75rem;
  }
}
.vdma-chain-filter:disabled, .vdma-chain-filter[disabled], .vdma-chain-filter[disabled=disabled] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-chain-filter:disabled .vdma-chain-filter__title__text, .vdma-chain-filter[disabled] .vdma-chain-filter__title__text, .vdma-chain-filter[disabled=disabled] .vdma-chain-filter__title__text {
  color: #929292;
}

.vdma-chain-filter:disabled .vdma-chain-filter__title__rotate-icon i, .vdma-chain-filter[disabled] .vdma-chain-filter__title__rotate-icon i, .vdma-chain-filter[disabled=disabled] .vdma-chain-filter__title__rotate-icon i {
  color: #929292;
}

.vdma-chain-filter--selected .vdma-chain-filter__title__text {
  color: #222F5B;
}

.vdma-chain-filter--selected .vdma-chain-filter__title__rotate-icon i {
  color: #222F5B;
}

.vdma-chain-filter__title {
  padding: 1rem 0;
  cursor: pointer;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__title {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__title {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__title {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__title {
    padding: 1.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__title {
    margin: 0 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-chain-filter__title {
    margin: 0 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-chain-filter__title {
    margin: 0 1.25rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-chain-filter__title {
    margin: 0 1.5rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-chain-filter__title {
    margin: 0 1.75rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__title {
    margin: 0 !important;
  }
}
.vdma-chain-filter__title:focus {
  outline: none;
}

.vdma-chain-filter__title__text {
  width: 100%;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__title__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__title__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__title__text {
    max-width: 20rem;
  }
}
.vdma-chain-filter__title__rotate-icon {
  padding-left: 0.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
}

.vdma-chain-filter__title__rotate-icon i {
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__title__rotate-icon i {
    color: #333;
    transform: rotate(90deg);
  }
}
.vdma-chain-filter__groups {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups {
    max-width: 37.5rem;
    max-height: 37.5rem;
    box-shadow: 0 0 1.25rem 0 rgba(204, 204, 204, 0.7);
  }
}
.vdma-chain-filter__groups__header {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.25rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.5rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-chain-filter__groups__header {
    padding: 1.75rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__header {
    display: none;
  }
}
.vdma-chain-filter__groups__header__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-chain-filter__groups__header__close-icon {
  cursor: pointer;
  margin-left: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.vdma-chain-filter__groups__header__close-icon::before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-x-petrol.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vdma-chain-filter__groups__content {
  display: flex;
  flex-direction: column;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(1) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(1) {
  font-family: "Open Sans Bold";
  color: #000;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(1) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(1)::after {
  background-color: #f18700;
  height: 0.1875rem;
  opacity: 1;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(1) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(1) .vdma-chain-filter__groups__group__content {
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content input[type=radio]:not(:checked):nth-of-type(1) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(1) {
    display: none;
  }
}
.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(2) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(2) {
  font-family: "Open Sans Bold";
  color: #000;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(2) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(2)::after {
  background-color: #f18700;
  height: 0.1875rem;
  opacity: 1;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(2) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(2) .vdma-chain-filter__groups__group__content {
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content input[type=radio]:not(:checked):nth-of-type(2) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(2) {
    display: none;
  }
}
.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(3) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(3) {
  font-family: "Open Sans Bold";
  color: #000;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(3) ~ .vdma-chain-filter__groups__content__dots .vdma-chain-filter__groups__content__dots__dot:nth-of-type(3)::after {
  background-color: #f18700;
  height: 0.1875rem;
  opacity: 1;
}

.vdma-chain-filter__groups__content input[type=radio]:checked:nth-of-type(3) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(3) .vdma-chain-filter__groups__group__content {
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content input[type=radio]:not(:checked):nth-of-type(3) ~ .vdma-chain-filter__groups__content__tabs .vdma-chain-filter__groups__group:nth-of-type(3) {
    display: none;
  }
}
.vdma-chain-filter__groups__content > input[type=radio] {
  display: none;
}

.vdma-chain-filter__groups__content__dots {
  height: 100%;
  background-color: #fff;
  border-bottom: 0.0625rem solid #f4f3f0;
  overflow-x: auto;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.3s linear;
}

.vdma-chain-filter__groups__content__dots::-webkit-scrollbar {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots {
    height: auto;
    padding: 0 1.25rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__dots {
    padding: 0 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots {
    padding: 0 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__dots {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots {
    padding: 0 1.75rem;
  }
}
.vdma-chain-filter__groups__content__dots:empty {
  display: none !important;
}

.vdma-chain-filter__groups__content__dots__dot {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  color: #707175;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    padding-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots__dot {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-chain-filter__groups__content__dots__dot + .vdma-chain-filter__groups__content__dots__dot {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__dots__dot + .vdma-chain-filter__groups__content__dots__dot {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots__dot + .vdma-chain-filter__groups__content__dots__dot {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__dots__dot + .vdma-chain-filter__groups__content__dots__dot {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots__dot + .vdma-chain-filter__groups__content__dots__dot {
    margin-left: 3.75rem;
  }
}
.vdma-chain-filter__groups__content__dots__dot:hover::after {
  height: 0.1875rem;
  opacity: 1;
}

.vdma-chain-filter__groups__content__dots__dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #cecece;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.vdma-chain-filter__groups__content__dots__dot span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-chain-filter__groups__content__search {
  padding: 1rem;
  border-bottom: 0.0625rem solid #f4f3f0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__search {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__search {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__search {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__search {
    padding: 1.75rem;
  }
}
.vdma-chain-filter__groups__content__search input[type=text] {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  width: 100%;
  display: block;
  border-radius: 0;
  border: 0.0625rem solid #929292;
  padding: 1rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    padding: 1.125rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    padding: 1.25rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    padding: 1.75rem 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (-ms-high-contrast: none) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    height: 4.375rem;
    line-height: normal;
  }
}
@media (-ms-high-contrast: none) and (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    height: 4.625rem;
  }
}
@media (-ms-high-contrast: none) and (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__search input[type=text] {
    height: 4.875rem;
  }
}
.vdma-chain-filter__groups__content__search input[type=text]::-moz-placeholder {
  font-family: "Open Sans Regular";
  color: #cecece;
  -moz-user-select: none;
  user-select: none;
}

.vdma-chain-filter__groups__content__search input[type=text]:-ms-input-placeholder {
  font-family: "Open Sans Regular";
  color: #cecece;
  -ms-user-select: none;
  user-select: none;
}

.vdma-chain-filter__groups__content__search input[type=text]::-ms-input-placeholder {
  font-family: "Open Sans Regular";
  color: #cecece;
  -ms-user-select: none;
  user-select: none;
}

.vdma-chain-filter__groups__content__search input[type=text]::placeholder {
  font-family: "Open Sans Regular";
  color: #cecece;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-chain-filter__groups__content__search input[type=text]::-ms-clear {
  display: none;
}

.vdma-chain-filter__groups__content__search input[type=text]:hover, .vdma-chain-filter__groups__content__search input[type=text]:focus {
  outline: none;
  border: 0.0625rem solid #222F5B;
  box-shadow: inset 0 0 0 0.0625rem #222F5B;
}

.vdma-chain-filter__groups__content__tabs {
  height: 100%;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding: 0 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding: 0 1.125rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding: 0 1.25rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding: 0 1.5rem !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding: 0 1.75rem !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__tabs {
    padding-right: 0 !important;
  }
}
.vdma-chain-filter__groups__content__tabs:empty {
  display: none !important;
}

.vdma-chain-filter__groups__content__search + .vdma-chain-filter__groups__content__tabs {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__content__search + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__search + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__search + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__search + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__content__dots + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__content__dots + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__content__dots + .vdma-chain-filter__groups__content__tabs {
    margin-top: 1.75rem;
  }
}
.vdma-chain-filter__groups__group {
  display: flex;
  flex-direction: column;
}

.vdma-chain-filter__groups__group:not(:first-child) {
  border-top: 0.0625rem solid #f4f3f0;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group:not(:first-child) {
    border-top: none;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group {
    padding: 0;
  }
}
.vdma-chain-filter__groups__group__header {
  padding: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__header {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__header {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__header {
    padding: 1.25rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__header {
    display: none;
  }
}
.vdma-chain-filter__groups__group__header__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__header__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-chain-filter__groups__group__header__icon {
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__header__icon {
    display: none;
  }
}
.vdma-chain-filter__groups__group__header__icon i {
  color: #222F5B;
}

.vdma-chain-filter__groups__group__content {
  font-family: "Open Sans Regular";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  overflow-y: auto;
  max-height: 22rem;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content {
    max-height: 25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content {
    margin-top: 0;
    max-height: 28.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content {
    max-height: 29.25rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content {
    max-height: 28rem;
  }
}
.vdma-chain-filter__groups__group__content::-webkit-scrollbar {
  width: 1rem;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    min-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    width: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    width: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    width: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar {
    width: 1.75rem;
  }
}
.vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
  background-color: #929292;
  min-height: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    min-height: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    min-height: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    min-height: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    min-height: 2.25rem;
  }
}
.vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-thumb {
    border: 0.75rem solid transparent;
  }
}
.vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
  border: 0.375rem solid transparent;
  border-radius: 1rem;
  background-clip: padding-box;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border-radius: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border-radius: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border-radius: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border-radius: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border: 0.4375rem solid transparent;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border: 0.5rem solid transparent;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border: 0.625rem solid transparent;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__content::-webkit-scrollbar-track {
    border: 0.75rem solid transparent;
  }
}
.vdma-chain-filter__groups__group__value {
  cursor: pointer;
}

.vdma-chain-filter__groups__group__value:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-chain-filter__groups__group__value:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-chain-filter__groups__group__value:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-chain-filter__groups__group__value:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-chain-filter__groups__group__value:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-chain-filter__groups__group__value[style*=display][style*=none] + .vdma-chain-filter__groups__group__value {
  margin-top: 0;
}

.vdma-chain-filter__groups__group__header + .vdma-chain-filter__groups__group__content {
  display: none;
  margin-top: 0;
}

.vdma-menu {
  position: relative;
  display: flex;
  flex-direction: column;
}

.vdma-menu.focused > .textlink-inline > .textlink-text {
  border-bottom: 0.125rem solid currentColor;
}

.vdma-menu.focused > .vdma-icon, .vdma-menu.focused > .group-teaser__info__roofline-status-icon, .vdma-menu.focused > .group-teaser__info__participant-status-icon, .vdma-menu.focused > .service-teaser__header__icon, .vdma-menu.focused > .service-quicklink__icon, .vdma-menu.focused > .service-select-teaser__header__icon, .vdma-menu.focused > .advice-and-network__item__icon, .vdma-menu.focused > .groups-details-page__content__info__head__roofline-status-icon, .vdma-menu.focused > .groups-details-page__content__info__head__participant-status-icon {
  color: #222F5B;
}

.vdma-menu > .vdma-icon, .vdma-menu > .group-teaser__info__roofline-status-icon, .vdma-menu > .group-teaser__info__participant-status-icon, .vdma-menu > .service-teaser__header__icon, .vdma-menu > .service-quicklink__icon, .vdma-menu > .service-select-teaser__header__icon, .vdma-menu > .advice-and-network__item__icon, .vdma-menu > .groups-details-page__content__info__head__roofline-status-icon, .vdma-menu > .groups-details-page__content__info__head__participant-status-icon {
  color: #929292;
  cursor: pointer;
}

.vdma-menu > .vdma-icon:hover, .vdma-menu > .group-teaser__info__roofline-status-icon:hover, .vdma-menu > .group-teaser__info__participant-status-icon:hover, .vdma-menu > .service-teaser__header__icon:hover, .vdma-menu > .service-quicklink__icon:hover, .vdma-menu > .service-select-teaser__header__icon:hover, .vdma-menu > .advice-and-network__item__icon:hover, .vdma-menu > .groups-details-page__content__info__head__roofline-status-icon:hover, .vdma-menu > .groups-details-page__content__info__head__participant-status-icon:hover {
  color: #222F5B;
}

.vdma-menu__content {
  width: 14.75rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(204, 204, 204, 0.7);
  padding: 0.75rem 1rem 1rem 1rem;
  z-index: 900;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-menu__content {
    padding: 0.875rem 1.125rem 1.125rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-menu__content {
    padding: 0.875rem 1.25rem 1.25rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-menu__content {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-menu__content {
    padding: 1.25rem 1.75rem 1.75rem 1.75rem;
  }
}
.vdma-menu__content.opened {
  display: block;
}

.vdma-menu__link {
  width: 100%;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-menu__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-menu__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-menu__link:not(:first-child) {
  margin-top: 0.5rem;
}

button {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 100%;
  min-height: 3rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  button {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  button {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  button {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  button {
    padding: 0 2.25rem;
  }
}
.personal-information-page__data-form__image-group label {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 100%;
  min-height: 3rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group label {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group label {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group label {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group label {
    padding: 0 2.25rem;
  }
}
.btn-textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  height: 100%;
  min-height: 3rem;
  height: 3rem;
  padding: 0 1.25rem;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  .btn-textlink {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .btn-textlink {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .btn-textlink {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .btn-textlink {
    padding: 0 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  button, .personal-information-page__data-form__image-group label, .btn-textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  button, .personal-information-page__data-form__image-group label, .btn-textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  button, .personal-information-page__data-form__image-group label, .btn-textlink {
    min-height: 3.25rem;
    height: 3.25rem;
  }
}
button svg, .personal-information-page__data-form__image-group label svg, .btn-textlink svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

button svg + span {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label svg + span {
  margin-left: 0.5rem;
}

button i + span {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label i + span {
  margin-left: 0.5rem;
}

button span + svg {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label span + svg {
  margin-left: 0.5rem;
}

button span + i {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label span + i {
  margin-left: 0.5rem;
}

.btn-textlink svg + span {
  margin-left: 0.5rem;
}

.btn-textlink i + span {
  margin-left: 0.5rem;
}

.btn-textlink span + svg {
  margin-left: 0.5rem;
}

.btn-textlink span + i {
  margin-left: 0.5rem;
}

button.btn, .personal-information-page__data-form__image-group label.btn, .btn-textlink.btn {
  display: flex;
  border-radius: 0;
}

button.btn-minw, .personal-information-page__data-form__image-group label.btn-minw, .btn-textlink.btn-minw {
  min-width: 11.25rem;
}

button.btn-borderless, .personal-information-page__data-form__image-group label.btn-borderless, .btn-textlink.btn-borderless {
  min-width: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #222F5B;
  position: relative;
}

button.btn-borderless__inline, .personal-information-page__data-form__image-group label.btn-borderless__inline, .btn-textlink.btn-borderless__inline {
  display: inline;
}

button.btn-borderless svg + .btn-borderless__inline {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label.btn-borderless svg + .btn-borderless__inline {
  margin-left: 0.5rem;
}

button.btn-borderless i + .btn-borderless__inline {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label.btn-borderless i + .btn-borderless__inline {
  margin-left: 0.5rem;
}

button.btn-borderless .btn-borderless__inline + svg {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label.btn-borderless .btn-borderless__inline + svg {
  margin-left: 0.5rem;
}

button.btn-borderless .btn-borderless__inline + i {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__image-group label.btn-borderless .btn-borderless__inline + i {
  margin-left: 0.5rem;
}

.btn-textlink.btn-borderless svg + .btn-borderless__inline {
  margin-left: 0.5rem;
}

.btn-textlink.btn-borderless i + .btn-borderless__inline {
  margin-left: 0.5rem;
}

.btn-textlink.btn-borderless .btn-borderless__inline + svg {
  margin-left: 0.5rem;
}

.btn-textlink.btn-borderless .btn-borderless__inline + i {
  margin-left: 0.5rem;
}

button.btn-borderless:hover, .personal-information-page__data-form__image-group label.btn-borderless:hover, button.btn-borderless:focus, .personal-information-page__data-form__image-group label.btn-borderless:focus, .btn-textlink.btn-borderless:hover, .btn-textlink.btn-borderless:focus {
  outline: none;
}

button.btn-borderless:hover .btn-borderless__inline span, .personal-information-page__data-form__image-group label.btn-borderless:hover .btn-borderless__inline span, button.btn-borderless:focus .btn-borderless__inline span, .personal-information-page__data-form__image-group label.btn-borderless:focus .btn-borderless__inline span, .btn-textlink.btn-borderless:hover .btn-borderless__inline span, .btn-textlink.btn-borderless:focus .btn-borderless__inline span {
  border-bottom: 0.125rem solid currentColor;
}

button.btn-transparent, .personal-information-page__data-form__image-group label.btn-transparent, .btn-textlink.btn-transparent {
  color: #222F5B;
  background-color: #fff;
  border: 0.0625rem solid #222F5B;
  border-collapse: separate;
}

button.btn-transparent:active, .personal-information-page__data-form__image-group label.btn-transparent:active, .btn-textlink.btn-transparent:active {
  color: #fff;
  background-color: #222F5B;
}

button.btn-transparent:hover, .personal-information-page__data-form__image-group label.btn-transparent:hover, button.btn-transparent:focus, .personal-information-page__data-form__image-group label.btn-transparent:focus, .btn-textlink.btn-transparent:hover, .btn-textlink.btn-transparent:focus {
  outline: none;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

button.btn-white, .personal-information-page__data-form__image-group label.btn-white, .btn-textlink.btn-white {
  color: #222F5B;
  background-color: #fff;
  border: 0.0625rem solid #222F5B;
  border-collapse: separate;
}

button.btn-white:hover, .personal-information-page__data-form__image-group label.btn-white:hover, button.btn-white:focus, .personal-information-page__data-form__image-group label.btn-white:focus, .btn-textlink.btn-white:hover, .btn-textlink.btn-white:focus {
  outline: none;
  box-shadow: 0 0 0 0.0625rem #222F5B;
}

button.btn-white:disabled, .personal-information-page__data-form__image-group label.btn-white:disabled, .btn-textlink.btn-white:disabled {
  color: #cecece;
  border: 0.0625rem solid #cecece;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

button.btn-orange, .personal-information-page__data-form__image-group label.btn-orange, .btn-textlink.btn-orange {
  color: #fff;
  background-color: #f18700;
  border: 0.0625rem solid #f18700;
  border-collapse: separate;
}

button.btn-orange:hover, .personal-information-page__data-form__image-group label.btn-orange:hover, button.btn-orange:focus, .personal-information-page__data-form__image-group label.btn-orange:focus, .btn-textlink.btn-orange:hover, .btn-textlink.btn-orange:focus {
  outline: none;
  box-shadow: 0 0 0 0.0625rem #f18700;
}

button.btn-orange:disabled, .personal-information-page__data-form__image-group label.btn-orange:disabled, .btn-textlink.btn-orange:disabled {
  background-color: #cecece;
  border: 0.0625rem solid #cecece;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.container-nav {
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .container-nav {
    padding: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .container-nav {
    padding: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .container-nav {
    padding: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .container-nav {
    padding: 1.25rem;
  }
}
.container-nav a {
  font-family: "Open Sans Regular";
  display: block;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
  margin: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 63.96875em) {
  .container-nav a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .container-nav a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.container-nav a:link, .container-nav a:visited {
  text-decoration: none;
  outline: none;
}

.container-content {
  margin: auto 0.875rem;
}

.container--flex {
  display: flex;
}

.container--column {
  display: flex;
  flex-direction: column;
}

.container--bordered {
  border: 0.0625rem solid #929292;
}

.container--bg-gray {
  background-color: #cfcfcf;
}

.container--w30 {
  width: 30vw;
}

.container--m-auto {
  margin: auto;
}

.container--m100 {
  margin: 0.125rem;
}

.container--m200 {
  margin: 0.25rem;
}

.container--m300 {
  margin: 0.5rem;
}

.container--m400 {
  margin: 0.75rem;
}

@media (min-width: 47.96875em) {
  .container--m400 {
    margin: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .container--m400 {
    margin: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .container--m400 {
    margin: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .container--m400 {
    margin: 1.25rem;
  }
}
.container--m500 {
  margin: 1.25rem;
}

@media (min-width: 47.96875em) {
  .container--m500 {
    margin: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--m500 {
    margin: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .container--m500 {
    margin: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .container--m500 {
    margin: 2.25rem;
  }
}
.container--m600 {
  margin: 1.875rem;
}

@media (min-width: 47.96875em) {
  .container--m600 {
    margin: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .container--m600 {
    margin: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .container--m600 {
    margin: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .container--m600 {
    margin: 3.75rem;
  }
}
.container--m700 {
  margin: 2.75rem;
}

@media (min-width: 47.96875em) {
  .container--m700 {
    margin: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--m700 {
    margin: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .container--m700 {
    margin: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .container--m700 {
    margin: 5.75rem;
  }
}
.container--m800 {
  margin: 3.75rem;
}

@media (min-width: 47.96875em) {
  .container--m800 {
    margin: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--m800 {
    margin: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .container--m800 {
    margin: 6.875rem;
  }
}
@media (min-width: 119.96875em) {
  .container--m800 {
    margin: 8.75rem;
  }
}
.container--p100 {
  padding: 0.125rem;
}

.container--p200 {
  padding: 0.25rem;
}

.container--p300 {
  padding: 0.5rem;
}

.container--p400 {
  padding: 0.75rem;
}

@media (min-width: 47.96875em) {
  .container--p400 {
    padding: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .container--p400 {
    padding: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .container--p400 {
    padding: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .container--p400 {
    padding: 1.25rem;
  }
}
.container--p500 {
  padding: 1.25rem;
}

@media (min-width: 47.96875em) {
  .container--p500 {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--p500 {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .container--p500 {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .container--p500 {
    padding: 2.25rem;
  }
}
.container--p600 {
  padding: 1.875rem;
}

@media (min-width: 47.96875em) {
  .container--p600 {
    padding: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .container--p600 {
    padding: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .container--p600 {
    padding: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .container--p600 {
    padding: 3.75rem;
  }
}
.container--p700 {
  padding: 2.75rem;
}

@media (min-width: 47.96875em) {
  .container--p700 {
    padding: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--p700 {
    padding: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .container--p700 {
    padding: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .container--p700 {
    padding: 5.75rem;
  }
}
.container--p800 {
  padding: 3.75rem;
}

@media (min-width: 47.96875em) {
  .container--p800 {
    padding: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .container--p800 {
    padding: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .container--p800 {
    padding: 6.875rem;
  }
}
@media (min-width: 119.96875em) {
  .container--p800 {
    padding: 8.75rem;
  }
}
header {
  background-color: #222F5B;
  z-index: 999;
  position: relative;
}

header .header-float-embedded {
  width: 100%;
  position: relative;
  min-height: 3.75rem;
  z-index: 999;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded {
    min-height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded {
    min-height: 6.875rem;
  }
}
header .header-float-embedded__main {
  height: 100%;
  width: 100%;
  height: 3.75rem;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 999;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main {
    height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main {
    height: 6.875rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float-embedded__main {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main {
    flex-direction: row;
  }
}
header .header-float-embedded__main.header-sticky {
  position: fixed;
  top: 0;
  transition: none;
}

header .header-float-embedded__main-logo {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .header-float-embedded__main-logo a {
  z-index: 999;
}

header .header-float-embedded__main-logo img {
  width: 3.75rem;
  height: 100%;
  z-index: 999;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main-logo img {
    width: 5.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main-logo img {
    width: 7.5rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float-embedded__main-logo {
    padding: 0.75rem 0;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main-logo {
    padding: 1rem 0;
  }
}
header .header-float-embedded__main-logo__buttons {
  display: flex;
  position: relative;
}

@media (min-width: 63.96875em) {
  header .header-float-embedded__main-logo__buttons {
    display: none;
  }
}
header .header-float-embedded__main-logo__buttons-icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

header .header-float-embedded__main-logo__buttons-icon:not(:first-child) {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main-logo__buttons-icon:not(:first-child) {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main-logo__buttons-icon:not(:first-child) {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main-logo__buttons-icon:not(:first-child) {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float-embedded__main-logo__buttons-icon:not(:first-child) {
    margin-left: 3.75rem;
  }
}
header .header-float-embedded__main-logo__buttons-icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
}

header .header-float-embedded__main-logo__buttons-icon.icon-hidden {
  display: none;
}

header .header-float-embedded__main__nav {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.0625rem 1.875rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: 1;
  visibility: hidden;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav {
    top: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main__nav {
    top: 6.875rem;
  }
}
header .header-float-embedded__main__nav.nav-opened {
  visibility: visible;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav {
    position: relative;
    visibility: visible;
    top: 0;
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
  }
}
header .header-float-embedded__main__nav-menu-embedded {
  font-family: "Open Sans Regular";
  display: flex;
  flex-direction: column;
}

header .header-float-embedded__main__nav-menu-embedded-ref {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
header .header-float-embedded__main__nav-menu-embedded-ref a {
  color: #222F5B;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref a {
    color: #fff;
  }
}
header .header-float-embedded__main__nav-menu-embedded-ref__association {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__association {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__association {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__association {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__association {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__association {
    margin-top: 0;
    order: 1;
  }
}
header .header-float-embedded__main__nav-menu-embedded-ref__contact {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-left: 2.375rem;
    margin-top: 0;
    order: 2;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-left: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-left: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-left: 2.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__contact {
    margin-left: 3.75rem;
  }
}
header .header-float-embedded__main__nav-menu-embedded-ref__lang {
  font-family: "Open Sans Regular";
  border-top: 0.0625rem solid #cecece;
  margin: 1.875rem 0;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin: 3.75rem 0;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    order: 3;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2.375rem;
    padding: 0 1.625rem;
    border-top: none;
    border-left: 0.0625rem solid #69a8c2;
    border-right: 0.0625rem solid #69a8c2;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding: 0 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding: 0 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding: 0 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    padding: 0 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin-left: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin-left: 2.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin-left: 2.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang {
    margin-left: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float-embedded__main__nav-menu-embedded-ref__lang label input:checked ~ span {
    color: #fff !important;
  }
}
header .header-float {
  position: relative;
  min-height: 3.75rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 47.96875em) {
  header .header-float {
    min-height: 8.25rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float {
    min-height: 7.25rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float {
    min-height: 10.625rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float {
    min-height: 8.25rem;
  }
}
header .header-float__upper {
  height: 0rem;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 47.96875em) {
  header .header-float__upper {
    height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__upper {
    height: 3.5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__upper {
    height: 3.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__upper {
    height: 4.5rem;
  }
}
header .header-float__main {
  height: 100%;
  width: 100%;
  height: 3.75rem;
  background-color: #222F5B;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  position: relative;
}

@media (min-width: 47.96875em) {
  header .header-float__main {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main {
    padding-bottom: 1rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main {
    padding-top: 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main {
    padding-top: 1rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main {
    height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main {
    height: 6.875rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
header .header-float__main.header-sticky {
  position: fixed;
  top: 0;
  transition: none;
}

@media (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    max-height: calc(100vh - 8.25rem + 3.25rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    max-height: calc(100vh - 8.25rem + 3.25rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    max-height: calc(100vh - 8.5rem + 3.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    max-height: calc(100vh - 9.5rem + 4.5rem);
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-menu {
    visibility: hidden;
  }
  header .header-float__main.header-sticky .header-float__main__nav-scroll {
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 8.25rem + 3.25rem);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-scroll {
    max-height: calc(100vh - 8.25rem + 3.25rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-scroll {
    max-height: calc(100vh - 8.5rem + 3.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-scroll {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-scroll {
    max-height: calc(100vh - 9.5rem + 4.5rem);
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main.header-sticky .header-float__main__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .header-float__main.header-sticky .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-float__main.header-sticky .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-float__main.header-sticky .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-float__main.header-sticky .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem + 3.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-float__main.header-sticky .header-list__suggestion-group {
    max-height: calc(100vh - 11.375rem + 4.5rem);
  }
}
header .header-float__main-logo {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .header-float__main-logo a {
  z-index: 999;
}

header .header-float__main-logo img {
  width: 3.75rem;
  height: 100%;
  z-index: 999;
}

@media (min-width: 47.96875em) {
  header .header-float__main-logo img {
    width: 5.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main-logo img {
    width: 7.5rem;
  }
}
header .header-float__main-logo__buttons {
  display: flex;
  position: relative;
}

@media (min-width: 89.96875em) {
  header .header-float__main-logo__buttons {
    display: none;
  }
}
header .header-float__main-logo__buttons__button {
  height: auto;
  min-height: auto;
  color: #fff;
}

header .header-float__main-logo__buttons__button:not(:first-child) {
  margin-left: 1.875rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main-logo__buttons__button:not(:first-child) {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main-logo__buttons__button:not(:first-child) {
    margin-left: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main-logo__buttons__button:not(:first-child) {
    margin-left: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main-logo__buttons__button:not(:first-child) {
    margin-left: 3.75rem;
  }
}
header .header-float__main-logo__buttons__button.button-hidden {
  display: none;
}

header .header-float__main__nav {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.0625rem 1.875rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: 1;
  visibility: hidden;
  overflow-y: auto;
  height: auto;
  max-height: calc(100vh - 3.75rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav {
    max-height: calc(100vh - 8.25rem);
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav {
    max-height: calc(100vh - 7.25rem);
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav {
    max-height: calc(100vh - 10.625rem);
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav {
    max-height: calc(100vh - 8.25rem);
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav {
    top: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav {
    top: 6.875rem;
  }
}
header .header-float__main__nav.nav-opened {
  visibility: visible;
}

header .header-float__main__nav::-webkit-scrollbar {
  display: none;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav {
    overflow-y: visible;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav {
    visibility: visible;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #222F5B;
    box-shadow: none;
  }
}
header .header-float__main__nav-scroll {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll {
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 8.25rem);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-scroll {
    max-height: calc(100vh - 8.25rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-scroll {
    max-height: calc(100vh - 8.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-scroll {
    max-height: calc(100vh - 10.625rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-scroll {
    max-height: calc(100vh - 9.5rem);
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll {
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
    overflow-y: visible;
  }
  header .header-float__main__nav-scroll > *:not(:last-child) {
    margin-right: 1.875rem !important;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-scroll > *:not(:last-child) {
    margin-right: 1.875rem !important;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-scroll > *:not(:last-child) {
    margin-right: 1.875rem !important;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-scroll > *:not(:last-child) {
    margin-right: 1.875rem !important;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-scroll > *:not(:last-child) {
    margin-right: 2.25rem !important;
  }
}
header .header-float__main__nav-scroll__ref {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__ref {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-scroll__ref {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__ref {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-scroll__ref {
    padding-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__ref {
    padding-top: 0;
  }
}
header .header-float__main__nav-scroll__search {
  display: none;
}

@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__search {
    display: block;
  }
}
header .header-float__main__nav-scroll__services {
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__services {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
header .header-float__main__nav-scroll__services {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__services {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-scroll__services {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__services {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-scroll__services {
    margin-top: 3.75rem;
  }
}
header .header-float__main__nav-scroll__event {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__event {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-scroll__event {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__event {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-scroll__event {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__services, header .header-float__main__nav-scroll__event {
    margin: 0 !important;
  }
}
header .header-float__main__nav-scroll__services > a, header .header-float__main__nav-scroll__event > a {
  text-decoration: none;
}

header .header-float__main__nav-scroll__login {
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__login {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-scroll__login {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__login {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-scroll__login {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__login {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-scroll__login {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__login {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-scroll__login {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-scroll__login {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-scroll__login {
    padding: 0;
    border-top: none;
    margin: 0 !important;
  }
}
header .header-float__main__nav-menu {
  font-family: "Open Sans Regular";
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu {
    position: absolute;
    top: -7.375rem;
    left: 0;
    width: 100%;
    visibility: visible;
    transform: translateY(0);
    margin: 0 !important;
    padding-top: 0;
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
    border-top: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu {
    top: -7.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu {
    top: -2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu {
    top: -3.25rem;
  }
}
header .header-float__main__nav-menu-org {
  display: none;
  position: absolute;
  top: 0;
  left: 4.1666666667%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-org {
    left: 8.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-org {
    display: block;
  }
}
header .header-float__main__nav-menu-org p {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
}

@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-org p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-org p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
header .header-float__main__nav-menu-ref {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref {
    flex-direction: row;
  }
}
header .header-float__main__nav-menu-ref a {
  color: #222F5B;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref a {
    color: #fff;
  }
}
header .header-float__main__nav-menu-ref__association {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-left: 2.125rem;
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__association {
    margin-left: 3.75rem;
  }
}
header .header-float__main__nav-menu-ref__career {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-left: 2.125rem;
    margin-top: 0;
    order: 2;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__career {
    margin-left: 3.75rem;
  }
}
header .header-float__main__nav-menu-ref__contact {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-left: 2.125rem;
    margin-top: 0;
    order: 3;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__contact {
    margin-left: 3.75rem;
  }
}
header .header-float__main__nav-menu-ref__press {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-left: 2.125rem;
    margin-top: 0;
    order: 4;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__press {
    margin-left: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__registration {
    margin-left: 2.125rem;
    order: 5;
    font-family: "Open Sans Bold";
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__registration {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__registration {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__registration {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__registration {
    margin-left: 3.75rem;
  }
}
header .header-float__main__nav-menu-ref__lang {
  font-family: "Open Sans Regular";
  border-top: 0.0625rem solid #cecece;
  margin: 1.875rem 0;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin: 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    order: 4;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2.125rem;
    padding: 0 1.5rem;
    border-top: none;
    border-left: 0.0625rem solid #69a8c2;
    border-right: 0.0625rem solid #69a8c2;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding: 0 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding: 0 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding: 0 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    padding: 0 2.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-float__main__nav-menu-ref__lang {
    margin-left: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__nav-menu-ref__lang label input:checked ~ span {
    color: #fff !important;
  }
}
header .header-float__main__search {
  width: 100%;
  height: calc(100vh - 100%);
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0.0625rem 1.875rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: 1;
  display: none;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-float__main__search {
    top: 5rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__search {
    top: 6.875rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__search {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__search {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__search {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__search {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-float__main__search {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__search {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__search {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__search {
    padding-top: 3.75rem;
  }
}
header .header-float__main__search.search-opened {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  header .header-float__main__search {
    height: 30rem;
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  header .header-float__main__search {
    padding-bottom: 0;
    height: 36rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__search {
    height: 41.25rem;
  }
}
header .header-float__main__search__global {
  flex: 1 1 100%;
}

@media (min-width: 89.96875em) {
  header .header-float__main__search__global {
    width: 70%;
    margin: 0 auto;
  }
}
header .header-float__main__search__action {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  header .header-float__main__search__action {
    padding: 1.875rem 0;
    border-top: 0.0625rem solid #cecece;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-float__main__search__action {
    padding: 1.875rem 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-float__main__search__action {
    padding: 1.875rem 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-float__main__search__action {
    padding: 1.875rem 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-float__main__search__action {
    padding: 2.25rem 0;
  }
}
header .header-float__main__search__action > a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  header .header-float__main__search__action > a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-float__main__search__action > a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-float__main__search__action > a {
    width: auto;
    margin-right: auto;
  }
}
header .header-float__main__search__action__button {
  display: none;
  height: auto;
  min-height: auto;
  margin-left: auto;
}

@media (min-width: 89.96875em) {
  header .header-float__main__search__action__button {
    display: flex;
  }
}
header .header-list {
  display: flex;
  flex-direction: column;
}

header .header-list__close-btn {
  position: absolute;
  display: none;
}

@media (min-width: 89.96875em) {
  header .header-list__close-btn {
    position: relative;
    display: flex;
  }
}
header .header-list.list-opened .header-list__label-group label {
  border-bottom: 0.125rem solid currentColor;
}

header .header-list.list-opened .header-list__label-group i.icon-group {
  top: 0;
  transform: translateY(15%) rotate(180deg);
}

@media (min-width: 89.96875em) {
  header .header-list.list-opened .header-list__label-group i.icon-group {
    transform: translateY(25%) rotate(180deg);
  }
}
header .header-list.list-opened .header-list__suggestion-group {
  display: flex;
}

header .header-list__label-group {
  font-family: "Open Sans Bold";
  color: #222F5B;
  position: relative;
  cursor: pointer;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  header .header-list__label-group {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__label-group {
    color: #fff;
    padding-right: 1.5rem;
    margin: 0 !important;
  }
}
header .header-list__label-group label {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  header .header-list__label-group label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__label-group label {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__label-group label {
    margin-right: 0.125rem;
  }
}
header .header-list__label-group:focus label, header .header-list__label-group:hover label {
  border-bottom: 0.125rem solid currentColor;
}

header .header-list__label-group i.icon-group {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

header .header-list__label-group i.icon-group svg {
  width: 1.5rem;
  height: 1.5rem;
}

header .header-list__suggestion-group {
  display: none;
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  background-color: #f0f0f0;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    padding-top: 2.75rem;
    box-shadow: 0 0.0625rem 1.875rem 0 rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 10.625rem);
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    top: 6.875rem;
    left: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    top: 6.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    top: 6.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    max-height: calc(100vh - 10.625rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group {
    max-height: calc(100vh - 11.375rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group {
    padding-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group {
    padding-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group {
    padding-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group {
    padding-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group::-webkit-scrollbar {
    display: none;
  }
  header .header-list__suggestion-group:before {
    display: none;
  }
}
header .header-list__suggestion-group__items {
  display: flex;
}

@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__items {
    max-height: 27rem;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #929292 transparent;
  }
  header .header-list__suggestion-group__items::-webkit-scrollbar {
    width: 0.3125rem;
  }
  header .header-list__suggestion-group__items::-webkit-scrollbar-thumb {
    background-color: #929292;
  }
  header .header-list__suggestion-group__items::-webkit-scrollbar-thumb, header .header-list__suggestion-group__items::-webkit-scrollbar-track {
    border: 0.3125rem solid transparent;
    border-radius: 0.15625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__items {
    max-height: 32rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__items .flex-grow-2 {
    width: 70%;
  }
}
header .header-list__suggestion-group__items .tmp {
  display: none;
}

@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__items .tmp {
    display: block;
    width: 30%;
  }
}
header .header-list__suggestion-group__items .tmp .tmp-lorem > * {
  width: auto;
}

header .header-list__suggestion-group__items .tmp .tmp-lorem > *:not(:first-child) {
  margin-top: 0.5rem;
}

header .header-list__suggestion-group__item {
  flex-grow: 1;
}

header .header-list__suggestion-group__item p {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: none;
}

@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__item p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group__item p {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__item p {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group__item p {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__item p {
    display: block;
  }
  header .header-list__suggestion-group__item p + ul {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group__item p + ul {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group__item p + ul {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group__item p + ul {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group__item p + ul {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__item p + div {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group__item p + div {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group__item p + div {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group__item p + div {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group__item p + div {
    margin-top: 3.75rem;
  }
}
header .header-list__suggestion-group__item ul {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  list-style: none;
}

@media (min-width: 63.96875em) {
  header .header-list__suggestion-group__item ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group__item ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__item ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
header .header-list__suggestion-group__item ul li:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__item ul li:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group__item ul li:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__item ul li:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group__item ul li:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__item ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group__item ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group__item ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group__item ul li {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group__item ul li {
    margin-right: 1.25rem;
  }
}
header .header-list__suggestion-group__item ul li a {
  color: #222F5B;
}

header .header-list__suggestion-group__item ul li a:link, header .header-list__suggestion-group__item ul li a:visited {
  text-decoration: none;
  outline: none;
}

header .header-list__suggestion-group__item ul li a:focus, header .header-list__suggestion-group__item ul li a:hover {
  border-bottom: 0.125rem solid currentColor;
}

header .header-list__suggestion-group__topics {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__topics {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  header .header-list__suggestion-group__topics {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__topics {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-list__suggestion-group__topics {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__topics {
    border-top: 0.0625rem solid #cecece;
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 2.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  header .header-list__suggestion-group__topics {
    margin-top: 3.75rem;
  }
}
header .header-list__suggestion-group__topics > * {
  width: 100%;
}

@media (min-width: 47.96875em) {
  header .header-list__suggestion-group__topics > * {
    width: auto;
  }
}
header .header-event, header .header-search, header .header-login {
  font-family: "Open Sans Bold";
  color: #222F5B;
  position: relative;
}

@media (min-width: 89.96875em) {
  header .header-event, header .header-search, header .header-login {
    color: #fff;
  }
}
header .header-event--underscored label, header .header-search--underscored label, header .header-login--underscored label {
  border-bottom: 0.125rem solid currentColor;
}

header .header-event label, header .header-search label, header .header-login label {
  display: inline;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  header .header-event label, header .header-search label, header .header-login label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-event label, header .header-search label, header .header-login label {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
header .header-event label:focus, header .header-event label:hover, header .header-search label:focus, header .header-search label:hover, header .header-login label:focus, header .header-login label:hover {
  border-bottom: 0.125rem solid currentColor;
}

header .header-event i + label, header .header-search i + label, header .header-login i + label {
  margin-left: 2.125rem;
}

@media (min-width: 89.96875em) {
  header .header-event i + label, header .header-search i + label, header .header-login i + label {
    margin-left: 2rem;
  }
}
header .header-event i.icon-group, header .header-search i.icon-group, header .header-login i.icon-group {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .header-event i.icon-group svg, header .header-search i.icon-group svg, header .header-login i.icon-group svg {
  width: 1.5rem;
  height: 1.5rem;
}

header .header-language {
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header .header-language label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #a0c8de;
  cursor: pointer;
  position: relative;
}

@media (min-width: 63.96875em) {
  header .header-language label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  header .header-language label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
header .header-language label:not(:first-child) {
  margin-left: 0.5rem;
}

header .header-language label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

header .header-language label input:checked ~ span {
  color: #222F5B;
}

footer {
  background-color: #222F5B;
}

footer .footer-upper {
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  padding-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  footer .footer-upper {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-upper {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper {
    padding-top: 2.75rem;
    flex-direction: row;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper {
    padding-top: 3.75rem;
  }
}
footer .footer-upper .footer-lists {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists {
    flex: 3 1 auto;
    flex-direction: row;
  }
}
footer .footer-upper .footer-lists .footer-list {
  width: 100%;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list {
    padding-top: 0;
    width: 25%;
  }
}
footer .footer-upper .footer-lists .footer-list.list-opened .footer-list__label-group label {
  border-bottom: 0.125rem solid currentColor;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list.list-opened .footer-list__label-group label {
    border-bottom: none;
  }
}
footer .footer-upper .footer-lists .footer-list.list-opened .footer-list__label-group i.icon-group {
  top: 0;
  transform: translateY(10%) rotate(180deg);
}

footer .footer-upper .footer-lists .footer-list.list-opened .footer-list__suggestion-group {
  display: flex;
}

footer .footer-upper .footer-lists .footer-list__label-group {
  font-family: "Open Sans Bold";
  cursor: pointer;
  position: relative;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__label-group {
    cursor: auto;
    pointer-events: none;
  }
}
footer .footer-upper .footer-lists .footer-list__label-group label {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__label-group label {
    font-family: "Open Sans Light";
    cursor: auto;
  }
}
footer .footer-upper .footer-lists .footer-list__label-group label:focus, footer .footer-upper .footer-lists .footer-list__label-group label:hover {
  border-bottom: 0.125rem solid currentColor;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__label-group label:focus, footer .footer-upper .footer-lists .footer-list__label-group label:hover {
    border-bottom: none;
  }
}
footer .footer-upper .footer-lists .footer-list__label-group i.icon-group {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

footer .footer-upper .footer-lists .footer-list__label-group i.icon-group svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__label-group i.icon-group {
    display: none;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group {
  display: none;
  height: auto;
  margin-top: 1.25rem;
  padding: 1.25rem 0;
  position: relative;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group {
    display: flex;
    margin-top: 0;
    padding-bottom: 0;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group::before {
  content: "";
  width: calc(100% + 8.3333333333vw - 0.125rem);
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group::before {
    width: calc(100% + 16.6666666667vw - 0.125rem);
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group::before {
    display: none;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group ul {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  list-style: none;
}

@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul {
    color: #fff;
    -moz-column-count: 1;
    column-count: 1;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group ul li:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li {
    margin-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li {
    margin-right: 1.25rem;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a {
  color: #222F5B;
  position: relative;
}

@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a {
    color: #fff;
  }
}
footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a:link, footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a:visited {
  text-decoration: none;
  outline: none;
}

footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a:focus, footer .footer-upper .footer-lists .footer-list__suggestion-group ul li a:hover {
  border-bottom: 0.125rem solid currentColor;
}

footer .footer-upper .footer-lists .footer-socials {
  padding-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-socials {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-socials {
    padding-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials {
    flex: 1 1 auto;
    padding-top: 0;
  }
}
footer .footer-upper .footer-lists .footer-socials p {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-socials p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-socials p {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
footer .footer-upper .footer-lists .footer-socials .footer-social {
  display: flex;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .footer-upper .footer-lists .footer-socials .footer-social__item {
  flex: 50%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 1.25rem;
  max-width: 60px;
}

@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item {
    margin-top: 1.5rem;
    max-width: 60px;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item {
    margin-top: 1.625rem;
    max-width: 60px;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item {
    margin-top: 1rem;
    max-width: 60px;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item {
    margin-top: 1.25rem;
    max-width: 60px;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item:not(:first-child) {
    margin-left: 0;
  }
}
footer .footer-upper .footer-lists .footer-socials .footer-social__item a {
  color: #fff;
}

footer .footer-upper .footer-lists .footer-socials .footer-social__item a:link, footer .footer-upper .footer-lists .footer-socials .footer-social__item a:visited {
  text-decoration: none;
  outline: none;
}

footer .footer-upper .footer-lists .footer-socials .footer-social__item a:focus label, footer .footer-upper .footer-lists .footer-socials .footer-social__item a:hover label {
  border-bottom: 0.125rem solid currentColor;
}

footer .footer-upper .footer-lists .footer-socials .footer-social__item a label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item a label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-upper .footer-lists .footer-socials .footer-social__item a label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
footer .footer-upper .footer-lists .footer-socials .footer-social__item a i + label {
  margin-left: 2rem;
}

footer .footer-upper .footer-lists .footer-socials .footer-social__item a i.icon-group {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

footer .footer-upper .footer-lists .footer-socials .footer-social__item a i.icon-group svg {
  width: 3rem;
  height: 3rem;
}

footer .footer-lower {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  footer .footer-lower {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-lower {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-lower {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-lower {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-lower {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-lower {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-lower {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-lower {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-lower {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  footer .footer-lower {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  footer .footer-lower {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  footer .footer-lower {
    padding-bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  footer .footer-lower {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  footer .footer-lower {
    padding-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  footer .footer-lower {
    padding-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  footer .footer-lower {
    padding-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  footer .footer-lower {
    padding-top: 1.25rem;
  }
}
footer .footer-lower ul {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  list-style: none;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media (min-width: 63.96875em) {
  footer .footer-lower ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-lower ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
footer .footer-lower ul.embedded {
  -moz-column-count: 1;
  column-count: 1;
}

@media (min-width: 47.96875em) {
  footer .footer-lower ul {
    display: inline-flex;
  }
}
footer .footer-lower ul li:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-top: 0;
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-left: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-left: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-left: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  footer .footer-lower ul li:not(:first-child) {
    margin-left: 3.75rem;
  }
}
footer .footer-lower ul li a {
  color: #fff;
}

footer .footer-lower ul li a:link, footer .footer-lower ul li a:visited {
  text-decoration: none;
  outline: none;
}

footer .footer-lower ul li a:focus, footer .footer-lower ul li a:hover {
  border-bottom: 0.125rem solid currentColor;
}

.portlets {
  display: flex;
  height: auto;
}

.portlets-content {
  width: 100%;
}

.vdma-default-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-default-content__margin-grid {
  margin: 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-default-content__margin-grid {
    margin: 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-default-content__margin-grid {
    margin: 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-default-content__margin-grid {
    margin: 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .vdma-default-content__margin-grid {
    margin: 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .vdma-default-content__margin-grid {
    width: 83.3333333333%;
  }
}
.vdma-default-content__vertical-margin {
  width: 100%;
  margin: 2.75rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-default-content__vertical-margin {
    margin: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-default-content__vertical-margin {
    margin: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-default-content__vertical-margin {
    margin: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-default-content__vertical-margin {
    margin: 5.75rem 0;
  }
}
.vdma-advantage {
  margin-top: 1.875rem;
  background-color: #f4f3f0;
  margin-top: 0 !important;
  padding: 1.875rem 0 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-advantage {
    padding: 2.125rem 0 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage {
    padding: 2.375rem 0 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage {
    padding: 2.75rem 0 5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage {
    padding: 3.75rem 0 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage {
    margin-top: 3.75rem;
  }
}
.vdma-advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .vdma-advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-advantage__content {
    margin-top: 2.25rem;
  }
}
.vdma-advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.vdma-advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.vdma-advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.vdma-advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .vdma-advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-advantage__item-message {
    margin-top: 1.25rem;
  }
}
.vdma-advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .vdma-advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.vdma-advantage__actions button, .vdma-advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__actions button, .vdma-advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-advantage__actions label {
    width: auto;
  }
}
.vdma-advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-advantage__actions a:last-child {
  margin-right: auto;
}

.vdma-advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.test-form > * {
  margin: 0.75rem 0;
}

@media (min-width: 47.96875em) {
  .test-form > * {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .test-form > * {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .test-form > * {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .test-form > * {
    margin: 1.25rem 0;
  }
}
.contact-information-page {
  display: flex;
}

.contact-information-page-wip {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 63.96875em) {
  .contact-information-page-wip {
    display: flex;
    width: 33.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-wip {
    width: 29.1666666667%;
  }
}
.contact-information-page-form {
  margin: 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .contact-information-page-form {
    width: 66.6666666667%;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form {
    width: 50%;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-form {
    width: 37.5%;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form {
    width: 29.1666666667%;
  }
}
.contact-information-page-form .contact-information {
  width: 100%;
  padding: 2.75rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .contact-information-page-form .contact-information {
    padding: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form .contact-information {
    padding: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-form .contact-information {
    padding: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form .contact-information {
    padding: 5.75rem 0;
  }
}
.contact-information-page-form .contact-information__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .contact-information-page-form .contact-information__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form .contact-information__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-form .contact-information__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form .contact-information__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.contact-information-page-form .contact-information__subscription {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-information-page-form .contact-information__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form .contact-information__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-form .contact-information__subscription {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form .contact-information__subscription {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form .contact-information__subscription {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form .contact-information__subscription {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-information-page-form .contact-information__form {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-information-page-form .contact-information__form {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-information-page-form .contact-information__form {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-information-page-form .contact-information__form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-information-page-form .contact-information__form {
    margin-top: 2.25rem;
  }
}
.event-status {
  width: auto;
  display: flex;
  flex-flow: row nowrap;
}

.event-status:not(:nth-of-type(1)) .event-status__text {
  color: #707175;
}

.event-status:nth-child(2) {
  margin-top: 0.5rem;
}

.event-status:nth-child(3) {
  margin-top: 0.5rem;
}

.event-status:nth-child(4) {
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .event-status {
    max-width: 46.1538461538%;
    min-width: 46.1538461538%;
    width: 46.1538461538%;
    flex: 1 1 46.1538461538%;
  }
  .event-status:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 119.96875em) {
  .event-status {
    max-width: 42.8571428571%;
    min-width: 42.8571428571%;
    width: 42.8571428571%;
    flex: 1 1 42.8571428571%;
  }
}
.event-status__icon {
  color: #f18700;
  display: flex;
  align-items: flex-start;
}

.event-status__icon.color-red-100 {
  color: #c13828;
}

@media (min-width: 63.96875em) {
  .event-status__icon {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .event-status__icon {
    margin-top: 0.25rem;
  }
}
.event-status__icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.event-status__icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.event-status__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .event-status__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .event-status__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.timetable-date {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .timetable-date {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .timetable-date {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .timetable-date {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .timetable-date {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.timetable-date span:not(:last-child)::after {
  content: " – ";
}

.timetable-time {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .timetable-time {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .timetable-time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page {
  margin: 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page {
    width: 83.3333333333%;
  }
}
.events-detail-page__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.events-detail-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .events-detail-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.events-detail-page__information {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.events-detail-page__information-heading {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information-heading {
    width: 65%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information-heading {
    width: 70%;
  }
}
.events-detail-page__information-heading__description {
  display: none;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information-heading__description {
    display: flex;
    flex-direction: column;
  }
}
.events-detail-page__information-heading__description__status {
  padding: 0.75rem 0;
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information-heading__description__status {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-heading__description__status {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information-heading__description__status {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information-heading__description__status {
    padding: 1.25rem 0;
  }
}
.events-detail-page__information-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information-details {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-details {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information-details {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information-details {
    padding: 1.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information-details {
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-details {
    flex-direction: column;
    width: 30%;
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: auto;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information-details {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.events-detail-page__information-details-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information-details-left {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-details-left {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
  .events-detail-page__information-details-left__status {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information-details-left {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
.events-detail-page__information-details-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 0;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.625rem;
    margin-bottom: auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information-details-right {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information-text {
    display: none;
  }
}
.events-detail-page__information__tags {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags {
    flex-direction: row;
    align-items: center;
  }
}
.events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive + .events-detail-page__information__tags-list {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive {
  display: flex;
}

.events-detail-page__information__tags-list {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-list {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-list {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__information__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.events-detail-page__information__actions {
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions {
    margin: 2.25rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions {
    flex-direction: row;
  }
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-left: 2.25rem;
  }
}
.events-detail-page__information__actions-part {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part {
    flex-direction: row;
  }
}
.events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-top: 1.25rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part + .events-detail-page__information__actions-part {
    margin-top: 0;
    align-items: center;
  }
}
.events-detail-page__information__actions-part a {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part a {
    margin-right: 0;
  }
}
.events-detail-page__information__actions-part a + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part a + a {
    margin-left: 2.25rem;
  }
}
.events-detail-page__information__actions-part button + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-top: 1.25rem;
  }
}
.events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-top: 1.25rem;
  }
}
.events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-top: 1.25rem;
  }
}
.events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part button + button {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + button {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + button {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group button + label {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part button + label {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label + label {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label + label {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__actions-part button, .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__actions-part button, .events-detail-page__information__actions-part .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .events-detail-page__information__actions-part label {
    width: auto;
  }
}
.events-detail-page__information__actions-part a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__actions-part a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__actions-part a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__information__description {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__description {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__description {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__description {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__description {
    margin-top: 3.75rem;
  }
}
.events-detail-page__information__description-main {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__description-main {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__description-main {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__description-main {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__description-main {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__description, .events-detail-page__information__description-main {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__description, .events-detail-page__information__description-main {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__description {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__description {
    display: none;
  }
}
.events-detail-page__information__status {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__status {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.events-detail-page__information__timetable {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__timetable {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__timetable {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__timetable {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable {
    margin-top: 0;
  }
}
.events-detail-page__information__timetable table {
  border-spacing: 0;
}

.events-detail-page__information__timetable table tbody tr {
  vertical-align: middle;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr:not(:first-child) {
    padding-top: 0.5rem;
  }
}
.events-detail-page__information__timetable table tbody tr:not(:first-child) td {
  padding-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr:not(:first-child) td {
    padding-top: 0;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__timetable table tbody tr:not(:first-child) td {
    padding-top: 0.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr {
    display: table;
  }
  .events-detail-page__information__timetable table tbody tr td {
    display: table-row;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__timetable table tbody tr {
    display: table-row;
  }
  .events-detail-page__information__timetable table tbody tr td {
    display: table-cell;
  }
}
.events-detail-page__information__timetable table tbody tr td + td {
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 0;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
.events-detail-page__information__timetable-calender {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__timetable-calender {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__timetable-calender {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__information__location, .events-detail-page__information__option, .events-detail-page__information__language {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__information__location, .events-detail-page__information__option, .events-detail-page__information__language {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__location, .events-detail-page__information__option, .events-detail-page__information__language {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__information__location-header, .events-detail-page__information__option-header, .events-detail-page__information__language-header {
  font-family: "Open Sans Bold";
}

.events-detail-page__information__location-header::after, .events-detail-page__information__option-header::after, .events-detail-page__information__language-header::after {
  content: ":";
}

.events-detail-page__information__location-address {
  font-family: "Open Sans Regular";
  margin-top: 0.25rem;
}

.events-detail-page__information__location-address ul {
  list-style: none;
}

.events-detail-page__information__location-room {
  margin-top: 0.25rem;
}

.events-detail-page__information__location-links {
  font-family: "Open Sans Bold";
  display: flex;
  flex-direction: column;
}

.events-detail-page__information__location-links ul {
  list-style: none;
}

.events-detail-page__information__location-links ul li {
  margin-top: 0.5rem;
}

.events-detail-page__information__option {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__option {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__option {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__option {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__option {
    margin-top: 2.25rem;
  }
}
.events-detail-page__information__language {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__language {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__language {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__language {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__language {
    margin-top: 2.25rem;
  }
}
.events-detail-page__information__option ul {
  font-family: "Open Sans Regular";
  list-style: none;
  margin-top: 0.25rem;
}

.events-detail-page__information__language ul {
  font-family: "Open Sans Regular";
  list-style: none;
  margin-top: 0.25rem;
}

.events-detail-page__specification {
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__specification {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__specification {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification {
    width: 50%;
    margin-left: 20% !important;
  }
}
.events-detail-page__specification__image-overflow {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.events-detail-page__specification__image-overflow img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.events-detail-page__specification__image-sub {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

.events-detail-page__specification__info {
  margin-top: 1.25rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__specification__info b, .events-detail-page__specification__info .bold, .events-detail-page__specification__info strong {
  font-family: "Open Sans Bold";
}

.events-detail-page__specification__info a {
  font-family: "Open Sans Regular";
}

.events-detail-page__specification__info p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.events-detail-page__specification__info h1, .events-detail-page__specification__info h2, .events-detail-page__specification__info h3, .events-detail-page__specification__info h4, .events-detail-page__specification__info h5, .events-detail-page__specification__info h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h1, .events-detail-page__specification__info h2, .events-detail-page__specification__info h3, .events-detail-page__specification__info h4, .events-detail-page__specification__info h5, .events-detail-page__specification__info h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h1, .events-detail-page__specification__info h2, .events-detail-page__specification__info h3, .events-detail-page__specification__info h4, .events-detail-page__specification__info h5, .events-detail-page__specification__info h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h1, .events-detail-page__specification__info h2, .events-detail-page__specification__info h3, .events-detail-page__specification__info h4, .events-detail-page__specification__info h5, .events-detail-page__specification__info h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h1, .events-detail-page__specification__info h2, .events-detail-page__specification__info h3, .events-detail-page__specification__info h4, .events-detail-page__specification__info h5, .events-detail-page__specification__info h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.events-detail-page__specification__info h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__info ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__specification__info ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__specification__info ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li {
    margin-top: 1.25rem;
  }
}
.events-detail-page__specification__info ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li::before {
    top: 0.8125rem;
  }
}
.events-detail-page__specification__info ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li ul {
    margin-left: 3.375rem;
  }
}
.events-detail-page__specification__info ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.events-detail-page__specification__info ul li ul li::before {
  display: none;
}

.events-detail-page__specification__info ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__specification__info ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.events-detail-page__specification__info ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.events-detail-page__specification__info ul li ul li ul li::before {
  display: none;
}

.events-detail-page__specification__info ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__info ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__specification__info button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info button {
    margin-top: 1.25rem;
  }
}
.events-detail-page__specification__info .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__info .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__info .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__info .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__info .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-detail-page__specification__info label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__specification__info label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__specification__info label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__specification__info label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-detail-page__specification__info label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__specification__info button, .events-detail-page__specification__info .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .events-detail-page__specification__info label {
    width: auto;
  }
}
.events-detail-page__specification__subheading {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__subheading {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__subheading {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading {
    margin-top: 3.75rem;
  }
}
.events-detail-page__specification__subheading-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__subheading-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__subheading-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.events-detail-page__specification__subheading-terms ul.outer {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__specification__subheading-terms ul.outer li.outer {
  display: inline-block;
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer {
    margin-top: 1.25rem;
  }
}
.events-detail-page__specification__subheading-terms ul.outer li.outer::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-terms ul.outer li.outer::before {
    top: 0.8125rem;
  }
}
.events-detail-page__specification__subheading-terms ul.inner {
  list-style: none;
}

.events-detail-page__specification__subheading-terms ul.inner li.inner {
  display: inline-block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.events-detail-page__specification__subheading-terms ul.inner li.inner::before {
  content: "-";
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .events-detail-page__specification__subheading-terms ul.inner li.inner::before {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__specification__subheading-terms ul.inner li.inner::before {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__speakers {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__speakers {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers {
    width: 85%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers {
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__speakers {
    margin-left: 20% !important;
  }
}
.events-detail-page__speakers-content {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  padding-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__speakers-content {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__speakers-content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content {
    padding-top: 0;
    border-top: none;
  }
}
.events-detail-page__speakers-content .event-speakers {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.events-detail-page__speakers-content .event-speakers input[type=radio] {
  display: none;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__list {
  transform: translateX(0);
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(1) {
  opacity: 1;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(1) {
  background-color: #222F5B;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__list {
  transform: translateX(-100%);
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(2) {
  opacity: 1;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(2) {
  background-color: #222F5B;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__list {
  transform: translateX(-200%);
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(3) {
  opacity: 1;
}

.events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(3) {
  background-color: #222F5B;
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__list {
    transform: translateX(0);
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(1) {
    opacity: 1;
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(1) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__list {
    transform: translateX(0);
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(2) {
    opacity: 1;
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(2) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(2) {
    background-color: #222F5B;
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__list {
    transform: translateX(0);
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__list .event-speakers__list__item:nth-of-type(3) {
    opacity: 1;
  }
  .events-detail-page__speakers-content .event-speakers input:checked:nth-of-type(3) ~ .event-speakers__controls .event-speakers__controls__dots .event-speakers__controls__dots-dot:nth-of-type(3) {
    background-color: #222F5B;
  }
}
.events-detail-page__speakers-content .event-speakers__list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__list {
    transition: all 0s;
  }
}
.events-detail-page__speakers-content .event-speakers__list__item {
  min-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item {
    opacity: 1;
    min-width: auto;
    width: 29.4117647059%;
  }
  .events-detail-page__speakers-content .event-speakers__list__item:not(:first-child) {
    margin-left: 5.8823529412% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item {
    width: 23.5294117647%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item {
    width: 17.6470588235%;
  }
}
.events-detail-page__speakers-content .event-speakers__list__item-name {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  flex-basis: 100%;
}

@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-name {
    order: 2;
    margin-top: 0.5rem;
  }
}
.events-detail-page__speakers-content .event-speakers__list__item-photo {
  margin-top: 0.25rem;
  max-width: 31.8181818182%;
  min-width: 31.8181818182%;
  width: 31.8181818182%;
  flex: 1 1 31.8181818182%;
}

.events-detail-page__speakers-content .event-speakers__list__item-photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}

.events-detail-page__speakers-content .event-speakers__list__item-photo-overflow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-photo {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    margin-top: 0;
    order: 1;
  }
}
.events-detail-page__speakers-content .event-speakers__list__item-information {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  max-width: 68.1818181818%;
  min-width: 68.1818181818%;
  width: 68.1818181818%;
  flex: 1 1 68.1818181818%;
  margin-top: 0.25rem;
  padding-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-information {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-information {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__list__item-information {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    margin-top: 0;
    padding-left: 0;
    order: 3;
  }
}
.events-detail-page__speakers-content .event-speakers__list__item-information .function {
  color: #000;
}

.events-detail-page__speakers-content .event-speakers__list__item-information .organization {
  color: #707175;
  margin-top: 0.25rem;
}

.events-detail-page__speakers-content .event-speakers__list__item-information .organization span {
  display: inline-block;
}

.events-detail-page__speakers-content .event-speakers__list__item-information .organization span:not(:last-of-type)::after {
  content: ", ";
}

.events-detail-page__speakers-content .event-speakers__controls {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__controls {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__speakers-content .event-speakers__controls {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__speakers-content .event-speakers__controls {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__speakers-content .event-speakers__controls {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__speakers-content .event-speakers__controls {
    display: none;
  }
}
.events-detail-page__speakers-content .event-speakers__controls__dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.events-detail-page__speakers-content .event-speakers__controls__dots-dot {
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  background-color: #cecece;
  border-radius: 50%;
  margin-left: 0.5rem;
  cursor: pointer;
}

.events-detail-page__speakers-content .event-speakers__controls__dots label + label {
  margin-left: 0.5rem;
}

.events-detail-page__speakers-content .event-speakers__controls__chevron {
  margin-left: 0.5rem;
}

.events-detail-page__speakers-content .event-speakers__controls__chevron.inactive {
  color: #cecece;
  cursor: none;
  pointer-events: none;
}

.events-detail-page__daily-routine {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine {
    width: 50%;
    margin-left: 20% !important;
  }
}
.events-detail-page__daily-routine-content {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  padding-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content {
    margin-top: 1.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__date-day {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__date-day {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__date-day {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable {
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}

.events-detail-page__daily-routine-content .event-daily-routine__timetable-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item {
    flex-direction: row;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time {
    margin-top: 0.125rem;
    padding-right: 0.25rem;
    align-items: flex-start;
    flex-direction: column;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time {
    max-width: 28.5714285714%;
    min-width: 28.5714285714%;
    width: 28.5714285714%;
    flex: 1 1 28.5714285714%;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time .timetable-time {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time .timetable-time {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time .timetable-time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time .timetable-time + div {
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__time .timetable-time + div {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech {
  width: 100%;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech {
    margin-top: 0;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech .speech__speakers .speaker-photo {
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech .speech__speakers .speaker-photo {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech .speech__speakers .speaker-photo {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech .speech__speakers .speaker-photo {
    max-width: 11.1111111111%;
    min-width: 11.1111111111%;
    width: 11.1111111111%;
    flex: 1 1 11.1111111111%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__timetable-item__speech .speech__speakers .speaker-photo {
    max-width: 12.5%;
    min-width: 12.5%;
    width: 12.5%;
    flex: 1 1 12.5%;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__numbertable {
  margin-top: 0.25rem;
  display: table;
}

.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item {
  display: table-row;
}

.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__number {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__number {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__number {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__number {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__number {
    padding-top: 2.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__speech {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__speech {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__speech {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__speech {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item:not(:first-child) .event-daily-routine__numbertable-item__speech {
    padding-top: 2.25rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-right: 0.75rem;
  display: table-cell;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number > span {
  vertical-align: top;
}

.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__number > span::after {
  content: ".";
}

.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech {
  width: 100%;
  display: table-cell;
}

.events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech .speech__speakers .speaker-photo {
  max-width: 19.0476190476%;
  min-width: 19.0476190476%;
  width: 19.0476190476%;
  flex: 1 1 19.0476190476%;
}

@media (min-width: 47.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech .speech__speakers .speaker-photo {
    max-width: 13.3333333333%;
    min-width: 13.3333333333%;
    width: 13.3333333333%;
    flex: 1 1 13.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech .speech__speakers .speaker-photo {
    max-width: 14.2857142857%;
    min-width: 14.2857142857%;
    width: 14.2857142857%;
    flex: 1 1 14.2857142857%;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech .speech__speakers .speaker-photo {
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__daily-routine-content .event-daily-routine__numbertable-item__speech .speech__speakers .speaker-photo {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.events-detail-page__docs-download {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__docs-download {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__docs-download {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__docs-download {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download {
    width: 50%;
    margin-left: 20% !important;
  }
}
.events-detail-page__docs-download-content {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-detail-page__docs-download-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download-content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download-content {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.events-detail-page__docs-download-content .doc-download {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    padding-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__docs-download-content .doc-download {
    width: 50%;
    max-width: 50%;
  }
}
.events-detail-page__confirm {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__confirm {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__confirm {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__confirm {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__confirm {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__confirm {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__confirm {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__confirm {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__confirm {
    width: 50%;
    margin-left: 20% !important;
  }
}
.events-detail-page__confirm-message {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .events-detail-page__confirm-message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__confirm-message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.events-detail-page__confirm-button {
  width: 100%;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__confirm-button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__confirm-button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__confirm-button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__confirm-button {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__confirm-button {
    width: auto;
  }
}
.events-detail-page__contacts {
  display: flex;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .events-detail-page__contacts {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__contacts {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__contacts {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__contacts {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__contacts {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__contacts {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__contacts {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__contacts {
    width: 50%;
    margin-left: 20% !important;
  }
}
.events-detail-page__contacts .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 47.96875em) {
  .events-detail-page__contacts .article__contacts {
    width: 100%;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__contacts .article__contacts {
    width: 100%;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__contacts .article__contacts {
    width: 100%;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__contacts .article__contacts {
    width: 100%;
  }
}
.events-detail-page__contacts .article__contacts__header {
  color: #333;
}

.speech {
  width: 100%;
}

.speech__title {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .speech__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .speech__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.speech__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .speech__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .speech__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.speech__speakers {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.speech__speakers .speaker {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 63.96875em) {
  .speech__speakers .speaker {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .speech__speakers .speaker {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.speech__speakers .speaker-photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.speech__speakers .speaker-photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.speech__speakers .speaker-photo + div {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .speech__speakers .speaker-photo + div {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .speech__speakers .speaker-photo + div {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .speech__speakers .speaker-photo + div {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .speech__speakers .speaker-photo + div {
    margin-left: 1.25rem;
  }
}
.speech__speakers .speaker-information .name {
  font-family: "Open Sans Regular";
}

.speech__speakers .speaker-information .function, .speech__speakers .speaker-information .organization {
  color: #707175;
}

.speech__speakers .speaker-information .function span, .speech__speakers .speaker-information .organization span {
  display: inline-block;
}

.speech__speakers .speaker-information .function span:not(:last-of-type)::after, .speech__speakers .speaker-information .organization span:not(:last-of-type)::after {
  content: ", ";
}

.events-overview-page__header {
  background-color: #222F5B;
  padding-top: 0.75rem;
  padding-bottom: 1.875rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .events-overview-page__header {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__header {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__header {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__header {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .events-overview-page__header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .events-overview-page__header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .events-overview-page__header {
    padding-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .events-overview-page__header {
    padding-top: 2.25rem;
  }
}
.events-overview-page__header__breadcrumbs {
  width: 100%;
}

.events-overview-page__header__breadcrumbs ul {
  color: #a0c8de;
}

.events-overview-page__header__info {
  width: 100%;
  color: #fff;
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .events-overview-page__header__info {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__header__info {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header__info {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__header__info {
    margin: 2.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header__info {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.events-overview-page__header__info-header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .events-overview-page__header__info-header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__header__info-header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header__info-header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__header__info-header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.events-overview-page__header__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-overview-page__header__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__header__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__header__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__header__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__header__info-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__header__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.events-overview-page__hero {
  background-color: #f4f3f0;
  margin: 1.875rem auto 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero {
    flex-direction: row-reverse;
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-image {
    width: 35%;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-image {
    width: 45%;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-image {
    width: 35%;
  }
}
.events-overview-page__hero-image-overflow {
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-image-overflow {
    padding-bottom: 125%;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-image-overflow {
    padding-bottom: 75%;
  }
}
.events-overview-page__hero-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.events-overview-page__hero-info {
  min-height: 100%;
  padding: 1.25rem 0;
  margin: 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info {
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info {
    margin: 0;
    padding: 1.125rem;
    width: 65%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-overview-page__hero-info {
    padding: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-overview-page__hero-info {
    padding: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-overview-page__hero-info {
    padding: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-overview-page__hero-info {
    padding: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info {
    width: 55%;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info {
    width: 65%;
  }
}
.events-overview-page__hero-info-highlight {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-highlight {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-highlight {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info-highlight {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-highlight {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.events-overview-page__hero-info-tags {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-tags {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-tags {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info-tags {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-tags {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-tags {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-tags {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-overview-page__hero-info-tags ul li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-tags ul li:not(:first-child) {
    display: inline-block;
  }
}
.events-overview-page__hero-info-header {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #222F5B;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info-header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.events-overview-page__hero-info-actions {
  padding-top: 1.25rem;
  margin-top: auto;
  justify-self: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info-actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-actions {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions {
    flex-direction: row;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions button {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions button {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-overview-page__hero-info-actions button {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-overview-page__hero-info-actions button {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-overview-page__hero-info-actions button {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions .personal-information-page__data-form__image-group label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions .personal-information-page__data-form__image-group label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-overview-page__hero-info-actions .personal-information-page__data-form__image-group label {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-overview-page__hero-info-actions .personal-information-page__data-form__image-group label {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-overview-page__hero-info-actions .personal-information-page__data-form__image-group label {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-overview-page__hero-info-actions label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-overview-page__hero-info-actions label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-overview-page__hero-info-actions label {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-overview-page__hero-info-actions label {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-overview-page__hero-info-actions label {
    margin-right: 2.25rem;
  }
}
.events-overview-page__hero-info-actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 1.25rem;
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions a {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-actions a {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__hero-info-actions a {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-actions a {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__hero-info-actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__hero-info-actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__hero-info-actions a {
    margin-top: 0;
    margin-right: 0;
  }
}
.events-overview-page__content {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .events-overview-page__content {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__content {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__content {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__content {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__content {
    width: 83.3333333333%;
  }
}
.events-overview-page__content__setup {
  width: 100%;
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-overview-page__content__setup {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__content__setup {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__content__setup {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__content__setup {
    padding-top: 3.75rem;
  }
}
.events-overview-page__filters, .events-overview-page__results {
  width: 100%;
}

.events-overview-page__filters .vdma-filter-box {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .events-overview-page__filters .vdma-filter-box {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__filters .vdma-filter-box {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__filters .vdma-filter-box {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__filters .vdma-filter-box {
    margin-bottom: 3.75rem;
  }
}
.events-overview-page__pagination {
  width: 100%;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .events-overview-page__pagination {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__pagination {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__pagination {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__pagination {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__pagination {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__pagination {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__pagination {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__pagination {
    margin-top: 2.25rem;
  }
}
.events-overview-page__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.events-overview-page__advantages {
  margin-top: 2.75rem;
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-overview-page__advantages {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-overview-page__advantages {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-overview-page__advantages {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-overview-page__advantages {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-overview-page__advantages {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.event-overview__search .event-overview:first-child {
  padding-top: 0;
}

.event-overview {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .event-overview {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .event-overview {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .event-overview {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .event-overview {
    padding: 2.25rem 0;
  }
}
.event-overview__first {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .event-overview__first {
    flex-direction: row;
  }
}
.event-overview__first__timetable {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .event-overview__first__timetable {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__timetable {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__first__timetable {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__timetable {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__timetable {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.event-overview__first__timetable--disabled {
  color: #707175;
  text-decoration: line-through;
}

@media (min-width: 63.96875em) {
  .event-overview__first__timetable .timetable-date {
    display: flex;
    flex-direction: column;
  }
}
.event-overview__first__timetable .timetable-time {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .event-overview__first__timetable .timetable-time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__timetable .timetable-time {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__timetable .timetable-time {
    margin-top: 0.5rem;
    margin-left: 0;
    align-self: flex-start;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__timetable {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 25%;
  }
}
.event-overview__first__info {
  flex: 1 1 auto;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__first__info {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info {
    margin-top: 0;
    width: 75%;
  }
}
.event-overview__first__info-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-overview__first__info-meta p + ul {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info-meta p + ul {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info-meta p + ul {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__first__info-meta p + ul {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__info-meta p + ul {
    margin-left: 1.25rem;
  }
}
.event-overview__first__info-meta ul li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.event-overview__first__info-meta ul li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info-meta ul li:first-child::after {
    display: inline;
  }
}
.event-overview__first__info-meta ul li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info-meta ul li:not(:first-child) {
    display: inline-block;
  }
}
.event-overview__first__info-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__first__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.event-overview__first__info-description {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .event-overview__first__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__first__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__first__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__first__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .event-overview__first__info-description {
    display: block;
  }
}
.event-overview__second {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .event-overview__second {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__second {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__second {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .event-overview__second {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second {
    flex-direction: row-reverse;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second-status {
    width: 75%;
  }
}
.event-overview__second-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .event-overview__second-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .event-overview__second-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__second-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .event-overview__second-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .event-overview__second-link {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 63.96875em) {
  .event-overview__second-link {
    width: 25%;
  }
}
.events-registration-page__breadcrumbs {
  margin: 0.5rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .events-registration-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
.events-registration-page__content {
  border-bottom: 0.0625rem solid #cecece;
  margin: 0 auto 1.875rem auto;
  display: flex;
  flex-flow: column;
  position: relative;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .events-registration-page__content {
    margin: 0 auto 2.125rem auto;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__content {
    margin: 0 auto 2.375rem auto;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__content {
    margin: 0 auto 2.75rem auto;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__content {
    margin: 0 auto 3.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__content {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__content {
    width: 50%;
    margin-left: 8.3333333333% !important;
    margin-right: 41.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__content {
    width: 37.5%;
    margin-left: 16.6666666667% !important;
    margin-right: 45.8333333333% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__content {
    width: 29.1666666667%;
    margin-left: 20.8333333333% !important;
    margin-right: 50% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-registration-page__content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-registration-page__content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-registration-page__content {
    padding-bottom: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-registration-page__content {
    padding-bottom: 1.25rem;
  }
}
.events-registration-page__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__header {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__header {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__header {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__header {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.events-registration-page__tags {
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .events-registration-page__tags {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__tags {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__tags {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__tags {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__tags {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__tags {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__tags {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__tags {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__tags {
    display: none;
  }
}
.events-registration-page__tags-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta {
    flex-flow: row wrap;
  }
}
.events-registration-page__tags-meta .tag-exclusive, .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p, .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p, .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-registration-page__tags-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-registration-page__tags-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-registration-page__tags-meta .tag-exclusive {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-registration-page__tags-meta .tag-exclusive {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .events-registration-page__tags-meta p {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .events-registration-page__tags-meta p {
    margin-right: 1.25rem;
  }
}
.events-registration-page__tags-meta .tags {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: auto;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__tags-meta .tags {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__tags-meta .tags {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__tags-meta .tags {
    margin-top: 0;
  }
}
.events-registration-page__tags-long-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__tags-long-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__tags-long-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__tags-long-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__tags-long-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.events-registration-page__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .events-registration-page__description {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__description {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__description {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__description {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-registration-page__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-registration-page__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-registration-page__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-registration-page__description {
    margin-top: 2.25rem;
  }
}
.events-registration-page__info {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info {
    overflow: visible;
    margin-top: 0;
    border-top: none;
    width: 50%;
    position: absolute;
    top: 0;
    right: -66.67%;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info {
    width: 66.6666666667%;
    right: -100.035%;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info {
    width: 71.4285714286%;
    right: -142.8571428571%;
  }
}
.events-registration-page__info input[type=checkbox] {
  display: none;
}

.events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-content {
  max-height: 100vh;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-content {
    margin-bottom: 2.25rem;
  }
}
.events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header {
    margin-bottom: 2.25rem;
  }
}
.events-registration-page__info input[type=checkbox]:checked ~ .events-registration-page__info-header .events-registration-page__info-header-icon i {
  transform: rotate(180deg);
}

.events-registration-page__info-header {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__info-header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-header {
    display: none;
  }
}
.events-registration-page__info-header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-registration-page__info-header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.events-registration-page__info-content {
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-content {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-content {
    max-height: 100%;
    flex-direction: column;
  }
}
.events-registration-page__info-content__zero-part {
  display: none;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-content__zero-part {
    display: block;
  }
  .events-registration-page__info-content__zero-part .events-registration-page__tags {
    display: block !important;
    border-top: none;
    padding-top: 0;
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-registration-page__info-content__zero-part .events-registration-page__tags {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-registration-page__info-content__zero-part .events-registration-page__tags {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-registration-page__info-content__zero-part .events-registration-page__tags {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-registration-page__info-content__zero-part .events-registration-page__tags {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-content__zero-part .events-registration-page__tags-meta {
    flex-flow: column nowrap;
  }
  .events-registration-page__info-content__zero-part .events-registration-page__tags-meta .tag-exclusive, .events-registration-page__info-content__zero-part .events-registration-page__tags-meta .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .events-registration-page__info-content__zero-part .events-registration-page__tags-meta p, .events-registration-page__info-content__zero-part .events-registration-page__tags-meta .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .events-registration-page__info-content__zero-part .events-registration-page__tags-meta p, .events-registration-page__info-content__zero-part .events-registration-page__tags-meta .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .events-registration-page__info-content__zero-part .events-registration-page__tags-meta p {
    margin-right: auto;
  }
  .events-registration-page__info-content__zero-part .events-registration-page__tags-meta .tags {
    margin-top: 0.5rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__info-content__first-part, .events-registration-page__info-content__second-part {
    max-width: 45%;
    min-width: 45%;
    width: 45%;
    flex: 1 1 45%;
    margin-right: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-content__first-part, .events-registration-page__info-content__second-part {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    margin-right: 0 !important;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-content__first-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-registration-page__info-content__first-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-registration-page__info-content__first-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-registration-page__info-content__first-part {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-registration-page__info-content__first-part {
    margin-top: 2.25rem;
  }
}
.events-registration-page__info-content__second-part {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.5rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .events-registration-page__info-content__second-part {
    margin-top: 2.25rem;
  }
}
.events-registration-page__info-timetable table {
  border-spacing: 0;
}

.events-registration-page__info-timetable table tbody tr {
  vertical-align: middle;
}

.events-registration-page__info-timetable table tbody tr:not(:first-child) {
  padding-top: 0.5rem;
}

.events-registration-page__info-timetable table tbody tr:not(:first-child) td {
  padding-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-timetable table tbody tr {
    display: table;
  }
  .events-registration-page__info-timetable table tbody tr td {
    display: table-row;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-timetable table tbody tr {
    display: table-row;
  }
  .events-registration-page__info-timetable table tbody tr td {
    display: table-cell;
  }
}
.events-registration-page__info-timetable table tbody tr td + td {
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 0;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .events-registration-page__info-timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
.events-registration-page__info-price, .events-registration-page__info-location {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-price, .events-registration-page__info-location {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-price, .events-registration-page__info-location {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-registration-page__info-price-header, .events-registration-page__info-location-header {
  font-family: "Open Sans Bold";
}

.events-registration-page__info-price-header::after, .events-registration-page__info-location-header::after {
  content: ":";
}

.events-registration-page__info-price-address {
  font-family: "Open Sans Regular";
  margin-top: 0.25rem;
}

.events-registration-page__info-location-address {
  font-family: "Open Sans Regular";
  margin-top: 0.25rem;
}

.events-registration-page__info-price-address ul, .events-registration-page__info-location-address ul {
  list-style: none;
}

.events-registration-page__info-location {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-location {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-location {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-location {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-location {
    margin-top: 2.25rem;
  }
}
.events-registration-page__info-location-room {
  margin-top: 0.25rem;
}

.events-registration-page__info-docs-download {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-docs-download {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-docs-download {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-docs-download {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-docs-download {
    margin-top: 2.25rem;
  }
}
.events-registration-page__info-docs-download-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-docs-download-header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-docs-download-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-registration-page__info-docs-download-content {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.events-registration-page__info-docs-download-content .doc-download {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__info-docs-download-content .doc-download {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-docs-download-content .doc-download {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.events-registration-page__info-docs-download-content .doc-download:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__info-docs-download-content .doc-download:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__info-docs-download-content .doc-download:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__info-docs-download-content .doc-download:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__info-docs-download-content .doc-download:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form {
    margin-bottom: 5.75rem;
  }
}
.events-registration-page__form__program__day:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__program__day:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.events-registration-page__form__program__day-date {
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day-date {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day-date {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__program__day-date {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day-date {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form__program__day-item {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__program__day-item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day-item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day-item {
    flex-direction: row;
  }
}
.events-registration-page__form__program__day-item__time {
  font-family: "Open Sans Regular";
  display: flex;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day-item__time {
    width: 25%;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day-item__time {
    width: 33.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__program__day-item__time {
    width: 33.3333333333%;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day-item__time {
    width: 42.8571428571%;
  }
}
.events-registration-page__form__program__day-item__description {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day-item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day-item__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__program__day-item__description {
    margin-top: 0;
    width: 75%;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__program__day-item__description {
    width: 66.6666666667%;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__program__day-item__description {
    width: 66.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__program__day-item__description {
    width: 57.1428571429%;
  }
}
.events-registration-page__form__part {
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__part {
    padding-left: 16.6666666667% !important;
    padding-right: 16.6666666667% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part {
    padding-left: 8.3333333333% !important;
    padding-right: 41.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part {
    padding-left: 16.6666666667% !important;
    padding-right: 45.8333333333% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part {
    padding-left: 20.8333333333% !important;
    padding-right: 50% !important;
  }
}
.events-registration-page__form__part--bottom-ds400 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part--bottom-ds400 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part--bottom-ds400 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part--bottom-ds400 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part--bottom-ds400 {
    margin-bottom: 1.25rem;
  }
}
.events-registration-page__form__part-actions {
  display: flex;
}

.events-registration-page__form__part-actions button + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part-actions button + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part-actions button + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part-actions button + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part-actions button + button {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + button {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + button {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + button {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form__part-actions .personal-information-page__data-form__image-group button + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group button + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group button + label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-registration-page__form__part-actions button + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions button + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions button + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions button + label {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__part-actions .personal-information-page__data-form__image-group label + label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .events-registration-page__form__part-actions label + label {
    margin-top: 1.25rem;
  }
}
.events-registration-page__form__additional-person {
  margin-bottom: 2.75rem;
  padding-top: 0.75rem;
  padding-bottom: 2.75rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__additional-person {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__additional-person {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__additional-person {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__additional-person {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__additional-person {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__additional-person {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__additional-person {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__additional-person {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__additional-person {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__additional-person {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__additional-person {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__additional-person {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .events-registration-page__form__additional-person {
    padding-left: 16.6666666667% !important;
    padding-right: 16.6666666667% !important;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__additional-person {
    padding-left: 8.3333333333% !important;
    padding-right: 41.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__additional-person {
    padding-left: 16.6666666667% !important;
    padding-right: 45.8333333333% !important;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__additional-person {
    padding-left: 20.8333333333% !important;
    padding-right: 50% !important;
  }
}
.events-registration-page__form__additional-person__help {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .events-registration-page__form__additional-person__help {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__additional-person__help {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.events-registration-page__form__other {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__other {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__other {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__other {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__other {
    margin: 2.25rem 0;
  }
}
.events-registration-page__form__other__confirm {
  display: flex;
  flex-direction: column;
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .events-registration-page__form__other__confirm {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .events-registration-page__form__other__confirm {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .events-registration-page__form__other__confirm {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .events-registration-page__form__other__confirm {
    margin-top: 5.75rem;
  }
}
.article__text {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__text {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__text {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__text {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__text {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__text__description {
  font-family: "Open Sans Light";
}

.article__text__description b, .article__text__description .bold, .article__text__description strong {
  font-family: "Open Sans Bold";
}

.article__text__description a {
  font-family: "Open Sans Regular";
}

.article__text__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__text__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.article__text__description h1, .article__text__description h2, .article__text__description h3, .article__text__description h4, .article__text__description h5, .article__text__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h1, .article__text__description h2, .article__text__description h3, .article__text__description h4, .article__text__description h5, .article__text__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h1, .article__text__description h2, .article__text__description h3, .article__text__description h4, .article__text__description h5, .article__text__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h1, .article__text__description h2, .article__text__description h3, .article__text__description h4, .article__text__description h5, .article__text__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h1, .article__text__description h2, .article__text__description h3, .article__text__description h4, .article__text__description h5, .article__text__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__text__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__text__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__text__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__text__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__text__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .article__text__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li {
    margin-top: 1.25rem;
  }
}
.article__text__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__text__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li::before {
    top: 0.8125rem;
  }
}
.article__text__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__text__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li ul {
    margin-left: 3.375rem;
  }
}
.article__text__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__text__description ul li ul li::before {
  display: none;
}

.article__text__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__text__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__text__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__text__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.article__text__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__text__description ul li ul li ul li::before {
  display: none;
}

.article__text__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__text__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__text__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__text__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description button {
    margin-top: 1.25rem;
  }
}
.article__text__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__text__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .article__text__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .article__text__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .article__text__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .article__text__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .article__text__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__text__description button, .article__text__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__text__description label {
    width: auto;
  }
}
.article__text__description h1 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h1 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h2 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h2 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h3 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h3 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h4 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h4 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h5 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h5 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h6 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .article__text__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h6 {
    margin-bottom: 1.25rem;
  }
}
.article__text__description h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__text__description h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__text__description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__text__description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__text__description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__text__description h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__text__description h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__text__description h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__text__description h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__text__description h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__text__description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__quote {
  margin-bottom: 2.75rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 47.96875em) {
  .article__quote {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__quote {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__quote {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__quote {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__quote {
    width: 50%;
    margin-left: 25% !important;
  }
}
@media (min-width: 47.96875em) {
  .article__quote {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
.article__quote__text {
  font-family: "Open Sans Light";
  padding-top: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__quote__text {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote__text {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote__text {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote__text {
    padding-top: 2.25rem;
  }
}
.article__quote__text::before {
  content: "";
  max-width: 30%;
  min-width: 30%;
  width: 30%;
  flex: 1 1 30%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 0;
}

@media (min-width: 47.96875em) {
  .article__quote__text::before {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
  }
}
@media (min-width: 63.96875em) {
  .article__quote__text::before {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 89.96875em) {
  .article__quote__text::before {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
}
@media (min-width: 119.96875em) {
  .article__quote__text::before {
    max-width: 37.5%;
    min-width: 37.5%;
    width: 37.5%;
    flex: 1 1 37.5%;
  }
}
.article__quote__autor-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.75rem;
  width: 100%;
  display: flex;
}

@media (min-width: 47.96875em) {
  .article__quote__autor-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote__autor-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote__autor-text {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote__autor-text {
    margin-top: 1.25rem;
  }
}
.article__quote-photo {
  margin-bottom: 2.75rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__quote-photo {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__quote-photo {
    width: 85%;
    margin-left: 15% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo {
    width: 70%;
    margin-left: 20% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo {
    width: 65%;
    margin-left: 25% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo {
    width: 55%;
    margin-left: 30% !important;
  }
}
.article__quote-photo__right {
  width: 100%;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__right {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo__right {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo__right {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo__right {
    padding-top: 2.25rem;
  }
}
.article__quote-photo__autor-photo-position__left {
  display: none;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__autor-photo-position__left {
    display: flex;
    max-width: 17.6470588235%;
    min-width: 17.6470588235%;
    width: 17.6470588235%;
    flex: 1 1 17.6470588235%;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo__autor-photo-position__left {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo__autor-photo-position__left {
    max-width: 23.0769230769%;
    min-width: 23.0769230769%;
    width: 23.0769230769%;
    flex: 1 1 23.0769230769%;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo__autor-photo-position__left {
    max-width: 27.2727272727%;
    min-width: 27.2727272727%;
    width: 27.2727272727%;
    flex: 1 1 27.2727272727%;
  }
}
.article__quote-photo__autor-photo-position__bottom {
  display: flex;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  flex: 1 1 25%;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__autor-photo-position__bottom {
    display: none;
  }
}
.article__quote-photo__text {
  font-family: "Open Sans Light";
  width: 100%;
  display: flex;
}

.article__quote-photo__text::before {
  content: "";
  max-width: 30%;
  min-width: 30%;
  width: 30%;
  flex: 1 1 30%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 0;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__text::before {
    max-width: 17.6470588235%;
    min-width: 17.6470588235%;
    width: 17.6470588235%;
    flex: 1 1 17.6470588235%;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo__text::before {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo__text::before {
    max-width: 23.0769230769%;
    min-width: 23.0769230769%;
    width: 23.0769230769%;
    flex: 1 1 23.0769230769%;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo__text::before {
    max-width: 27.2727272727%;
    min-width: 27.2727272727%;
    width: 27.2727272727%;
    flex: 1 1 27.2727272727%;
  }
}
.article__quote-photo__autor {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__autor {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__quote-photo__autor {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__quote-photo__autor {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__quote-photo__autor {
    margin-top: 1.25rem;
  }
}
.article__quote-photo__autor-text {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  font-family: "Open Sans Regular";
  display: flex;
}

.article__quote-photo__autor-photo {
  display: flex;
  width: 100%;
  width: 80%;
  margin-right: 20% !important;
}

@media (min-width: 47.96875em) {
  .article__quote-photo__autor-photo {
    width: 66.6666666667%;
    margin-right: 33.3333333333% !important;
  }
}
.article__quote-photo__autor-photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.article__quote-photo__autor-photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.article__gallery {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__gallery {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__gallery {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__gallery {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__gallery {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__gallery {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__gallery {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__gallery {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__gallery {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__info-box {
  width: 100%;
  margin-left: 0% !important;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__info-box {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__info-box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__info-box {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__info-box {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__info-box::before {
  content: "";
  max-width: 45.4545454545%;
  min-width: 45.4545454545%;
  width: 45.4545454545%;
  flex: 1 1 45.4545454545%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 0;
}

@media (min-width: 47.96875em) {
  .article__info-box::before {
    max-width: 31.25%;
    min-width: 31.25%;
    width: 31.25%;
    flex: 1 1 31.25%;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box::before {
    max-width: 35.7142857143%;
    min-width: 35.7142857143%;
    width: 35.7142857143%;
    flex: 1 1 35.7142857143%;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box::before {
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box::before {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.article__info-box::after {
  content: "";
  max-width: 27.2727272727%;
  min-width: 27.2727272727%;
  width: 27.2727272727%;
  flex: 1 1 27.2727272727%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 47.96875em) {
  .article__info-box::after {
    max-width: 18.75%;
    min-width: 18.75%;
    width: 18.75%;
    flex: 1 1 18.75%;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box::after {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box::after {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box::after {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
}
.article__info-box__info-icon-part {
  width: auto;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.article__info-box__info-icon-part .info-icon-part__icon {
  color: #f18700;
  display: flex;
  align-items: flex-start;
}

.article__info-box__info-icon-part .info-icon-part__icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.article__info-box__info-icon-part .info-icon-part__icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.article__info-box__info-icon-part .info-icon-part__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  display: flex;
  color: #f18700;
}

@media (min-width: 63.96875em) {
  .article__info-box__info-icon-part .info-icon-part__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__info-icon-part .info-icon-part__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__info-box__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__info-box__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__info-box__description h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__info-box__description h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__info-box__description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__info-box__description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__info-box__description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__info-box__description h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__info-box__description h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__info-box__description h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__info-box__description h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__info-box__description h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__info-box__description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__resume {
  width: 100%;
  margin-left: 0% !important;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__resume {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__resume {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__resume {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__resume {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__resume {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__resume {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__resume {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__resume::before {
  content: "";
  max-width: 45.4545454545%;
  min-width: 45.4545454545%;
  width: 45.4545454545%;
  flex: 1 1 45.4545454545%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 0;
}

@media (min-width: 47.96875em) {
  .article__resume::before {
    max-width: 31.25%;
    min-width: 31.25%;
    width: 31.25%;
    flex: 1 1 31.25%;
  }
}
@media (min-width: 63.96875em) {
  .article__resume::before {
    max-width: 35.7142857143%;
    min-width: 35.7142857143%;
    width: 35.7142857143%;
    flex: 1 1 35.7142857143%;
  }
}
@media (min-width: 89.96875em) {
  .article__resume::before {
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__resume::before {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.article__resume::after {
  content: "";
  max-width: 27.2727272727%;
  min-width: 27.2727272727%;
  width: 27.2727272727%;
  flex: 1 1 27.2727272727%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 47.96875em) {
  .article__resume::after {
    max-width: 18.75%;
    min-width: 18.75%;
    width: 18.75%;
    flex: 1 1 18.75%;
  }
}
@media (min-width: 63.96875em) {
  .article__resume::after {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
  }
}
@media (min-width: 89.96875em) {
  .article__resume::after {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 119.96875em) {
  .article__resume::after {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
}
.article__resume__info-icon-part {
  width: auto;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.article__resume__info-icon-part .info-icon-part__icon {
  color: #f18700;
  display: flex;
  align-items: flex-start;
}

.article__resume__info-icon-part .info-icon-part__icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.article__resume__info-icon-part .info-icon-part__icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.article__resume__info-icon-part .info-icon-part__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  display: flex;
  color: #f18700;
}

@media (min-width: 63.96875em) {
  .article__resume__info-icon-part .info-icon-part__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__info-icon-part .info-icon-part__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__resume__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__resume__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__resume__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__resume__description ul {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume__description ul {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume__description ul {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__description ul {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__resume__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__resume__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .article__resume__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__resume__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__resume__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__description ul li {
    margin-top: 1.25rem;
  }
}
.article__resume__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__resume__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__resume__description ul li::before {
    top: 0.8125rem;
  }
}
.article__interview {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article__interview {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__interview {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__interview {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__interview {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__interview {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__interview__header {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .article__interview__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__interview__body {
  list-style: none;
}

.article__interview__body h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__interview__body h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__interview__body h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__interview__body h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__interview__body h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__interview__body h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__interview__body h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__interview__body__marken {
  font-family: "Open Sans Bold";
}

.article__interview__body li {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__interview__body li {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__interview__body li {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__interview__body li {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__interview__body li {
    margin-top: 2.25rem;
  }
}
.article__articletext-links {
  width: 100%;
  margin-left: 0% !important;
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article__articletext-links {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__articletext-links {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__articletext-links {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__articletext-links__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__articletext-links__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__articletext-links__description {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__articletext-links__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__articletext-links__line {
  border-bottom: 0.0625rem solid #cecece;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__articletext-links__line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links__line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links__line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__line {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__articletext-links__line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links__line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links__line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__line {
    margin-top: 2.25rem;
  }
}
.article__articletext-links__links ul {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  list-style: none;
}

@media (min-width: 63.96875em) {
  .article__articletext-links__links ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__links ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__articletext-links__links ul li {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__articletext-links__links ul li {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__articletext-links__links ul li {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__articletext-links__links ul li {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__articletext-links__links ul li {
    margin-bottom: 1.25rem;
  }
}
.article__articletext-links__links ul li a {
  border-bottom: none;
}

.article__articletext-links__links ul li:last-child {
  margin-bottom: 0;
}

.article__downloads-list {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 2.75rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .article__downloads-list {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-list {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__downloads-list-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__downloads-list-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list-header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list-header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-list-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__downloads-list-header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__downloads-list-header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list-header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list-header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list-header-line {
    margin-bottom: 2.25rem;
  }
}
.article__downloads-list__image {
  display: none;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__image {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
    margin-left: 6.25% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list__image {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
    margin-left: 7.1428571429% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list__image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.article__downloads-list__image-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.article__downloads-list__image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.article__downloads-list__image.article__downloads-list__image__content-left {
  display: flex;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__image.article__downloads-list__image__content-left {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-list__image.article__downloads-list__image__content-right {
    display: flex;
  }
}
.article__downloads-list__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__downloads-list__content-left-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .article__downloads-list__content-left-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__content-left-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__downloads-list__content-left-link {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__content-left-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list__content-left-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list__content-left-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__content-left-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-list__content-left-link {
    flex-direction: row;
  }
}
.article__downloads-list__content-left-link-file, .article__downloads-list__content-left-link-text {
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .article__downloads-list__content-left-link-file, .article__downloads-list__content-left-link-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__content-left-link-file, .article__downloads-list__content-left-link-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__downloads-list__content-left-link-text {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__content-left-link-text {
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__downloads-list__content-left-link-text {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__downloads-list__content-left-link-text {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__downloads-list__content-left-link-text {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__downloads-list__content-left-link-text {
    margin-left: 2.25rem;
  }
}
.article__downloads-list__content-left-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__downloads-list__content-left-title__tag-exclusive {
  margin-bottom: 0.5rem;
  line-height: 0;
}

.article__downloads-list__content-left-title-name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__content-left-title-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list__content-left-title-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list__content-left-title-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__content-left-title-name {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__downloads-list__content-left-title-info {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .article__downloads-list__content-left-title-info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list__content-left-title-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__downloads-list__content-left-action {
  display: flex;
}

.article__downloads-list__content-left-action > button, .personal-information-page__data-form__image-group .article__downloads-list__content-left-action > label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__downloads-list__content-left-action > button, .personal-information-page__data-form__image-group .article__downloads-list__content-left-action > label {
    width: initial;
  }
}
.article__downloads-list-inner-line {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__downloads-list-inner-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list-inner-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list-inner-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list-inner-line {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-list-inner-line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-list-inner-line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-list-inner-line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-list-inner-line {
    margin-top: 2.25rem;
  }
}
.article__downloads {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article__downloads {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__downloads-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__downloads-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__downloads-header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__downloads-header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads-header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads-header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads-header-line {
    margin-bottom: 2.25rem;
  }
}
.article__downloads__image {
  display: none;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
}

@media (min-width: 47.96875em) {
  .article__downloads__image {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
    margin-left: 6.25% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads__image {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
    margin-left: 7.1428571429% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads__image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.article__downloads__image-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.article__downloads__image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.article__downloads__image.article__downloads__image__content-left {
  display: flex;
}

@media (min-width: 47.96875em) {
  .article__downloads__image.article__downloads__image__content-left {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads__image.article__downloads__image__content-right {
    display: flex;
  }
}
.article__downloads__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__downloads__content-left {
  flex: 1 1 auto;
}

.article__downloads__content-left-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article__downloads__content-left-title__tag-exclusive {
  margin-bottom: 0.5rem;
  line-height: 0;
}

.article__downloads__content-left-title-name {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .article__downloads__content-left-title-name {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads__content-left-title-name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__downloads__content-left-title-info {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.article__downloads__content-left-description {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .article__downloads__content-left-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads__content-left-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__downloads__content-left-link {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__downloads__content-left-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__downloads__content-left-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__downloads__content-left-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads__content-left-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads__content-left-link {
    flex-direction: row;
  }
}
.article__downloads__content-left-link-button {
  display: flex;
}

.article__downloads__content-left-link-button button, .article__downloads__content-left-link-button .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__downloads__content-left-link-button label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__downloads__content-left-link-button button, .article__downloads__content-left-link-button .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__downloads__content-left-link-button label {
    width: initial;
  }
}
.article__downloads__content-left-link-button .vdma-icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .group-teaser__info__roofline-status-icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .group-teaser__info__participant-status-icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .service-teaser__header__icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .service-quicklink__icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .service-select-teaser__header__icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .advice-and-network__item__icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .groups-details-page__content__info__head__roofline-status-icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-button .groups-details-page__content__info__head__participant-status-icon {
  margin-right: 0.5rem;
}

.article__downloads__content-left-link-text {
  margin-top: 0.5rem;
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .article__downloads__content-left-link-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__downloads__content-left-link-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .article__downloads__content-left-link-text {
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__downloads__content-left-link-text {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__downloads__content-left-link-text {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__downloads__content-left-link-text {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__downloads__content-left-link-text {
    margin-left: 2.25rem;
  }
}
.article__events-teaser-list {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 2.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__events-teaser-list__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__events-teaser-list__header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__header-line {
    margin-bottom: 2.25rem;
  }
}
.article__events-teaser-list__period {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__period {
    justify-content: flex-start;
  }
  .article__events-teaser-list__period > div {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__events-teaser-list__period > div {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__events-teaser-list__period > div {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__events-teaser-list__period > div {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__events-teaser-list__period > div {
    margin-right: 1.25rem;
  }
}
.article__events-teaser-list__period-date {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  display: flex;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__period-date {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__period-date {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__period-date {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__period-date {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__events-teaser-list__period-time {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Regular";
  display: flex;
}

@media (min-width: 63.96875em) {
  .article__events-teaser-list__period-time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__period-time {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.article__events-teaser-list__tag {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.article__events-teaser-list__tag__tag-exclusive {
  line-height: 0;
  margin-right: 0.5rem;
}

.article__events-teaser-list__tag .tags li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.article__events-teaser-list__tag .tags li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__tag .tags li:not(:first-child) {
    display: inline-block;
  }
}
.article__events-teaser-list__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__title {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__events-teaser-list__description {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__description {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__description {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__description {
    margin-bottom: 2.25rem;
  }
}
.article__events-teaser-list__actions {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__actions {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.article__events-teaser-list__actions .textlink {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__actions .textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__actions .textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-right: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .article__events-teaser-list__actions .textlink {
    margin-right: 2.25rem;
  }
}
.article__events-teaser-list__inner-line {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__events-teaser-list__inner-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__inner-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__inner-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__inner-line {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__events-teaser-list__inner-line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__events-teaser-list__inner-line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__events-teaser-list__inner-line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__events-teaser-list__inner-line {
    margin-top: 2.25rem;
  }
}
.article__themed-cloud {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__themed-cloud {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__themed-cloud {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__themed-cloud {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__themed-cloud {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__themed-cloud {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__themed-cloud {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__themed-cloud {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__themed-cloud {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__themed-cloud__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__themed-cloud__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__themed-cloud__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__themed-cloud__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__themed-cloud__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__themed-cloud__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__themed-cloud__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__themed-cloud__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__themed-cloud__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__themed-cloud__tags {
  display: inline-flex;
  flex-flow: row wrap;
}

.article__themed-cloud__tags > a {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 63.96875em) {
  .article__themed-cloud__tags > a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__themed-cloud__tags > a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__our-topics {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__our-topics {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__our-topics {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__our-topics {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__our-topics {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__our-topics {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__our-topics {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__our-topics {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__our-topics {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__content-teaser-list {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 2.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__content-teaser-list {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__content-teaser-list {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__content-teaser-list__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__content-teaser-list__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__content-teaser-list__header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list__header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list__header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list__header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__header-line {
    margin-bottom: 2.25rem;
  }
}
.article__content-teaser-list__tags {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list__tags {
    flex-direction: row;
  }
}
.article__content-teaser-list__tags .tags {
  display: flex;
}

.article__content-teaser-list__tags__tag-exclusive {
  margin-bottom: 0.5rem;
  line-height: 0;
  margin-right: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list__tags__tag-exclusive {
    margin-bottom: 0;
  }
}
.article__content-teaser-list__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .article__content-teaser-list__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.article__content-teaser-list__inner-line {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__content-teaser-list__inner-line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list__inner-line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list__inner-line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__inner-line {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__content-teaser-list__inner-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__content-teaser-list__inner-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__content-teaser-list__inner-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__content-teaser-list__inner-line {
    margin-bottom: 2.25rem;
  }
}
.article__number {
  display: flex;
  margin-bottom: 2.75rem;
  flex-direction: column;
  width: 90.9090909091%;
  margin-left: 4.5454545455% !important;
}

@media (min-width: 47.96875em) {
  .article__number {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__number {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__number {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__number {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__number {
    width: 70%;
    margin-left: 15% !important;
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .article__number {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__number {
    width: 50%;
    margin-left: 25% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__number {
    width: 40%;
    margin-left: 30% !important;
  }
}
.article__number__number {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-family: "Open Sans Light";
  color: #f18700;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__number__number {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__number__number {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__number__number {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__number__number {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__number__number {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__number__number {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__number__number {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__number__number {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
@media (min-width: 47.96875em) {
  .article__number__number {
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__number__number {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__number__number {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__number__number {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__number__number {
    margin-right: 1.25rem;
  }
}
.article__number__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article__number__info-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .article__number__info-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__number__info-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__number__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
}

@media (min-width: 63.96875em) {
  .article__number__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__number__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__number__info-url {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
  margin-top: 0.5rem;
}

.article__video {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__video {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__video {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__video {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__video {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__video {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__video {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__video {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__video {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__video__frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.article__video__frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article__video__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: block;
}

@media (min-width: 89.96875em) {
  .article__video__source {
    display: inline-block;
  }
  .article__video__source__title + .article__video__source__text {
    margin-left: 0.25rem;
  }
}
.article__video__source__title {
  color: #333;
  display: block;
}

@media (min-width: 89.96875em) {
  .article__video__source__title {
    display: inline;
  }
}
.article__video__source__text {
  color: #707175;
  display: block;
}

@media (min-width: 89.96875em) {
  .article__video__source__text {
    display: inline;
  }
}
.article__media {
  width: 100%;
  margin-left: 0% !important;
  display: block;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__media {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__media {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__media {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__media {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__media-content {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__media-content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-content {
    margin-bottom: 1.25rem;
  }
}
.article__media-content .vdma-image-gallery {
  z-index: 10;
}

@media (min-width: 89.96875em) {
  .article__media-content .vdma-image-gallery__slide-image-overflow img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 47.96875em) {
  .article__media-content {
    width: 50%;
  }
  .article__media-content.article__media-content__position-left {
    float: left;
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__media-content.article__media-content__position-left {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__media-content.article__media-content__position-left {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__media-content.article__media-content__position-left {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__media-content.article__media-content__position-left {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__media-content.article__media-content__position-left .vdma-image-gallery__slide-text__description {
    display: block;
  }
  .article__media-content.article__media-content__position-right {
    float: right;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article__media-content.article__media-content__position-right {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article__media-content.article__media-content__position-right {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article__media-content.article__media-content__position-right {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article__media-content.article__media-content__position-right {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__media-content.article__media-content__position-left .vdma-image-gallery__slide-text__description, .article__media-content.article__media-content__position-right .vdma-image-gallery__slide-text__description {
    display: block;
  }
  .article__media-content.article__media-content__position-center {
    width: 100%;
  }
}
@media (min-width: 63.96875em) {
  .article__media-content {
    width: 50%;
  }
}
@media (min-width: 89.96875em) {
  .article__media-content {
    width: 50%;
  }
}
@media (min-width: 119.96875em) {
  .article__media-content {
    width: 50%;
  }
}
.article__media-description {
  font-family: "Open Sans Light";
}

.article__media-description b, .article__media-description .bold, .article__media-description strong {
  font-family: "Open Sans Bold";
}

.article__media-description a {
  font-family: "Open Sans Regular";
}

.article__media-description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.article__media-description h1, .article__media-description h2, .article__media-description h3, .article__media-description h4, .article__media-description h5, .article__media-description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h1, .article__media-description h2, .article__media-description h3, .article__media-description h4, .article__media-description h5, .article__media-description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h1, .article__media-description h2, .article__media-description h3, .article__media-description h4, .article__media-description h5, .article__media-description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h1, .article__media-description h2, .article__media-description h3, .article__media-description h4, .article__media-description h5, .article__media-description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h1, .article__media-description h2, .article__media-description h3, .article__media-description h4, .article__media-description h5, .article__media-description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__media-description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__media-description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__media-description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__media-description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li {
    margin-top: 1.25rem;
  }
}
.article__media-description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__media-description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li::before {
    top: 0.8125rem;
  }
}
.article__media-description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__media-description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li ul {
    margin-left: 3.375rem;
  }
}
.article__media-description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__media-description ul li ul li::before {
  display: none;
}

.article__media-description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__media-description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__media-description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__media-description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.article__media-description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__media-description ul li ul li ul li::before {
  display: none;
}

.article__media-description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__media-description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__media-description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description button {
    margin-top: 1.25rem;
  }
}
.article__media-description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .article__media-description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .article__media-description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .article__media-description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__media-description button, .article__media-description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__media-description label {
    width: auto;
  }
}
.article__media-description h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__media-description h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__media-description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__media-description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__media-description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__media-description h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__media-description h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__media-description h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__media-description h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__media-description h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__media-description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__body-text {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__body-text {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__body-text__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__body-text__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__body-text__content b, .article__body-text__content .bold, .article__body-text__content strong {
  font-family: "Open Sans Bold";
}

.article__body-text__content a {
  font-family: "Open Sans Regular";
}

.article__body-text__content p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.article__body-text__content h1, .article__body-text__content h2, .article__body-text__content h3, .article__body-text__content h4, .article__body-text__content h5, .article__body-text__content h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h1, .article__body-text__content h2, .article__body-text__content h3, .article__body-text__content h4, .article__body-text__content h5, .article__body-text__content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h1, .article__body-text__content h2, .article__body-text__content h3, .article__body-text__content h4, .article__body-text__content h5, .article__body-text__content h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h1, .article__body-text__content h2, .article__body-text__content h3, .article__body-text__content h4, .article__body-text__content h5, .article__body-text__content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h1, .article__body-text__content h2, .article__body-text__content h3, .article__body-text__content h4, .article__body-text__content h5, .article__body-text__content h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__body-text__content h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.article__body-text__content ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__body-text__content ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__body-text__content ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article__body-text__content ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .article__body-text__content ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li {
    margin-top: 1.25rem;
  }
}
.article__body-text__content ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__body-text__content ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li::before {
    top: 0.8125rem;
  }
}
.article__body-text__content ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li ul {
    margin-left: 3.375rem;
  }
}
.article__body-text__content ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__body-text__content ul li ul li::before {
  display: none;
}

.article__body-text__content ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__body-text__content ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__body-text__content ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.article__body-text__content ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.article__body-text__content ul li ul li ul li::before {
  display: none;
}

.article__body-text__content ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .article__body-text__content ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__body-text__content button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__body-text__content button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content button {
    margin-top: 1.25rem;
  }
}
.article__body-text__content .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__body-text__content .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .article__body-text__content label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .article__body-text__content label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .article__body-text__content label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .article__body-text__content label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .article__body-text__content label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__body-text__content button, .article__body-text__content .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__body-text__content label {
    width: auto;
  }
}
.article__body-text__content h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__body-text__content h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__body-text__content h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__body-text__content h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__body-text__content h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__body-text__content h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__body-text__content h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__body-text__content p + p {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content p + p {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content p + p {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content p + p {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content p + p {
    margin-top: 3.75rem;
  }
}
.article__body-text__content ul {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__body-text__content ul {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__body-text__content ul {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__body-text__content ul {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__body-text__content ul {
    margin-top: 3.75rem;
  }
}
.article__body-text__content button, .article__body-text__content .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__body-text__content label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .article__body-text__content button, .article__body-text__content .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .article__body-text__content label {
    width: inherit;
  }
}
.article__body-text__content .textlink {
  font-family: "Open Sans Regular";
  border-bottom: none;
  display: inline-flex;
}

.article__body-text__content .textlink .textlink-text {
  border-bottom: 0.125rem solid #222F5B;
}

.article__accordion {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__accordion {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__accordion {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__accordion-content__photo {
  max-width: 13.6363636364%;
  min-width: 13.6363636364%;
  width: 13.6363636364%;
  flex: 1 1 13.6363636364%;
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__photo {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__photo {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__photo {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__photo {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__accordion-content__photo {
    max-width: 12.5%;
    min-width: 12.5%;
    width: 12.5%;
    flex: 1 1 12.5%;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__photo {
    max-width: 14.2857142857%;
    min-width: 14.2857142857%;
    width: 14.2857142857%;
    flex: 1 1 14.2857142857%;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__photo {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__photo {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.article__accordion-content__photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.article__accordion-content__photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.article__accordion-content__description, .article__accordion-content-description {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .article__accordion-content__description, .article__accordion-content-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description, .article__accordion-content-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__accordion-content__description h1, .article__accordion-content-description h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description h1, .article__accordion-content-description h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description h1, .article__accordion-content-description h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description h1, .article__accordion-content-description h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h1, .article__accordion-content-description h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.article__accordion-content__description h2, .article__accordion-content-description h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description h2, .article__accordion-content-description h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description h2, .article__accordion-content-description h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description h2, .article__accordion-content-description h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h2, .article__accordion-content-description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.article__accordion-content__description h3, .article__accordion-content-description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description h3, .article__accordion-content-description h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description h3, .article__accordion-content-description h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description h3, .article__accordion-content-description h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h3, .article__accordion-content-description h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article__accordion-content__description h4, .article__accordion-content-description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description h4, .article__accordion-content-description h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description h4, .article__accordion-content-description h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description h4, .article__accordion-content-description h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h4, .article__accordion-content-description h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.article__accordion-content__description h5, .article__accordion-content-description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description h5, .article__accordion-content-description h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description h5, .article__accordion-content-description h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description h5, .article__accordion-content-description h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h5, .article__accordion-content-description h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__accordion-content__description h6, .article__accordion-content-description h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article__accordion-content__description h6, .article__accordion-content-description h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description h6, .article__accordion-content-description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__accordion-content__description__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__accordion-content__description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content__description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content__description__source {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content__description__source {
    margin-top: 1.25rem;
  }
}
.article__accordion-content-description__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__accordion-content-description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__accordion-content-description__source {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__accordion-content-description__source {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__accordion-content-description__source {
    margin-top: 1.25rem;
  }
}
.article__accordion-content__description__source__title, .article__accordion-content-description__source__title {
  color: #333;
}

.article__accordion-content__description__source__text, .article__accordion-content-description__source__text {
  color: #707175;
}

.article__contacts {
  width: 100%;
  margin-left: 0% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article__contacts {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts {
    width: 70%;
    margin-left: 15% !important;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts {
    width: 60%;
    margin-left: 20% !important;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts {
    width: 50%;
    margin-left: 25% !important;
  }
}
.article__contacts__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .article__contacts__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__contacts__header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__contacts__header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__header-line {
    margin-bottom: 2.25rem;
  }
}
.article__contacts__organisation {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article__contacts__organisation {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__organisation {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__organisation {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__organisation {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__organisation {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__organisation {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__contacts__position {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article__contacts__position {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__position {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__position {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__position {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__position {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__position {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__position {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__position {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__position {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__position {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__position {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__position {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__contacts__user {
  display: flex;
  flex-direction: row;
}

.article__contacts__user-image {
  display: flex;
  margin-right: 1.25rem;
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .article__contacts__user-image {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__user-image {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__user-image {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__user-image {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__user-image {
    max-width: 18.75%;
    min-width: 18.75%;
    width: 18.75%;
    flex: 1 1 18.75%;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__user-image {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__user-image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__user-image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.article__contacts__user-image-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.article__contacts__user-image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.article__contacts__user-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article__contacts__user-info-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article__contacts__user-info-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__user-info-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__user-info-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__user-info-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article__contacts__user-info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
}

@media (min-width: 63.96875em) {
  .article__contacts__user-info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__user-info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__contacts__author-name {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
  margin-top: 0.5rem;
}

.article__contacts__contact {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.5rem;
  display: none;
}

@media (min-width: 63.96875em) {
  .article__contacts__contact {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__contact {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article__contacts__contact a + a {
  margin-top: 0.5rem;
}

.article__contacts__contact__position-bottom {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__contacts__contact__position-bottom {
    display: none;
  }
}
.article__contacts__contact__position-bottom a {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .article__contacts__contact__position-right {
    display: flex;
    flex-direction: column;
  }
}
.article__contacts__contact__position-right a {
  margin-right: auto;
}

.article__contacts__inner-line {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__contacts__inner-line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__inner-line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__inner-line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__inner-line {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__inner-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__inner-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__inner-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__inner-line {
    margin-bottom: 2.25rem;
  }
}
.article__contacts__half {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article__contacts__half {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.article__contacts__half-item:not(:first-child) {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article__contacts__half-item:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__half-item:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__half-item:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__half-item:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__half-item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article__contacts__half-item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article__contacts__half-item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article__contacts__half-item:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__half-item {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
  .article__contacts__half-item:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 47.96875em) {
  .article__contacts__half-item .article__contacts__user-image {
    max-width: 21.0526315789%;
    min-width: 21.0526315789%;
    width: 21.0526315789%;
    flex: 1 1 21.0526315789%;
  }
}
.image-fullscreen-modal {
  max-width: 91.6666666667%;
  min-width: 91.6666666667%;
  width: 91.6666666667%;
  flex: 1 1 91.6666666667%;
  margin-left: 4.1666666667% !important;
  -webkit-animation: fadeIn 0.8s normal cubic-bezier(0.5, 0.1, 0.1, 1);
  animation: fadeIn 0.8s normal cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 47.96875em) {
  .image-fullscreen-modal {
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-fullscreen-modal__image {
  position: relative;
  padding: 2.75rem 0;
}

@media (min-width: 47.96875em) {
  .image-fullscreen-modal__image {
    padding: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .image-fullscreen-modal__image {
    padding: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .image-fullscreen-modal__image {
    padding: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .image-fullscreen-modal__image {
    padding: 5.75rem 0;
  }
}
.image-fullscreen-modal__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-fullscreen-modal__image-overflow img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.article-viewer-page {
  margin: 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article-viewer-page {
    width: 83.3333333333%;
  }
}
.article-viewer-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.article-viewer-page__article {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article {
    margin-top: 3.75rem;
  }
}
.article-viewer-page__article-tag {
  font-family: "Open Sans Regular";
  color: #707175;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag {
    width: 90%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag {
    width: 70%;
    margin-left: 15% !important;
  }
}
.article-viewer-page__article-tag-exclusive {
  display: flex;
}

.article-viewer-page__article-tag-exclusive p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive p {
    margin-right: 1.25rem;
  }
}
.article-viewer-page__article-header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.75rem;
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__article-header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-header {
    width: 90%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-header {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-header {
    width: 70%;
    margin-left: 15% !important;
  }
}
.article-viewer-page__article-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-description {
    width: 90%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-description {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-description {
    width: 70%;
    margin-left: 15% !important;
  }
}
.article-viewer-page__article__info {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article__info {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article__info {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article__info {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__article__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article__info {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article__info {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article__info {
    width: 90%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article__info {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info {
    width: 70%;
    margin-left: 15% !important;
  }
}
.article-viewer-page__article__info > div:first, .article-viewer-page__article__info__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article__info {
    flex-direction: row;
  }
}
.article-viewer-page__article__info__author {
  font-family: "Open Sans Regular";
  color: #707175;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.article-viewer-page__article__info__description {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article-viewer-page__article__info__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-viewer-page__article__info__actions {
  flex: 1 0 auto;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article__info__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article__info__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article__info__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info__actions {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__article__info__actions {
    margin-top: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
}
.article-viewer-page__article__info__actions a:first-child {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article__info__actions a:first-child {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article__info__actions a:first-child {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article__info__actions a:first-child {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info__actions a:first-child {
    margin-right: 2.25rem;
  }
}
.article-viewer-page__article__info__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .article-viewer-page__article__info__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article__info__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-viewer-page__article .article-viewer-page__content-line {
  border-bottom: 0.125rem solid #cecece;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article .article-viewer-page__content-line {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article .article-viewer-page__content-line {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article .article-viewer-page__content-line {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article .article-viewer-page__content-line {
    margin-bottom: 3.75rem;
  }
}
.article-viewer-page__article .article-viewer-page__content__components {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .article-viewer-page__article .article-viewer-page__content__components {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article .article-viewer-page__content__components {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-viewer-page__content {
  width: 100%;
}

.article-viewer-page__content .article__accordion:first-child {
  width: 100%;
  margin-left: 0% !important;
}

@media (min-width: 63.96875em) {
  .article-viewer-page__content .article__accordion:first-child {
    width: 90%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__content .article__accordion:first-child {
    width: 80%;
    margin-left: 10% !important;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__content .article__accordion:first-child {
    width: 70%;
    margin-left: 15% !important;
  }
}
.article-viewer-page__direct-services {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__direct-services {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__direct-services {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__direct-services {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__direct-services {
    margin-bottom: 5.75rem;
  }
}
.article-viewer-page__direct-services .service-direct {
  margin: 0 auto;
}

.article-viewer-page__services {
  width: 100%;
  margin-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__services {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__services {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__services {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__services {
    margin-bottom: 5.75rem;
  }
}
.article-viewer-page__services__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__services__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__services__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__services__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__services__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article-viewer-page__services__content {
  display: flex;
  flex-direction: column;
}

.article-viewer-page__services__content .advice-and-network {
  width: 100%;
  margin-top: 1.25rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__services__content .advice-and-network {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__services__content .advice-and-network {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__services__content .advice-and-network {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__services__content .advice-and-network {
    margin-top: 2.25rem;
  }
}
.article-viewer-page__offer {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer {
    margin-bottom: 5.75rem;
  }
}
.article-viewer-page__offer__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__offer__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article-viewer-page__offer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.article-viewer-page__offer__content .vdma-accordion {
  margin-bottom: 0;
}

.article-viewer-page__offer__content .vdma-accordion__header_togle {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.article-viewer-page__offer__content .vdma-accordion__header__active > .vdma-accordion__header_togle > span {
  display: flex;
  border-bottom: 0.125rem solid #222F5B;
}

.article-viewer-page__offer__content .vdma-accordion__content {
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content {
    padding-bottom: 3.75rem;
  }
}
.article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list {
  width: 100%;
  margin-bottom: 0;
}

.article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
.article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__content:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__offer__content .vdma-accordion__content .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.article-viewer-page__offer__content .vdma-accordion__content .vdma-groups__content {
  width: 100%;
}

.article-viewer-page__offer__content .vdma-accordion__content .vdma-groups__content .group-teaser:first-child {
  padding-top: 0;
}

.article-viewer-page__offer__content .vdma-accordion__content .vdma-groups__content .group-teaser:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.article-viewer-page .article__content-teaser-group {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page .article__content-teaser-group {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page .article__content-teaser-group {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page .article__content-teaser-group {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page .article__content-teaser-group {
    margin-bottom: 5.75rem;
  }
}
.article-viewer-page .article__content-teaser-groupp {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page .article__content-teaser-groupp {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page .article__content-teaser-groupp {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page .article__content-teaser-groupp {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page .article__content-teaser-groupp {
    margin-bottom: 5.75rem;
  }
}
.article-viewer-page .article__content-teaser-group .articles-article-header, .article-viewer-page .article__content-teaser-groupp .articles-article-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .article-viewer-page .article__content-teaser-group .articles-article-header, .article-viewer-page .article__content-teaser-groupp .articles-article-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page .article__content-teaser-group .articles-article-header, .article-viewer-page .article__content-teaser-groupp .articles-article-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.article-viewer-page .article__content-teaser-group .articles-article:last-child, .article-viewer-page .article__content-teaser-groupp .articles-article:last-child {
  padding-bottom: 0;
}

.article-viewer-page .vdma-accordion__content__jump-labels {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

.article-viewer-page .vdma-accordion__content__jump-labels-link {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page .vdma-accordion__content__jump-labels-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page .vdma-accordion__content__jump-labels-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page .vdma-accordion__content__jump-labels-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page .vdma-accordion__content__jump-labels-link {
    margin-top: 1.25rem;
  }
}
.article-viewer-page .vdma-accordion__content__jump-labels-link:nth-child(1) {
  margin-top: 0;
}

.article-viewer-page .vdma-accordion__content__jump-labels-link a {
  color: #222F5B;
}

.vdma-image-gallery {
  position: relative;
}

.vdma-image-gallery__hide {
  display: none !important;
}

.vdma-image-gallery__slide {
  display: block;
  position: relative;
}

.vdma-image-gallery__slide-text {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

.vdma-image-gallery__slide-text__description {
  display: inline;
  color: #333;
  margin-right: 0.25rem;
}

.vdma-image-gallery__slide-text__source {
  display: inline;
  color: #707175;
}

.vdma-image-gallery__slide-image {
  position: relative;
}

.vdma-image-gallery__slide-image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.vdma-image-gallery__slide-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.vdma-image-gallery__slide__action {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex: 1 1 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vdma-image-gallery__slide__action-left-position {
  display: flex;
}

.vdma-image-gallery__slide__action-right-position {
  justify-content: flex-end;
  display: flex;
}

.vdma-image-gallery__slide__action i {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f18700;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vdma-image-gallery__slide__action i svg {
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
}

.vdma-downloads-list {
  margin-bottom: 2.75rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list {
    margin-bottom: 5.75rem;
  }
}
.vdma-downloads-list-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list-header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list-header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list-header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-downloads-list-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-downloads-list-header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list-header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list-header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list-header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list-header-line {
    margin-bottom: 2.25rem;
  }
}
.vdma-downloads-list__image {
  display: none;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__image {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
    margin-left: 6.25% !important;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__image {
    max-width: 21.4285714286%;
    min-width: 21.4285714286%;
    width: 21.4285714286%;
    flex: 1 1 21.4285714286%;
    margin-left: 7.1428571429% !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.vdma-downloads-list__image-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.vdma-downloads-list__image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.vdma-downloads-list__image.vdma-downloads-list__image__content-left {
  display: flex;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__image.vdma-downloads-list__image__content-left {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .vdma-downloads-list__image.vdma-downloads-list__image__content-right {
    display: flex;
  }
}
.vdma-downloads-list__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vdma-downloads-list__content-left {
  width: 100%;
}

.vdma-downloads-list__content-left-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-downloads-list__content-left-link {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-link {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vdma-downloads-list__content-left-link-file {
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-link-file {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-link-file {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__content-left-link-file {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-link-file {
    margin-top: 1.25rem;
  }
}
.vdma-downloads-list__content-left-link-text {
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-link-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-link-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__content-left-link-text {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-link-text {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-link-file, .vdma-downloads-list__content-left-link-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-link-file, .vdma-downloads-list__content-left-link-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-downloads-list__content-left-link-file:not(:last-child) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-link-file:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-link-file:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__content-left-link-file:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-link-file:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.vdma-downloads-list__content-left-link-text:not(:last-child) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-link-text:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-link-text:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__content-left-link-text:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-link-text:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.vdma-downloads-list__content-left-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vdma-downloads-list__content-left-title__tag-exclusive {
  margin-bottom: 0.5rem;
  line-height: 0;
}

.vdma-downloads-list__content-left-title-name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-title-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-title-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list__content-left-title-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-title-name {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-downloads-list__content-left-title-info {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .vdma-downloads-list__content-left-title-info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list__content-left-title-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-downloads-list__content-left-action {
  display: flex;
}

.vdma-downloads-list__content-left-action > button, .personal-information-page__data-form__image-group .vdma-downloads-list__content-left-action > label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list__content-left-action > button, .personal-information-page__data-form__image-group .vdma-downloads-list__content-left-action > label {
    width: initial;
  }
}
.vdma-downloads-list-inner-line {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-downloads-list-inner-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list-inner-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list-inner-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list-inner-line {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-downloads-list-inner-line {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-downloads-list-inner-line {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-downloads-list-inner-line {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-downloads-list-inner-line {
    margin-top: 2.25rem;
  }
}
.article-statement-page {
  margin: 0 auto;
  width: 100%;
  background-color: #f4f3f0;
  display: flex;
  flex-direction: column;
}

.article-statement-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  display: flex;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .article-statement-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
.article-statement-page__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .article-statement-page__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.article-statement-page__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .article-statement-page__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.article-statement-page__content {
  margin: 1.25rem auto 0 auto;
  padding: 1.25rem 0 1.875rem 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content {
    padding: 1.5rem 0 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content {
    padding: 1.625rem 0 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content {
    padding: 1.875rem 0 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content {
    padding: 2.25rem 0 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content {
    width: 75%;
  }
}
.article-statement-page__content:last-child {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content:last-child {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content:last-child {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content:last-child {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content:last-child {
    margin-bottom: 5.75rem;
  }
}
.article-statement-page__content-image {
  margin: 0 1.25rem 1.25rem 1.25rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content-image {
    margin: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content-image {
    margin: 0 1.625rem 1.625rem 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content-image {
    margin: 0 1.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content-image {
    margin: 0 2.25rem 2.25rem 2.25rem;
  }
}
.article-statement-page__content-image-overflow {
  height: 100%;
  padding-bottom: 42.7%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 89.96875em) {
  .article-statement-page__content-image-overflow {
    padding-bottom: 38.138%;
  }
}
.article-statement-page__content-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.article-statement-page__content-image-source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content-image-source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article-statement-page__content-image-source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article-statement-page__content-image-source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article-statement-page__content-image-source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article-statement-page__content-image-source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content-image-source {
    padding: 0.125rem 0.5rem;
  }
}
.article-statement-page__content__tags {
  position: relative;
  display: flex;
  padding-bottom: 0.75rem;
  margin: 0 1.25rem 0.75rem 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__tags {
    margin: 0 1.5rem 0.875rem 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__tags {
    margin: 0 1.625rem 0.875rem 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__tags {
    margin: 0 1.875rem 1rem 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__tags {
    margin: 0 2.25rem 1.25rem 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content__tags {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__tags {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__tags {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__tags {
    padding-bottom: 1.25rem;
  }
}
.article-statement-page__content__tags::after {
  content: "";
  max-width: 27.2727272727%;
  min-width: 27.2727272727%;
  width: 27.2727272727%;
  flex: 1 1 27.2727272727%;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__tags::after {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__tags::after {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
.article-statement-page__content__title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin: 0.75rem 1.25rem 0 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__title {
    margin: 0.875rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__title {
    margin: 0.875rem 1.625rem 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__title {
    margin: 1rem 1.875rem 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__title {
    margin: 1.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.article-statement-page__content__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin: 1.25rem 1.25rem 0 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__description {
    margin: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__description {
    margin: 1.625rem 1.625rem 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__description {
    margin: 1.875rem 1.875rem 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__description {
    margin: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-statement-page__content__info {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__info {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__info {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__info {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__info {
    padding: 2.25rem;
  }
}
.article-statement-page__content__info__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__info__content {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .article-statement-page__content__info__content {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .article-statement-page__content__info__content {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .article-statement-page__content__info__content {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .article-statement-page__content__info__content {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content__info {
    flex-direction: row;
  }
}
.article-statement-page__content__info__author {
  font-family: "Open Sans Regular";
  color: #707175;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.article-statement-page__content__info__description {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .article-statement-page__content__info__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-statement-page__content__info__actions {
  flex: 1 0 auto;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__info__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__info__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__info__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__info__actions {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content__info__actions {
    margin-top: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
}
.article-statement-page__content__info__actions a:first-child {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content__info__actions a:first-child {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content__info__actions a:first-child {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content__info__actions a:first-child {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__info__actions a:first-child {
    margin-right: 2.25rem;
  }
}
.article-statement-page__content__info__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .article-statement-page__content__info__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content__info__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.article-statement-page__content #table_of_content {
  padding: 0 1.25rem;
}

@media (min-width: 47.96875em) {
  .article-statement-page__content #table_of_content {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__content #table_of_content {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__content #table_of_content {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content #table_of_content {
    padding: 0 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__content #table_of_content {
    padding: 0;
  }
}
.article-statement-page__content #table_of_content .vdma-accordion {
  margin-bottom: 0;
}

@media (min-width: 89.96875em) {
  .article-statement-page__content #table_of_content .vdma-accordion {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 66.6666666667%;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__content #table_of_content .vdma-accordion {
    width: 55.5555555556%;
  }
}
.article-statement-page__article-info {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 2.75rem;
  background-color: #fff;
  padding: 0 1.25rem;
  position: relative;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .article-statement-page__article-info {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__article-info {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__article-info {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__article-info {
    padding: 0 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__article-info {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__article-info {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__article-info {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__article-info {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 63.96875em) {
  .article-statement-page__article-info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .article-statement-page__article-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .article-statement-page__article-info {
    padding: 0;
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .article-statement-page__article-info:before, .article-statement-page__article-info::after {
    content: "";
    height: 100%;
    width: 5%;
    background-color: #f4f3f0;
    z-index: 1;
    position: absolute;
    top: 0;
  }
  .article-statement-page__article-info:before {
    left: 0;
  }
  .article-statement-page__article-info::after {
    right: 0;
  }
}
.home-page__top-news {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .home-page__top-news {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__top-news {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__top-news {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__top-news {
    margin-bottom: 5.75rem;
  }
}
.home-page .news-slider {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.75rem 1.3125rem 0 rgba(51, 51, 51, 0.05);
}

.home-page .news-slider input[type=radio] {
  display: none;
}

.home-page .news-slider input:checked:nth-of-type(1) ~ .news-slider-content .news-slider__slide:nth-of-type(1) {
  visibility: visible;
  position: relative;
  z-index: 1;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider input:checked:nth-of-type(1) ~ .news-slider-content .news-slider__slide:nth-of-type(1) .news-slider__slide-info {
    -webkit-animation: fadeInfo 0.8s;
    animation: fadeInfo 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 4.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider input:checked:nth-of-type(1) ~ .news-slider-content .news-slider__slide:nth-of-type(1) .news-slider__slide-info {
    left: 8.3333333333%;
  }
}
.home-page .news-slider input:checked:nth-of-type(1) ~ .news-slider-content .news-slider__slide-image-overflow__dots-dot:nth-of-type(1) {
  background-color: #f18700;
}

.home-page .news-slider input:not(:checked):nth-of-type(1) ~ .news-slider-content .news-slider__slide:nth-of-type(1) {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page .news-slider input:checked:nth-of-type(1) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(1) .news-slider__dots-dot__timer {
  visibility: visible;
}

.home-page .news-slider input:not(:checked):nth-of-type(1) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(1) .news-slider__dots-dot__timer {
  visibility: hidden;
}

.home-page .news-slider input:checked:nth-of-type(2) ~ .news-slider-content .news-slider__slide:nth-of-type(2) {
  visibility: visible;
  position: relative;
  z-index: 1;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider input:checked:nth-of-type(2) ~ .news-slider-content .news-slider__slide:nth-of-type(2) .news-slider__slide-info {
    -webkit-animation: fadeInfo 0.8s;
    animation: fadeInfo 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 4.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider input:checked:nth-of-type(2) ~ .news-slider-content .news-slider__slide:nth-of-type(2) .news-slider__slide-info {
    left: 8.3333333333%;
  }
}
.home-page .news-slider input:checked:nth-of-type(2) ~ .news-slider-content .news-slider__slide-image-overflow__dots-dot:nth-of-type(2) {
  background-color: #f18700;
}

.home-page .news-slider input:not(:checked):nth-of-type(2) ~ .news-slider-content .news-slider__slide:nth-of-type(2) {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page .news-slider input:checked:nth-of-type(2) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(2) .news-slider__dots-dot__timer {
  visibility: visible;
}

.home-page .news-slider input:not(:checked):nth-of-type(2) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(2) .news-slider__dots-dot__timer {
  visibility: hidden;
}

.home-page .news-slider input:checked:nth-of-type(3) ~ .news-slider-content .news-slider__slide:nth-of-type(3) {
  visibility: visible;
  position: relative;
  z-index: 1;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider input:checked:nth-of-type(3) ~ .news-slider-content .news-slider__slide:nth-of-type(3) .news-slider__slide-info {
    -webkit-animation: fadeInfo 0.8s;
    animation: fadeInfo 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 4.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider input:checked:nth-of-type(3) ~ .news-slider-content .news-slider__slide:nth-of-type(3) .news-slider__slide-info {
    left: 8.3333333333%;
  }
}
.home-page .news-slider input:checked:nth-of-type(3) ~ .news-slider-content .news-slider__slide-image-overflow__dots-dot:nth-of-type(3) {
  background-color: #f18700;
}

.home-page .news-slider input:not(:checked):nth-of-type(3) ~ .news-slider-content .news-slider__slide:nth-of-type(3) {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page .news-slider input:checked:nth-of-type(3) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(3) .news-slider__dots-dot__timer {
  visibility: visible;
}

.home-page .news-slider input:not(:checked):nth-of-type(3) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(3) .news-slider__dots-dot__timer {
  visibility: hidden;
}

.home-page .news-slider input:checked:nth-of-type(4) ~ .news-slider-content .news-slider__slide:nth-of-type(4) {
  visibility: visible;
  position: relative;
  z-index: 1;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider input:checked:nth-of-type(4) ~ .news-slider-content .news-slider__slide:nth-of-type(4) .news-slider__slide-info {
    -webkit-animation: fadeInfo 0.8s;
    animation: fadeInfo 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 4.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider input:checked:nth-of-type(4) ~ .news-slider-content .news-slider__slide:nth-of-type(4) .news-slider__slide-info {
    left: 8.3333333333%;
  }
}
@-webkit-keyframes fadeInfo {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInfo {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.home-page .news-slider input:checked:nth-of-type(4) ~ .news-slider-content .news-slider__slide-image-overflow__dots-dot:nth-of-type(4) {
  background-color: #f18700;
}

.home-page .news-slider input:not(:checked):nth-of-type(4) ~ .news-slider-content .news-slider__slide:nth-of-type(4) {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.home-page .news-slider input:checked:nth-of-type(4) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(4) .news-slider__dots-dot__timer {
  visibility: visible;
}

.home-page .news-slider input:not(:checked):nth-of-type(4) ~ .news-slider__dots .news-slider__dots-dot:nth-of-type(4) .news-slider__dots-dot__timer {
  visibility: hidden;
}

.home-page .news-slider-content {
  overflow: hidden;
  position: relative;
}

.home-page .news-slider__slide {
  display: block;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.home-page .news-slider__slide__action {
  display: flex;
  background-color: #707175;
  opacity: 0.5;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  right: 0.875rem;
  bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide__action {
    right: 2rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__slide__action {
    right: 2.6875rem;
    bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__slide__action {
    right: 3.75rem;
    bottom: 1.875rem;
  }
}
.home-page .news-slider__slide__action-play, .home-page .news-slider__slide__action-pause {
  width: 1.5rem;
  height: 1.5rem;
  color: #707175;
  display: inline-flex;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-page .news-slider__slide__action-play.vdma-hide, .home-page .news-slider__slide__action-pause.vdma-hide {
  display: none;
}

.home-page .news-slider__slide-image {
  position: relative;
}

.home-page .news-slider__slide-image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-image-overflow {
    padding-bottom: 37.5%;
  }
}
.home-page .news-slider__slide-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-image-overflow img {
    width: 100%;
    height: auto;
  }
}
.home-page .news-slider__slide-image-overflow__dots {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  z-index: 1;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-image-overflow__dots {
    bottom: 1rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-image-overflow__dots {
    display: none;
  }
}
.home-page .news-slider__slide-image-overflow__dots-dot {
  background-color: rgba(255, 255, 255, 0.7);
  min-width: 2.75rem;
  min-height: 0.25rem;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: relative;
}

.home-page .news-slider__slide-image-overflow__dots-dot:not(:first-child) {
  margin-left: 0.25rem;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-image-overflow__dots-dot {
    min-width: 3.5rem;
  }
}
.home-page .news-slider__slide-info {
  height: auto;
  background-color: #fff;
  padding: 1rem 4.1666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.125rem 4.1666666667%;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.25rem 4.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.5rem 4.1666666667%;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.75rem 4.1666666667%;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-info {
    width: 25rem;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .home-page .news-slider__slide-info {
    padding: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-info {
    width: 30rem;
  }
}
.home-page .news-slider__slide-info-theme {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.home-page .news-slider__slide-info-theme__icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #707175;
  cursor: pointer;
  display: inline-flex;
}

.home-page .news-slider__slide-info-theme__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-info-theme__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__slide-info-theme__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.home-page .news-slider__slide-info-theme .news-slider__slide-info-theme__icon + .news-slider__slide-info-theme__text {
  margin-left: 0.5rem;
}

.home-page .news-slider__slide-info-title {
  color: #222F5B;
  word-break: break-word;
  margin-top: 3.5rem;
}

@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-info-title {
    margin-top: 0.25rem;
  }
}
.home-page .news-slider__slide-info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__slide-info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.home-page .news-slider__slide-info-action {
  padding-top: 0.75rem;
  margin-top: auto;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-info-action {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__slide-info-action {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__slide-info-action {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__slide-info-action {
    padding-top: 1.25rem;
  }
}
.home-page .news-slider__slide-info-action button, .home-page .news-slider__slide-info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .home-page .news-slider__slide-info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__slide-info-action button, .home-page .news-slider__slide-info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .home-page .news-slider__slide-info-action label {
    width: auto;
  }
}
.home-page .news-slider__dots {
  background-color: #fff;
  display: none;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 63.96875em) {
  .home-page .news-slider__dots {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__dots {
    width: 83.3333333333%;
  }
}
.home-page .news-slider__dots-dot {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.25rem 1rem;
  border-right: 0.0625rem solid #f4f3f0;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  flex: 1 0;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 47.96875em) {
  .home-page .news-slider__dots-dot {
    padding: 1.5rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__dots-dot {
    padding: 1.625rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page .news-slider__dots-dot {
    padding: 1.875rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__dots-dot {
    padding: 2.25rem 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page .news-slider__dots-dot {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page .news-slider__dots-dot {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.home-page .news-slider__dots-dot:first-child {
  border-left: 0.0625rem solid #f4f3f0;
}

.home-page .news-slider__dots-dot:hover {
  color: #000;
}

.home-page .news-slider__dots-dot:hover::after {
  height: 0.25rem;
  opacity: 1;
}

.home-page .news-slider__dots-dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: #cecece;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home-page .news-slider__dots-dot__timer {
  display: block;
  height: 0.25rem;
  width: 0;
  background-color: #f18700;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.home-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .home-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.home-page__notification {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .home-page__notification {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .home-page__notification {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .home-page__notification {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .home-page__notification {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .home-page__notification {
    width: 83.3333333333%;
  }
}
.home-page__notification__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .home-page__notification__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__notification__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__notification__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__notification__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.home-page__notification__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .home-page__notification__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__notification__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__notification__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__notification__content {
    margin-top: 2.25rem;
  }
}
.home-page__warning {
  color: #333;
  background-color: rgba(241, 135, 0, 0.1);
  border-left: 0.125rem solid #f18700;
  padding: 1rem;
}

@media (min-width: 47.96875em) {
  .home-page__warning {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__warning {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__warning {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__warning {
    padding: 1.75rem;
  }
}
.home-page__warning__header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .home-page__warning__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__warning__header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.home-page__warning__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .home-page__warning__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__warning__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.home-page__articles {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .home-page__articles {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .home-page__articles {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .home-page__articles {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .home-page__articles {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .home-page__articles {
    width: 83.3333333333%;
  }
}
.home-page__press-releases {
  background-color: #f4f3f0;
  padding: 1.875rem 0;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__press-releases {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases {
    padding: 3.75rem 0;
  }
}
.home-page__press-releases__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 91.6666666667%;
  margin: 0 auto;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__header {
    width: 83.3333333333%;
  }
}
.home-page__press-releases__main {
  background-color: #fff;
  width: 91.6666666667%;
  margin: 1.25rem auto 0 auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__press-releases__main {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main {
    width: 83.3333333333%;
  }
}
.home-page__press-releases__main__photo {
  display: none;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__photo {
    display: block;
    max-width: 18.1818181818%;
    min-width: 18.1818181818%;
    width: 18.1818181818%;
    flex: 1 1 18.1818181818%;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main__photo {
    max-width: 31.8181818182%;
    min-width: 31.8181818182%;
    width: 31.8181818182%;
    flex: 1 1 31.8181818182%;
  }
}
.home-page__press-releases__main__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 63.96875em) {
  .home-page__press-releases__main__photo-overflow {
    width: auto;
    height: 100%;
    padding-bottom: 75%;
  }
}
.home-page__press-releases__main__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .home-page__press-releases__main__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .home-page__press-releases__main__info {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .home-page__press-releases__main__info {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .home-page__press-releases__main__info {
    margin-left: 2.25rem;
  }
}
.home-page__press-releases__main__info-statement {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5rem;
  position: relative;
}

.home-page__press-releases__main__info-statement::after {
  content: "";
  width: 5rem;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-statement::after {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main__info-statement::after {
    width: 8rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main__info-statement::after {
    width: 11.25rem;
  }
}
.home-page__press-releases__main__info-message {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-message {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main__info-message {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main__info-message {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main__info-message {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.home-page__press-releases__main__info-declarer {
  margin-top: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .home-page__press-releases__main__info-declarer {
    margin-top: 1.25rem;
  }
}
.home-page__press-releases__main__info-declarer__photo {
  max-width: 20%;
  min-width: 20%;
  width: 20%;
  flex: 1 1 20%;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer__photo {
    display: none;
  }
}
.home-page__press-releases__main__info-declarer__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.home-page__press-releases__main__info-declarer__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.home-page__press-releases__main__info-declarer__sub-info {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.home-page__press-releases__main__info-declarer__sub-info span {
  display: inline;
}

.home-page__press-releases__main__info-declarer__sub-info span + span::before {
  content: ", ";
  display: inline;
}

.home-page__press-releases__main__info-declarer__sub-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .home-page__press-releases__main__info-declarer__sub-link {
    margin-top: 1.25rem;
  }
}
.home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__press-releases__main__info-declarer .home-page__press-releases__main__info-declarer__photo + .home-page__press-releases__main__info-declarer__sub {
    margin-left: 0;
  }
}
.home-page__press-releases__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .home-page__press-releases__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__press-releases__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__press-releases__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__press-releases__content {
    margin-top: 2.25rem;
  }
}
.home-page__vdma {
  display: flex;
  background-color: #222F5B;
}

.home-page__vdma-content {
  margin: 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-content {
    margin: 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-content {
    margin: 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-content {
    margin: 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-content {
    margin: 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .home-page__vdma-content {
    width: 83.3333333333%;
  }
}
.home-page__vdma-content-tag {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-content-tag {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-content-tag {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-content-tag {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-content-tag {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.home-page__vdma-content-flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .home-page__vdma-content-flex {
    flex-direction: row;
  }
}
.home-page__vdma-info {
  margin-top: 0.75rem;
  margin-bottom: 1.875rem;
  padding-top: 0.75rem;
  border-top: 0.125rem solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-info {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__vdma-info {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__vdma-info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info {
    margin-bottom: 0;
    width: 65%;
  }
}
.home-page__vdma-info::before {
  content: "";
  width: 5rem;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: -0.125rem;
  left: 0;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-info::before {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info::before {
    width: 8rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info::before {
    width: 11.25rem;
  }
}
.home-page__vdma-info__text {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #fff;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-info__text {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info__text {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info__text {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info__text {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.home-page__vdma-info__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .home-page__vdma-info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.home-page__vdma-info__action {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-info__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-info__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-info__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-info__action {
    margin-top: 2.25rem;
  }
}
.home-page__vdma-info__action button, .home-page__vdma-info__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .home-page__vdma-info__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-info__action button, .home-page__vdma-info__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .home-page__vdma-info__action label {
    width: auto;
  }
}
.home-page__vdma-stat {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-stat {
    flex-flow: row nowrap;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat {
    margin: 0;
    flex-direction: column;
    width: 30%;
    margin-left: 5% !important;
  }
}
.home-page__vdma-stat__item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-stat__item {
    flex: 1 0 30%;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item {
    flex-direction: row;
    flex: 0 0 auto;
  }
}
.home-page__vdma-stat__item:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 0;
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .home-page__vdma-stat__item:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.home-page__vdma-stat__item-value {
  display: flex;
}

@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-value {
    justify-content: flex-end;
    width: 33.3333333333%;
  }
}
.home-page__vdma-stat__item-value-text {
  color: #fff;
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-stat__item-value-text {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-stat__item-value-text {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-value-text {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-stat__item-value-text {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.home-page__vdma-stat__item-description {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-description {
    margin-left: 1rem;
    width: 66.6666666667%;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .home-page__vdma-stat__item-description {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .home-page__vdma-stat__item-description {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .home-page__vdma-stat__item-description {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .home-page__vdma-stat__item-description {
    margin-left: 1.25rem;
  }
}
.home-page__vdma-stat__item-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .home-page__vdma-stat__item-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-stat__item-text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-text {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-stat__item-text {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .home-page__vdma-stat__item-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-stat__item-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-text {
    margin-top: 0;
  }
}
.home-page__vdma-stat__item-link {
  width: 100%;
  margin-top: 0.25rem;
  display: flex;
}

@media (min-width: 89.96875em) {
  .home-page__vdma-stat__item-link {
    margin-top: 0.5rem;
  }
}
.home-page__vdma-stat__item-link a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  opacity: 0.6;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .home-page__vdma-stat__item-link a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .home-page__vdma-stat__item-link a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles {
  display: flex;
  flex-direction: column;
}

.articles__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

@media (min-width: 47.96875em) {
  .articles__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .articles__head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.articles__head__header + .articles__head__sorting {
  margin-top: 0.5rem;
}

.articles__head__header + .articles__head__action {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles__head__header + .articles__head__sorting, .articles__head__header + .articles__head__action {
    margin-top: 0;
  }
}
.articles__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: baseline;
}

@media (min-width: 47.96875em) {
  .articles__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.articles__head__header-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .articles__head__header-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head__header-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__head__header-meta {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__header-meta {
    margin-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head__header-meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__header-meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles__head__sorting {
  color: #707175;
}

.articles__head__sorting input[type=checkbox] {
  display: none;
}

.articles__head__sorting input[type=checkbox]:checked ~ .articles__head__sorting__header {
  color: #222F5B;
}

.articles__head__sorting input[type=checkbox]:checked ~ .articles__head__sorting__header .articles__head__sorting__header__icon-rotate {
  transform: rotateX(180deg);
}

.articles__head__sorting input[type=checkbox]:checked ~ .articles__head__sorting-types {
  display: block;
}

.articles__head__sorting__header {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting__header {
    display: none;
  }
}
.articles__head__sorting__header__text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting__header__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head__sorting__header__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__head__sorting__header__text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__sorting__header__text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.articles__head__sorting__header__icon-rotate {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.articles__head__sorting-types {
  width: 100%;
  display: none;
  background-color: #fff;
  border: 0.0625rem solid #f4f3f0;
  box-shadow: 0 0.75rem 1.3125rem 0 rgba(51, 51, 51, 0.05);
  padding: 0.75rem;
  z-index: 900;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting-types {
    padding: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__head__sorting-types {
    padding: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__head__sorting-types {
    padding: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__sorting-types {
    padding: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .articles__head__sorting-types {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.articles__head__sorting-types__header {
  font-family: "Open Sans Bold";
  color: #333;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting-types__header {
    display: none;
  }
}
.articles__head__sorting-types__points {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.articles__head__sorting-types__points label {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting-types__points {
    flex-direction: row;
  }
}
.articles__head__sorting-types .articles-radio + .articles-radio {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles__head__sorting-types .articles-radio + .articles-radio {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .articles__head__sorting-types .articles-radio + .articles-radio {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .articles__head__sorting-types .articles-radio + .articles-radio {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .articles__head__sorting-types .articles-radio + .articles-radio {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .articles__head__sorting-types .articles-radio + .articles-radio {
    margin-left: 1.25rem;
  }
}
.articles__head__action {
  display: flex;
}

.articles__head__action .textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: auto;
}

@media (min-width: 63.96875em) {
  .articles__head__action .textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__head__action .textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles-radio {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: auto;
  color: #000;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0.125rem 0 0.125rem 2.25rem;
  cursor: pointer;
  position: relative;
}

@media (min-width: 63.96875em) {
  .articles-radio {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-radio {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .articles-radio {
    color: #707175;
    padding: 0.125rem 0;
  }
  .articles-radio::after {
    display: none;
  }
}
.articles-radio input {
  display: none;
}

.articles-radio span {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.articles-radio div {
  height: 1.25rem;
  width: 1.25rem;
  background-color: #fff;
  border: 0.0625rem solid #929292;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (min-width: 47.96875em) {
  .articles-radio div {
    display: none;
    width: 100%;
    height: auto;
    background-color: #222F5B;
    border: none;
    border-radius: 0;
    height: 0.125rem;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
  }
}
.articles-radio::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  transform: translateY(-50%);
}

.articles-radio input:checked ~ span {
  color: #000;
}

@media (min-width: 47.96875em) {
  .articles-radio input:checked ~ span {
    color: #222F5B;
  }
}
.articles-radio input:checked ~ div {
  border-color: #222F5B;
  background-color: #222F5B;
}

@media (min-width: 47.96875em) {
  .articles-radio input:checked ~ div {
    display: block;
    border-color: none;
    background-color: none;
  }
}
.articles-radio:hover div {
  border: 0.0625rem solid #222F5B;
  box-shadow: #222F5B 0 0 0 0.0625rem inset;
}

@media (min-width: 47.96875em) {
  .articles-radio:hover {
    color: #222F5B;
  }
  .articles-radio:hover div {
    display: block;
    border: none;
    box-shadow: none;
  }
}
.articles__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .articles__content {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.articles__content .articles-article:not(:first-child), .articles__content .service-article:not(:first-child) {
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .articles__content .articles-article, .articles__content .service-article {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
  .articles__content .articles-article:nth-child(2), .articles__content .service-article:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 89.96875em) {
  .articles__content .articles-article, .articles__content .service-article {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
  .articles__content .articles-article:nth-child(2):last-child, .articles__content .service-article:nth-child(2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
  .articles__content .articles-article:nth-child(3), .articles__content .service-article:nth-child(3) {
    border-top: none;
  }
  .articles__content .articles-article:nth-child(3n+2):last-child, .articles__content .service-article:nth-child(3n+2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
}
.articles__search .articles-article {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 0.0625rem solid #cecece;
}

.articles__search .articles-article:first-child {
  padding-top: 0;
}

.articles__search .articles-article-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .articles__search .articles-article-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__search .articles-article-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__search .articles-article-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__search .articles-article-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.articles__search .articles-article__info {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .articles__search .articles-article__info {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.articles__search .articles-article__media {
  display: none;
}

@media (min-width: 89.96875em) {
  .articles__search .articles-article__media {
    display: block;
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: auto;
  }
}
.articles__search .articles-article__action {
  flex: 1 1 100%;
}

.articles__search .articles-article-image {
  margin-top: 0;
}

.articles-article {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .articles-article {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .articles-article {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .articles-article {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .articles-article {
    padding: 2.25rem 0;
  }
}
.articles-article__media, .articles-article__info, .articles-article__action {
  display: flex;
  flex-direction: column;
}

.articles-article__action {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .articles-article__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles-article__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles-article__action {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article__action {
    margin-top: 1.25rem;
  }
}
.articles-article__action-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .articles-article__action-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article__action-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles-article-meta {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: -0.5rem;
}

.articles-article-meta .tag-exclusive {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles-article-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles-article-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles-article-meta .tag-exclusive {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-meta .tag-exclusive {
    margin-right: 1.25rem;
  }
}
.articles-article-meta .events-detail-page__information__tags-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .articles-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 1.25rem;
  }
}
.articles-article-meta .article-viewer-page__article-tag-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .articles-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .articles-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .articles-article-meta p {
    margin-right: 1.25rem;
  }
}
.articles-article-meta .max-expression-page__information__tags-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .articles-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .articles-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .articles-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .articles-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .articles-article-meta p {
    margin-right: 1.25rem;
  }
}
.articles-article-meta .tags {
  width: auto;
  margin-bottom: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.articles-article-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .articles-article-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.articles-article-meta + .articles-article-header {
  margin-top: 0.5rem;
}

.articles-article-description {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .articles-article-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles-article-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles-article-image {
  margin-top: 0.5rem;
  position: relative;
}

.articles-article-image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.articles-article-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.articles__actions {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .articles__actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__actions {
    padding-top: 2.25rem;
  }
}
.articles__actions button, .articles__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .articles__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .articles__actions button, .articles__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .articles__actions label {
    width: auto;
    margin-right: auto;
  }
}
.articles__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .articles__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.articles__actions > *:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .articles__actions > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .articles__actions > *:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .articles__actions > *:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .articles__actions > *:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.our-topics-layout, .home-page__our-topics, .focus-theme-page__themen, .about-page__our-topics, .association-page__our-topics, .membership-page__our-topics, .career-page__our-topics, .personal-space-page__content__tabbar__our-topics {
  max-width: 95.8333333333%;
  min-width: 95.8333333333%;
  width: 95.8333333333%;
  flex: 1 1 95.8333333333%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .our-topics-layout, .home-page__our-topics, .focus-theme-page__themen, .about-page__our-topics, .association-page__our-topics, .membership-page__our-topics, .career-page__our-topics, .personal-space-page__content__tabbar__our-topics {
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-layout, .home-page__our-topics, .focus-theme-page__themen, .about-page__our-topics, .association-page__our-topics, .membership-page__our-topics, .career-page__our-topics, .personal-space-page__content__tabbar__our-topics {
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.our-topics {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 95.8333333333%;
  min-width: 95.8333333333%;
  width: 95.8333333333%;
  flex: 1 1 95.8333333333%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .our-topics {
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
    flex: 1 1 91.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .our-topics {
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.our-topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .our-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.our-topics__content {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .our-topics__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content {
    flex-direction: row;
  }
}
.our-topics__content-preview {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .our-topics__content-preview {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.our-topics__content-themes {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .our-topics__content-themes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content-themes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content-themes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes {
    margin-top: 3.75rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    margin-top: 3.75rem;
  }
}
.contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    margin-top: 3.75rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .our-topics__content-themes, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes, .contact-profile-page__topics__content-themes .contact-profile-page__content-themes, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content-themes {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
    padding-left: 1.5rem;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .our-topics__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .our-topics__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .our-topics__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .our-topics__content-themes {
    padding-left: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
    padding-left: 1.5rem;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
    padding-left: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
    padding-left: 1.5rem;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
    padding-left: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
    padding-left: 1.5rem;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    padding-left: 1.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
    padding-left: 1.75rem;
  }
}
.our-topics__content-themes input[type=checkbox], .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox], .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox], .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox] {
  display: none;
}

.our-topics__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__links a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics__content-themes__links a:nth-child(n+17), .our-topics__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links a:nth-child(n+17), .our-topics__content-themes .contact-profile-page__topics__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .our-topics__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .contact-profile-page__topics__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .contact-profile-page__topics__content-themes input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .contact-profile-page__content-themes__links a:nth-child(n+17), .our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .our-topics__content-themes input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__items a:nth-child(n+17) {
  display: block !important;
}

.our-topics__content-themes input[type=checkbox]:checked ~ label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.our-topics__content-themes__links {
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links {
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

.contact-profile-page__topics__content-themes .contact-profile-page__content-themes__links {
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items {
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

.our-topics__content-themes__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.contact-profile-page__topics__content-themes .contact-profile-page__content-themes__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 63.96875em) {
  .our-topics__content-themes__links a, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links a, .contact-profile-page__topics__content-themes .contact-profile-page__content-themes__links a, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes__links a, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links a, .contact-profile-page__topics__content-themes .contact-profile-page__content-themes__links a, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-topics__content-themes__links a:nth-child(n+17), .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links a:nth-child(n+17), .contact-profile-page__topics__content-themes .contact-profile-page__content-themes__links a:nth-child(n+17), .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items a:nth-child(n+17) {
  display: none;
}

.our-topics__content-themes__show-all, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all {
  display: flex;
  margin-right: auto;
}

.our-topics__content-themes__show-all a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-topics__content-themes__show-all a {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content-themes__show-all a {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content-themes__show-all a {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes__show-all a {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a {
    margin-top: 2.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a {
    margin-top: 2.25rem;
  }
}
.our-topics__content-themes__show-all label {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-topics__content-themes__show-all label {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content-themes__show-all label {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content-themes__show-all label {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes__show-all label {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label {
    margin-top: 2.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label {
    margin-top: 2.25rem;
  }
}
.our-topics__content-themes__show-all .textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-topics__content-themes__show-all .textlink {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content-themes__show-all .textlink {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics__content-themes__show-all .textlink {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes__show-all .textlink {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink {
    margin-top: 2.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics__content-themes__show-all a, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a, .our-topics__content-themes__show-all label, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label, .our-topics__content-themes__show-all .textlink, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics__content-themes__show-all a, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all a, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all a, .our-topics__content-themes__show-all label, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all label, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all label, .our-topics__content-themes__show-all .textlink, .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all .textlink, .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all .textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-topics-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.our-topics-slider input[type=radio] {
  display: none;
}

.our-topics-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(1) {
  background-color: #222F5B;
}

.our-topics-slider input[type=radio]:checked:nth-of-type(2) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(2) {
  background-color: #222F5B;
}

.our-topics-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(3) {
  background-color: #222F5B;
}

@media (min-width: 47.96875em) {
  .our-topics-slider input[type=radio]:checked:nth-of-type(2) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(2) {
    background-color: #222F5B;
  }
  .our-topics-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(3) {
    background-color: #222F5B;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider input[type=radio]:checked:nth-of-type(2) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(2) {
    background-color: #222F5B;
  }
  .our-topics-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-slider__dots .our-topics-slider__dots-dot:nth-of-type(3) {
    background-color: #222F5B;
  }
}
.our-topics-slider__content {
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.our-topics-slider__content .our-topics-slider__content__slide + .our-topics-slider__content__slide {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__content .our-topics-slider__content__slide + .our-topics-slider__content__slide {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-slider__content .our-topics-slider__content__slide + .our-topics-slider__content__slide {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content .our-topics-slider__content__slide + .our-topics-slider__content__slide {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__content .our-topics-slider__content__slide + .our-topics-slider__content__slide {
    margin-left: 1.25rem;
  }
}
.our-topics-slider__content__slide {
  width: 90%;
  min-width: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  padding-bottom: 27.5rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1rem - 0.5rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1.25rem - 0.625rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1rem - 0.5rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1.25rem - 0.625rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1rem) / 2);
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide {
    min-width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__content__slide {
    padding-bottom: 31.25rem;
  }
}
.our-topics-slider__content__slide:last-child {
  width: 95.8333333333%;
  min-width: 95.8333333333%;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1rem - 0.5rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1.25rem - 0.625rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 0.875rem - 0.4375rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1rem - 0.5rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1.25rem - 0.625rem - 8.3333333333%) / 2);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1rem) / 2);
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide:last-child {
    min-width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .our-topics-slider__content__slide:last-child {
    width: calc((100% - 1.25rem) / 2);
  }
}
.our-topics-slider__content__slide img {
  width: auto;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.our-topics-slider__content__slide-description {
  width: 100%;
  min-height: 8.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  color: #222F5B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__content__slide-description {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-slider__content__slide-description {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content__slide-description {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__content__slide-description {
    padding: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content__slide-description {
    min-height: 9.25rem;
  }
}
.our-topics-slider__content__slide-description__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__content__slide-description__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-slider__content__slide-description__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__content__slide-description__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__content__slide-description__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.our-topics-slider__content__slide-description__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .our-topics-slider__content__slide-description__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__content__slide-description__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-topics-slider__dots {
  width: 100%;
  margin-top: 1.875rem;
  padding-right: 4.1666666667%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .our-topics-slider__dots {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-slider__dots {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__dots {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-slider__dots {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-slider__dots {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.our-topics-slider__dots-dot {
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  background-color: #cecece;
  border-radius: 50%;
  cursor: pointer;
}

.our-topics-slider__dots-dot:not(:first-child) {
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .our-topics-slider__dots-dot:last-child, .our-topics-slider__dots-dot:first-child:last-child {
    display: none;
  }
}
.vdma-events {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .vdma-events {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .vdma-events {
    width: 83.3333333333%;
  }
}
.vdma-events__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-events__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__head {
    padding-bottom: 1.25rem;
  }
}
.vdma-events__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-events__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-events__head__header-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  vertical-align: baseline;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-events__head__header-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__head__header-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events__head__header-meta {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__head__header-meta {
    margin-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__head__header-meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__head__header-meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-events__content {
  display: block;
}

.vdma-events__hidden {
  display: none;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.vdma-events__actions {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-events__actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events__actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__actions {
    padding-top: 2.25rem;
  }
}
.vdma-events__actions button, .vdma-events__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-events__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-events__actions button, .vdma-events__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-events__actions label {
    width: auto;
    margin-right: auto;
  }
}
.vdma-events__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .vdma-events__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-events__actions > *:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-events__actions > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-events__actions > *:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-events__actions > *:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-events__actions > *:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.press-release-slider {
  width: 100%;
  padding: 0 4.1666666667%;
  margin-top: 1.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-release-slider {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider {
    padding: 0 8.3333333333%;
  }
}
.press-release-slider input[type=radio] {
  display: none;
}

.press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(1) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(1) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(2) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(2) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(2) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(2) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(3) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(3) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(3) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(3) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(4) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(4) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(5) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(5) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(5) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(5) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(6) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(6) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(6) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(6) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(7) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(7) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(8) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(8) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(8) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(8) {
  background-color: #222F5B;
}

.press-release-slider input[type=radio]:checked:nth-of-type(9) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(9) {
  opacity: 1;
  z-index: 1;
}

.press-release-slider input[type=radio]:checked:nth-of-type(9) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(9) {
  background-color: #222F5B;
}

@media (min-width: 47.96875em) {
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(3) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(3) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(3) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(3) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(5) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(5) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(5) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(6) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(5) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(5) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(7) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(8) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(7) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(9) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(9) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(9) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(10) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(9) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(9) {
    background-color: #222F5B;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(1) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(5) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(6) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(4) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(4) {
    background-color: #222F5B;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(7) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(8) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__content .press-release-slider__slide:nth-of-type(9) {
    opacity: 1;
    z-index: 1;
  }
  .press-release-slider input[type=radio]:checked:nth-of-type(7) ~ .press-release-slider__dots .press-release-slider__dots-dot:nth-of-type(7) {
    background-color: #222F5B;
  }
}
.press-release-slider__content {
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.press-release-slider__slide {
  width: 100%;
  min-width: 100%;
  background-color: #fff;
  padding: 1.25rem;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-release-slider__slide {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__slide {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__slide {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__slide {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 0.875rem) / 2);
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 1.75rem) / 3);
    min-width: calc((100% - 1.75rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 1.75rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 1.75rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .press-release-slider__slide {
    min-width: calc((100% - 2.5rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 1.75rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 1.75rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .press-release-slider__slide {
    width: calc((100% - 2.5rem) / 3);
  }
}
.press-release-slider__slide__type {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.press-release-slider__slide__header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .press-release-slider__slide__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__slide__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__slide__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__slide__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-release-slider__slide__description {
  display: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .press-release-slider__slide__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__slide__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .press-release-slider__slide__description {
    display: block;
  }
}
.press-release-slider__slide__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  margin-top: auto;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .press-release-slider__slide__link {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__slide__link {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__slide__link {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__slide__link {
    padding-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__slide__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__slide__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-release-slider .press-release-slider__slide + .press-release-slider__slide {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-release-slider .press-release-slider__slide + .press-release-slider__slide {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider .press-release-slider__slide + .press-release-slider__slide {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider .press-release-slider__slide + .press-release-slider__slide {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider .press-release-slider__slide + .press-release-slider__slide {
    margin-left: 1.25rem;
  }
}
.press-release-slider__show-all {
  margin-top: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 47.96875em) {
  .press-release-slider__show-all {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__show-all {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__show-all {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__show-all {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__show-all {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__show-all {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-release-slider__dots {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .press-release-slider__dots {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__dots {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__dots {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__dots {
    margin-top: 2.25rem;
  }
}
.press-release-slider__dots-dot {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #cecece;
  border-radius: 50%;
  cursor: pointer;
}

.press-release-slider__dots-dot:not(:first-child) {
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .press-release-slider__dots-dot:nth-child(2n) {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__dots-dot {
    display: none;
  }
  .press-release-slider__dots-dot:nth-child(1), .press-release-slider__dots-dot:nth-child(4), .press-release-slider__dots-dot:nth-child(7) {
    display: inline-block;
  }
}
.press-release-slider__arrows {
  display: none;
  padding: 0 1.25rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc((50% + 0.875rem) * -1));
}

@media (min-width: 47.96875em) {
  .press-release-slider__arrows {
    transform: translateY(calc((50% + 1rem) * -1));
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__arrows {
    transform: translateY(calc((50% + 1.0625rem) * -1));
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__arrows {
    transform: translateY(calc((50% + 1.1875rem) * -1));
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__arrows {
    transform: translateY(calc((50% + 1.375rem) * -1));
  }
}
@media (min-width: 47.96875em) {
  .press-release-slider__arrows {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-slider__arrows {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__arrows {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-slider__arrows {
    padding: 0 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-slider__arrows {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.press-release-slider__arrows__next, .press-release-slider__arrows__prev {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #222F5B;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.press-release-slider__arrows__next.vdma-insivisble, .press-release-slider__arrows__prev.vdma-insivisble {
  visibility: hidden;
}

.press-release-slider__arrows__next.vdma-insivisble::before, .press-release-slider__arrows__prev.vdma-insivisble::before {
  transition: none;
}

.press-release-slider__arrows__next::before, .press-release-slider__arrows__prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background-color: #222F5B;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  .press-release-slider__arrows__next:hover, .press-release-slider__arrows__prev:hover {
    border: none;
  }
  .press-release-slider__arrows__next:hover::before, .press-release-slider__arrows__prev:hover::before {
    width: 110%;
    height: 110%;
  }
}
.press-release-slider__arrows__next i, .press-release-slider__arrows__prev i {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.press-release-slider__arrows__next i svg, .press-release-slider__arrows__prev i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.press-release-slider__arrows__next i {
  transform: rotateY(180deg);
}

.focus-theme-page {
  position: relative;
}

.focus-theme-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.focus-theme-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__breadcrumbs {
    margin: 14px auto;
  }
}
.focus-theme-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.focus-theme-page__stage {
  display: block;
  position: relative;
}

.focus-theme-page__stage__image {
  position: relative;
}

.focus-theme-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.focus-theme-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .focus-theme-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.focus-theme-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.focus-theme-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info {
    width: 37.5rem;
  }
}
.focus-theme-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.focus-theme-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.focus-theme-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action {
    flex-direction: row;
  }
}
.focus-theme-page__stage__info-action button, .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action button, .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label {
    width: auto;
  }
}
.focus-theme-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.focus-theme-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .focus-theme-page__jump__content {
    padding-bottom: 0;
  }
}
.focus-theme-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .focus-theme-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .focus-theme-page__jump__header i {
  transform: rotate(180deg);
}

.focus-theme-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump__header {
    pointer-events: none;
  }
}
.focus-theme-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.focus-theme-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .focus-theme-page__jump__header-icon {
    display: none;
  }
}
.focus-theme-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .focus-theme-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__jump__content {
    margin-left: 2.25rem;
  }
}
.focus-theme-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__jump__label + .focus-theme-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__jump__label + .focus-theme-page__jump__label {
    margin-left: 2.25rem;
  }
}
.focus-theme-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .focus-theme-page__description-text--no-margin {
    margin: 0 !important;
  }
}
.focus-theme-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .focus-theme-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .focus-theme-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .focus-theme-page__description-text__read-more i {
  transform: rotate(180deg);
}

.focus-theme-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.focus-theme-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.focus-theme-page__description-text__part-one b, .focus-theme-page__description-text__part-one .bold, .focus-theme-page__description-text__part-one strong, .focus-theme-page__description-text__part-two b, .focus-theme-page__description-text__part-two .bold, .focus-theme-page__description-text__part-two strong {
  font-family: "Open Sans Bold";
}

.focus-theme-page__description-text__part-one a, .focus-theme-page__description-text__part-two a {
  font-family: "Open Sans Regular";
}

.focus-theme-page__description-text__part-one p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-two p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-one h1, .focus-theme-page__description-text__part-one h2, .focus-theme-page__description-text__part-one h3, .focus-theme-page__description-text__part-one h4, .focus-theme-page__description-text__part-one h5, .focus-theme-page__description-text__part-one h6, .focus-theme-page__description-text__part-two h1, .focus-theme-page__description-text__part-two h2, .focus-theme-page__description-text__part-two h3, .focus-theme-page__description-text__part-two h4, .focus-theme-page__description-text__part-two h5, .focus-theme-page__description-text__part-two h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h1, .focus-theme-page__description-text__part-one h2, .focus-theme-page__description-text__part-one h3, .focus-theme-page__description-text__part-one h4, .focus-theme-page__description-text__part-one h5, .focus-theme-page__description-text__part-one h6, .focus-theme-page__description-text__part-two h1, .focus-theme-page__description-text__part-two h2, .focus-theme-page__description-text__part-two h3, .focus-theme-page__description-text__part-two h4, .focus-theme-page__description-text__part-two h5, .focus-theme-page__description-text__part-two h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h1, .focus-theme-page__description-text__part-one h2, .focus-theme-page__description-text__part-one h3, .focus-theme-page__description-text__part-one h4, .focus-theme-page__description-text__part-one h5, .focus-theme-page__description-text__part-one h6, .focus-theme-page__description-text__part-two h1, .focus-theme-page__description-text__part-two h2, .focus-theme-page__description-text__part-two h3, .focus-theme-page__description-text__part-two h4, .focus-theme-page__description-text__part-two h5, .focus-theme-page__description-text__part-two h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h1, .focus-theme-page__description-text__part-one h2, .focus-theme-page__description-text__part-one h3, .focus-theme-page__description-text__part-one h4, .focus-theme-page__description-text__part-one h5, .focus-theme-page__description-text__part-one h6, .focus-theme-page__description-text__part-two h1, .focus-theme-page__description-text__part-two h2, .focus-theme-page__description-text__part-two h3, .focus-theme-page__description-text__part-two h4, .focus-theme-page__description-text__part-two h5, .focus-theme-page__description-text__part-two h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h1, .focus-theme-page__description-text__part-one h2, .focus-theme-page__description-text__part-one h3, .focus-theme-page__description-text__part-one h4, .focus-theme-page__description-text__part-one h5, .focus-theme-page__description-text__part-one h6, .focus-theme-page__description-text__part-two h1, .focus-theme-page__description-text__part-two h2, .focus-theme-page__description-text__part-two h3, .focus-theme-page__description-text__part-two h4, .focus-theme-page__description-text__part-two h5, .focus-theme-page__description-text__part-two h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__description-text__part-one h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-two h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__description-text__part-one ul, .focus-theme-page__description-text__part-two ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul, .focus-theme-page__description-text__part-two ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul, .focus-theme-page__description-text__part-two ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__description-text__part-one ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-two ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two ul li {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-one ul li::before, .focus-theme-page__description-text__part-two ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li::before, .focus-theme-page__description-text__part-two ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li::before, .focus-theme-page__description-text__part-two ul li::before {
    top: 0.8125rem;
  }
}
.focus-theme-page__description-text__part-one ul li ul, .focus-theme-page__description-text__part-two ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one ul li ul, .focus-theme-page__description-text__part-two ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li ul, .focus-theme-page__description-text__part-two ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one ul li ul, .focus-theme-page__description-text__part-two ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li ul, .focus-theme-page__description-text__part-two ul li ul {
    margin-left: 3.375rem;
  }
}
.focus-theme-page__description-text__part-one ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__description-text__part-two ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__description-text__part-one ul li ul li::before, .focus-theme-page__description-text__part-two ul li ul li::before {
  display: none;
}

.focus-theme-page__description-text__part-one ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__description-text__part-one ul li ul li ul, .focus-theme-page__description-text__part-two ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul, .focus-theme-page__description-text__part-two ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul, .focus-theme-page__description-text__part-two ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul, .focus-theme-page__description-text__part-two ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul, .focus-theme-page__description-text__part-two ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.focus-theme-page__description-text__part-one ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__description-text__part-two ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__description-text__part-one ul li ul li ul li::before, .focus-theme-page__description-text__part-two ul li ul li ul li::before {
  display: none;
}

.focus-theme-page__description-text__part-one ul li ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one ul li ul li ul li::after, .focus-theme-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__description-text__part-one button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one button {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-two button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two button {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__description-text__part-one button, .focus-theme-page__description-text__part-one .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-one label, .focus-theme-page__description-text__part-two button, .focus-theme-page__description-text__part-two .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__description-text__part-two label {
    width: auto;
  }
}
.focus-theme-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.focus-theme-page__description-next-info {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-next-info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-next-info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-next-info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-next-info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-next-info {
    margin-top: 0;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
.focus-theme-page__description-next-info__header {
  margin-top: 0.75rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-next-info__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-next-info__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-next-info__header {
    margin-top: 0;
  }
}
.focus-theme-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.focus-theme-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.focus-theme-page__gallery {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__gallery {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__gallery {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__gallery {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__gallery {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__gallery {
    width: 83.3333333333%;
  }
}
.focus-theme-page__highlight {
  margin: 0 auto 2.75rem auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight {
    width: 91.6666666667%;
  }
}
.focus-theme-page__highlight__content {
  width: 100%;
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__content {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__content {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__content {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__content {
    padding: 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__content {
    padding-left: 4.5454545455% !important;
    padding-right: 4.5454545455% !important;
  }
}
.focus-theme-page__highlight__header {
  width: 100%;
  display: flex;
  align-items: center;
}

.focus-theme-page__highlight__header-icon {
  color: #f18700;
  width: 1.25rem;
  height: 1.25rem;
}

.focus-theme-page__highlight__header-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.focus-theme-page__highlight__header-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #f58800;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__article {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.focus-theme-page__highlight__article-title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.75rem;
  flex: 1 1 auto;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article-title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article-title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article-title {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article-title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.focus-theme-page__highlight__article-short-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 0.75rem;
  flex: 1 1 auto;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article-short-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article-short-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article-short-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article-short-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article-short-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article-short-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__highlight__article__media {
  display: block;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-content {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-content .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-content .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-content .vdma-image-gallery__slide-image-overflow img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-content {
    float: left;
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
    margin-right: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-content {
    max-width: 60%;
    min-width: 60%;
    width: 60%;
    flex: 1 1 60%;
  }
}
.focus-theme-page__highlight__article__media-description {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description {
    margin-top: 0;
  }
}
.focus-theme-page__highlight__article__media-description b, .focus-theme-page__highlight__article__media-description .bold, .focus-theme-page__highlight__article__media-description strong {
  font-family: "Open Sans Bold";
}

.focus-theme-page__highlight__article__media-description a {
  font-family: "Open Sans Regular";
}

.focus-theme-page__highlight__article__media-description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__article__media-description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li::before {
    top: 0.8125rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul {
    margin-left: 3.375rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__highlight__article__media-description ul li ul li::before {
  display: none;
}

.focus-theme-page__highlight__article__media-description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.focus-theme-page__highlight__article__media-description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.focus-theme-page__highlight__article__media-description ul li ul li ul li::before {
  display: none;
}

.focus-theme-page__highlight__article__media-description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__article__media-description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description button {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description button, .focus-theme-page__highlight__article__media-description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__highlight__article__media-description label {
    width: auto;
  }
}
.focus-theme-page__highlight__article__media-description h1 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h1 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h1 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h1 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h1 {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h2 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h2 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h2 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h2 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h2 {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h3 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h3 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h3 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h3 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h3 {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h4 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h4 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h4 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h4 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h4 {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h5 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h5 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h5 {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description h6 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h6 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description h6 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h6 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description h1, .focus-theme-page__highlight__article__media-description h2, .focus-theme-page__highlight__article__media-description h3, .focus-theme-page__highlight__article__media-description h4, .focus-theme-page__highlight__article__media-description h5, .focus-theme-page__highlight__article__media-description h6 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.focus-theme-page__highlight__article__media-description p {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__article__media-description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__article__media-description p {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description p {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__article__media-description b, .focus-theme-page__highlight__article__media-description .bold, .focus-theme-page__highlight__article__media-description strong, .focus-theme-page__highlight__article__media-description a, .focus-theme-page__highlight__article__media-description p, .focus-theme-page__highlight__article__media-description span {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__article__media-description b, .focus-theme-page__highlight__article__media-description .bold, .focus-theme-page__highlight__article__media-description strong, .focus-theme-page__highlight__article__media-description a, .focus-theme-page__highlight__article__media-description p, .focus-theme-page__highlight__article__media-description span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__article__media-description b, .focus-theme-page__highlight__article__media-description .bold, .focus-theme-page__highlight__article__media-description strong, .focus-theme-page__highlight__article__media-description a, .focus-theme-page__highlight__article__media-description p, .focus-theme-page__highlight__article__media-description span {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__highlight__quote {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__quote {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__quote {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__quote {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__quote {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__quote {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__quote {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__quote {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__quote {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__teaser {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item {
    padding-right: 1.625rem;
    width: 50%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser-item {
    padding-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item {
    padding-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser-item {
    padding-right: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser-item {
    padding-right: 2.25rem;
  }
}
.focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.625rem;
    border-left: 0.0625rem solid #cecece;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-left: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__highlight__teaser-item + .focus-theme-page__highlight__teaser-item {
    padding-left: 2.25rem;
  }
}
.focus-theme-page__highlight__teaser-item {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.focus-theme-page__highlight__teaser-item .articles-article {
  padding: 0;
}

.focus-theme-page__highlight__download {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__download {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__download {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__download {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__download {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__download {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__download {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__download {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__download {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__download .vdma-downloads-list {
  margin-bottom: 0;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__download .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__download .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__download .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__download .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.focus-theme-page__highlight__advantage {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage {
    margin-top: 3.75rem;
  }
}
.focus-theme-page__highlight__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__highlight__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__content {
    margin-top: 2.25rem;
  }
}
.focus-theme-page__highlight__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.focus-theme-page__highlight__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.focus-theme-page__highlight__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.focus-theme-page__highlight__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.focus-theme-page__highlight__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__highlight__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.focus-theme-page__highlight__advantage__actions button, .focus-theme-page__highlight__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__highlight__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__actions button, .focus-theme-page__highlight__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__highlight__advantage__actions label {
    width: auto;
  }
}
.focus-theme-page__highlight__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__highlight__advantage__actions a:last-child {
  margin-right: auto;
}

.focus-theme-page__highlight__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__highlight__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__highlight__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__highlight__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__highlight__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.focus-theme-page__articles {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__articles {
    width: 83.3333333333%;
  }
}
.focus-theme-page__articles__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__articles__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__articles__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content {
    margin: 2.25rem 0;
  }
}
.focus-theme-page__articles__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.focus-theme-page__articles__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .focus-theme-page__articles__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .focus-theme-page__articles__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.focus-theme-page__articles__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.focus-theme-page__articles__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.focus-theme-page__articles__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.focus-theme-page__articles__content .content-teaser__image-overflow video, .focus-theme-page__articles__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.focus-theme-page__articles__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.focus-theme-page__articles__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.focus-theme-page__articles__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-theme-page__articles__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-theme-page__articles__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__articles__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__articles__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__articles__action {
    padding-top: 2.25rem;
  }
}
.focus-theme-page__articles__action button, .focus-theme-page__articles__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__articles__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__articles__action button, .focus-theme-page__articles__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-theme-page__articles__action label {
    width: auto;
  }
}
.focus-theme-page__themen {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .focus-theme-page__themen {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-theme-page__themen {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-theme-page__themen {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-theme-page__themen {
    margin-bottom: 5.75rem;
  }
}
.questions-section {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .questions-section {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .questions-section {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .questions-section {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .questions-section {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .questions-section {
    width: 83.3333333333%;
  }
}
.questions-section__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .questions-section__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .questions-section__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .questions-section__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .questions-section__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .questions-section__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .questions-section__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .questions-section__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .questions-section__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.questions-section__list {
  font-family: "Open Sans Bold";
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .questions-section__list {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .questions-section__list {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.questions-section__list__item {
  display: flex;
  margin-right: auto;
  height: 100%;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .questions-section__list__item {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .questions-section__list__item {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .questions-section__list__item {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .questions-section__list__item {
    padding: 2.25rem 0;
  }
}
.highlight-quote {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  cursor: pointer;
}

.highlight-quote__photo {
  display: none;
}

@media (min-width: 47.96875em) {
  .highlight-quote__photo {
    display: block;
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.highlight-quote__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.highlight-quote__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.highlight-quote__info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .highlight-quote__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .highlight-quote__info {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .highlight-quote__info {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .highlight-quote__info {
    margin-left: 2.25rem;
  }
}
.highlight-quote__info::before {
  content: "";
  width: 5rem;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info::before {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info::before {
    width: 8rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info::before {
    width: 11.25rem;
  }
}
.highlight-quote__info-message {
  color: #333;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info-message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info-message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info-message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-quote__info-message {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info-message {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
}
.highlight-quote__info-declarer {
  margin-top: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info-declarer {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-quote__info-declarer {
    margin-top: 1.25rem;
  }
}
.highlight-quote__info-declarer__photo {
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info-declarer__photo {
    display: none;
  }
}
.highlight-quote__info-declarer__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.highlight-quote__info-declarer__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.highlight-quote__info-declarer__sub-info {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.highlight-quote__info-declarer__sub-info span {
  display: inline;
}

.highlight-quote__info-declarer__sub-info span + span::before {
  content: ", ";
  display: inline;
}

.highlight-quote__info-declarer__sub-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info-declarer__sub-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-quote__info-declarer__sub-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info-declarer__sub-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-quote__info-declarer__sub-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .highlight-quote__info-declarer .highlight-quote__info-declarer__photo + .highlight-quote__info-declarer__sub {
    margin-left: 0;
  }
}
.number-teaser {
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.number-teaser__image {
  width: 100%;
  display: block;
}

.number-teaser__image img {
  border: 0;
  max-width: 100%;
  display: block;
  position: relative;
}

.number-teaser__header {
  display: flex;
  flex-direction: column;
  color: #000;
}

.number-teaser__header:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .number-teaser__header:not(:first-child) {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .number-teaser__header:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__header:not(:first-child) {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header {
    align-items: center;
    flex-direction: row;
  }
}
.number-teaser__header__value {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #f18700;
}

@media (min-width: 47.96875em) {
  .number-teaser__header__value {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header__value {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .number-teaser__header__value {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__header__value {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header__value {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .number-teaser__header__value {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .number-teaser__header__value {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .number-teaser__header__value {
    margin-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .number-teaser__header__value {
    margin-right: 1.25rem;
  }
}
.number-teaser__header__title {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .number-teaser__header__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .number-teaser__header__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__header__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__header__title {
    margin-top: 0;
  }
}
.number-teaser__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #000;
}

@media (min-width: 63.96875em) {
  .number-teaser__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.number-teaser__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

.number-teaser__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .number-teaser__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .number-teaser__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .number-teaser__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .number-teaser__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-expert-topics {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .our-expert-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .our-expert-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.our-expert-topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .our-expert-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.our-expert-topics__alphabetical-index {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  margin-top: 1rem;
  padding: 1.25rem 0;
  box-shadow: inset 0 -1px 0 0 #f4f3f0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-index {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-index {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-index {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-index {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-index {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-index {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-index {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-index {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-index {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-index {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-index {
    width: 95.2380952381%;
  }
}
.our-expert-topics__alphabetical-index--not-available {
  cursor: default !important;
}

.our-expert-topics__alphabetical-index--not-available:hover {
  border-bottom: none !important;
}

.our-expert-topics__alphabetical-index__label {
  display: flex;
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-index__label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-index__label {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-index__label {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-index__label {
    margin-right: 2.25rem;
  }
}
.our-expert-topics__alphabetical-index ul {
  display: flex;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

.our-expert-topics__alphabetical-index ul::-webkit-scrollbar {
  display: none;
}

.our-expert-topics__alphabetical-index ul li {
  display: inline-flex;
  margin-right: 1.25rem;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-index ul li {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-index ul li {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-index ul li {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-index ul li {
    margin-right: 2.25rem;
  }
}
.our-expert-topics__alphabetical-index ul li.alphabetical-index__select {
  color: #222F5B;
  border-bottom: 0.125rem solid #222F5B;
  cursor: default;
}

.our-expert-topics__alphabetical-index ul li:not(.alphabetical-index__select):hover {
  border-bottom: 0.125rem solid #707175;
}

.our-expert-topics__alphabetical-index ul li::last-child {
  margin-right: 0;
}

.our-expert-topics__alphabetical-section--hide {
  display: none;
}

.our-expert-topics__alphabetical-section__index {
  padding: 1.25rem 0;
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-section__index {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-section__index {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-section__index {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-section__index {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-section__index {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-section__index {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-section__index {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-section__index {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.our-expert-topics__alphabetical-section__links {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-section__links {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.our-expert-topics__alphabetical-section__links > div {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
}

@media (min-width: 47.96875em) {
  .our-expert-topics__alphabetical-section__links > div {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 89.96875em) {
  .our-expert-topics__alphabetical-section__links > div {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
  .our-expert-topics__alphabetical-section__links > div:nth-child(2):last-child, .our-expert-topics__alphabetical-section__links > div:nth-child(3n+2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
}
.our-expert-topics__alphabetical-section__links > div a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 63.96875em) {
  .our-expert-topics__alphabetical-section__links > div a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-expert-topics__alphabetical-section__links > div a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-expert-topics__alphabetical-section__links > div a::after {
  content: "";
  flex: auto;
}

.level-0-topic-page {
  margin: 0 auto;
}

.level-0-topic-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head {
    margin-bottom: 5.75rem;
  }
}
.level-0-topic-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-0-topic-page__head__breadcrumbs__back-icon {
  margin-right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__breadcrumbs__back-icon {
    display: none;
  }
}
.level-0-topic-page__head__breadcrumbs ul {
  display: flex;
}

.level-0-topic-page__head__breadcrumbs ul li {
  display: flex;
  align-items: center;
  color: #fff;
}

.level-0-topic-page__head__breadcrumbs ul li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__breadcrumbs ul li:not(:first-child) {
    display: inline-block;
  }
}
.level-0-topic-page__head__breadcrumbs ul li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__breadcrumbs ul li:first-child::after {
    display: inline-block;
  }
}
.level-0-topic-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__title {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__title {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }
}
.level-0-topic-page__head__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.875rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__description {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__description {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }
}
.level-0-topic-page__head__header-content__topics {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics {
    flex-direction: row;
    justify-content: space-between;
  }
}
.level-0-topic-page__head__header-content__topics__topic {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic {
    flex-direction: row;
  }
}
.level-0-topic-page__head__header-content__topics__topic-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__head__header-content__topics__topic-number {
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-right: 1rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    margin-right: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    margin-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    margin-right: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic-number {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.level-0-topic-page__head__header-content__topics__topic__second {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans Bold";
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__second {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__second {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__second {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__second {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__second {
    margin-top: 1.25rem;
  }
}
.level-0-topic-page__head__header-content__topics__topic__link-section {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  opacity: 0.6;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__link-section {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__head__header-content__topics__topic__link-section {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-0-topic-page__head__header-content__topics__topic__link-section-text {
  display: flex;
  margin-right: 0.5rem;
}

.level-0-topic-page__content {
  display: flex;
  flex-direction: column;
}

.level-0-topic-page__content-our-topics {
  width: 100%;
  margin-bottom: 2.75rem;
  width: 95.8333333333%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-topics {
    margin-bottom: 5.75rem;
  }
}
.level-0-topic-page__content-our-topics__header {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-topics__header {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-topics {
    width: 100%;
    margin-left: 0% !important;
  }
}
.level-0-topic-page__content-our-topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-topics__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-topics__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content-our-subject-areas {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-0-topic-page__content-our-subject-areas__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content-our-subject-areas__links {
  width: 100%;
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: row wrap;
}

.level-0-topic-page__content-our-subject-areas__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: #222F5B;
  color: #fff;
  border-left: 0.25rem solid #f18700;
  height: 5.8125rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    padding: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-0-topic-page__content-our-subject-areas__links a i.textlink-icon {
  align-self: flex-start;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    margin-right: 0.875rem;
    width: calc(50% - 0.4375rem);
    height: 8.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.4375rem);
    height: 7.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.333% - 0.6666666667rem);
    height: 8.25rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.333% - 0.8333333333rem);
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(even) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.332% - 0.8333333333rem);
    height: 10rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content-our-subject-areas__links a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
.level-0-topic-page__content-our-expert-topics {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-0-topic-page__content-our-expert-topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-index {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #707175;
  margin-top: 1rem;
  padding: 1.25rem 0;
  box-shadow: inset 0 -1px 0 0 #f4f3f0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index {
    width: 95.2380952381%;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-index--not-available {
  cursor: default !important;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index--not-available:hover {
  border-bottom: none !important;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index__label {
  display: flex;
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index__label {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index__label {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index__label {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index__label {
    margin-right: 2.25rem;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-index ul {
  display: flex;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index ul::-webkit-scrollbar {
  display: none;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index ul li {
  display: inline-flex;
  margin-right: 1.25rem;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index ul li {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index ul li {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index ul li {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-index ul li {
    margin-right: 2.25rem;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-index ul li.alphabetical-index__select {
  color: #222F5B;
  border-bottom: 0.125rem solid #222F5B;
  cursor: default;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index ul li:not(.alphabetical-index__select):hover {
  border-bottom: 0.125rem solid #707175;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-index ul li::last-child {
  margin-right: 0;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-section--hide {
  display: none;
}

.level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
  padding: 1.25rem 0;
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__index {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-section__links {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div {
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div:nth-child(2):last-child, .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div:nth-child(3n+2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-0-topic-page__content-our-expert-topics__alphabetical-section__links > div a::after {
  content: "";
  flex: auto;
}

.level-0-topic-page__content__membership {
  background-color: #f4f3f0;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.level-0-topic-page__content__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0;
  padding: 1.875rem 0 2.75rem;
  flex-direction: column;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage {
    padding: 2.125rem 0 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage {
    padding: 2.375rem 0 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage {
    padding: 2.75rem 0 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage {
    padding: 3.75rem 0 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage {
    margin-top: 3.75rem;
  }
}
.level-0-topic-page__content__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.level-0-topic-page__content__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.level-0-topic-page__content__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.level-0-topic-page__content__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.level-0-topic-page__content__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.level-0-topic-page__content__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-0-topic-page__content__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-0-topic-page__content__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.level-0-topic-page__content__membership__advantage__actions button, .level-0-topic-page__content__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-0-topic-page__content__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__actions button, .level-0-topic-page__content__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-0-topic-page__content__membership__advantage__actions label {
    width: auto;
  }
}
.level-0-topic-page__content__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-0-topic-page__content__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.level-0-topic-page__content__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-0-topic-page__content__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-0-topic-page__content__membership__advantage {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.our-topics-full-slider {
  width: 100%;
  margin-top: 1.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 4.1666666667%;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider {
    margin-top: 2.25rem;
  }
}
.our-topics-full-slider input[type=radio] {
  display: none;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider {
    padding: 0 8.3333333333%;
  }
}
.our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(1) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(1) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(2) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(2) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(2) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(2) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(3) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(3) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(4) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(4) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(5) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(5) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(6) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(6) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(6) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(6) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(7) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(7) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(8) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(8) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(8) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(8) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(9) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(9) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(10) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(10) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(11) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(11) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(11) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(11) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(12) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(12) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(12) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(11) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(12) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(12) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(13) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(13) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(14) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(14) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(14) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(14) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(15) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(15) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(15) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(15) {
  background-color: #222F5B;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(16) {
  opacity: 1;
  z-index: 1;
}

.our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(16) {
  background-color: #222F5B;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(3) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(3) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(5) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(6) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(5) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(7) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(8) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(7) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(9) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(10) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(9) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(11) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(11) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(11) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(12) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(11) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(11) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(13) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(14) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(13) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(15) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(15) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(15) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(16) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(15) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(15) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(17) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(17) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(17) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(18) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(17) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(17) {
    background-color: #222F5B;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(5) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(6) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(4) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(4) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(7) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(8) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(9) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(7) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(7) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(10) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(11) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(12) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(10) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(10) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(13) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(14) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(15) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(13) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(16) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(17) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(18) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(16) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(16) {
    background-color: #222F5B;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(1) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(2) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(3) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(4) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(1) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(1) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(5) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(6) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(7) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(8) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(5) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(5) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(9) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(10) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(11) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(12) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(9) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(9) {
    background-color: #222F5B;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(13) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(14) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(15) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__content .our-topics-full-slider__content__slide:nth-of-type(16) {
    opacity: 1;
    z-index: 1;
  }
  .our-topics-full-slider input[type=radio]:checked:nth-of-type(13) ~ .our-topics-full-slider__dots .our-topics-full-slider__dots-dot:nth-of-type(13) {
    background-color: #222F5B;
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide {
    padding-bottom: 35rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide {
    padding-bottom: 41.25rem;
  }
}
.our-topics-full-slider--extended .our-topics-full-slider__content__slide-description {
  min-height: 15.25rem;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide-description {
    min-height: 16.375rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide-description {
    min-height: 18.125rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide-description {
    min-height: 19rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider--extended .our-topics-full-slider__content__slide-description {
    min-height: 21.75rem;
  }
}
.our-topics-full-slider__content {
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.our-topics-full-slider__content__slide {
  width: calc(100% - 0.375rem - 8.3333333333%);
  min-width: calc(100% - 0.375rem - 8.3333333333%);
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  opacity: 0.5;
  overflow: hidden;
  padding-bottom: 27.5rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide {
    width: calc(100% - 0.4375rem - 50%);
    min-width: calc(100% - 0.4375rem - 50%);
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide {
    width: calc(100% - 0.5833333333rem - 66.6666666667%);
    min-width: calc(100% - 0.5833333333rem - 66.6666666667%);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide {
    width: calc(100% - 0.75rem - 75%);
    min-width: calc(100% - 0.75rem - 75%);
  }
}
.our-topics-full-slider__content__slide:not(:first-child) {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide:not(:first-child) {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.our-topics-full-slider__content__slide:last-child {
  width: calc(95.8333333333% + 1.5rem);
  min-width: calc(95.8333333333% + 1.5rem);
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    min-width: calc(95.8333333333% + 1.75rem);
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    min-width: calc(95.8333333333% + 1.75rem);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    min-width: calc(95.8333333333% + 2rem);
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    min-width: calc(95.8333333333% + 2.5rem);
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(95.8333333333% + 1.75rem);
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(95.8333333333% + 1.75rem);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(95.8333333333% + 2rem);
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(95.8333333333% + 2.5rem);
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(100% - 0.4375rem - 50%);
    min-width: calc(100% - 0.4375rem - 50%);
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(100% - 0.5833333333rem - 66.6666666667%);
    min-width: calc(100% - 0.5833333333rem - 66.6666666667%);
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide:last-child {
    width: calc(100% - 0.75rem - 75%);
    min-width: calc(100% - 0.75rem - 75%);
  }
}
.our-topics-full-slider__content__slide img {
  width: auto;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.our-topics-full-slider__content__slide-description {
  width: 100%;
  min-height: 7.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  color: #222F5B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide-description {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide-description {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide-description {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description {
    padding: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide-description {
    min-height: 8.125rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide-description {
    min-height: 9.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description {
    min-height: 10.75rem;
  }
}
.our-topics-full-slider__content__slide-description__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    height: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    height: 4rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description__header {
    height: 4.5rem;
  }
}
.our-topics-full-slider__content__slide-description__text {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide-description__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-topics-full-slider__content__slide-description__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__content__slide-description__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-topics-full-slider__dots {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__dots {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__dots {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__dots {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__dots {
    margin-top: 3.75rem;
  }
}
.our-topics-full-slider__dots-dot {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #cecece;
  border-radius: 50%;
  cursor: pointer;
}

.our-topics-full-slider__dots-dot:not(:first-child) {
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__dots-dot:nth-child(2n) {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__dots-dot {
    display: none;
  }
  .our-topics-full-slider__dots-dot:nth-child(1), .our-topics-full-slider__dots-dot:nth-child(4), .our-topics-full-slider__dots-dot:nth-child(7), .our-topics-full-slider__dots-dot:nth-child(10), .our-topics-full-slider__dots-dot:nth-child(13), .our-topics-full-slider__dots-dot:nth-child(16) {
    display: inline-block;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__dots-dot {
    display: none;
  }
  .our-topics-full-slider__dots-dot:nth-child(4), .our-topics-full-slider__dots-dot:nth-child(7), .our-topics-full-slider__dots-dot:nth-child(10), .our-topics-full-slider__dots-dot:nth-child(16) {
    display: none;
  }
  .our-topics-full-slider__dots-dot:nth-child(1), .our-topics-full-slider__dots-dot:nth-child(5), .our-topics-full-slider__dots-dot:nth-child(9), .our-topics-full-slider__dots-dot:nth-child(13) {
    display: inline-block;
  }
}
.our-topics-full-slider__arrows {
  display: none;
  padding: 0 1.25rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc((50% + 0.875rem) * -1));
}

@media (min-width: 47.96875em) {
  .our-topics-full-slider__arrows {
    transform: translateY(calc((50% + 1rem) * -1));
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__arrows {
    transform: translateY(calc((50% + 1.0625rem) * -1));
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__arrows {
    transform: translateY(calc((50% + 1.1875rem) * -1));
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__arrows {
    transform: translateY(calc((50% + 1.375rem) * -1));
  }
}
@media (min-width: 47.96875em) {
  .our-topics-full-slider__arrows {
    padding: 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__arrows {
    padding: 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-topics-full-slider__arrows {
    padding: 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-topics-full-slider__arrows {
    padding: 0 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-topics-full-slider__arrows {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.our-topics-full-slider__arrows__next, .our-topics-full-slider__arrows__prev {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #222F5B;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.our-topics-full-slider__arrows__next.vdma-insivisble, .our-topics-full-slider__arrows__prev.vdma-insivisble {
  visibility: hidden;
}

.our-topics-full-slider__arrows__next.vdma-insivisble::before, .our-topics-full-slider__arrows__prev.vdma-insivisble::before {
  transition: none;
}

.our-topics-full-slider__arrows__next::before, .our-topics-full-slider__arrows__prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background-color: #222F5B;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (hover: hover) {
  .our-topics-full-slider__arrows__next:hover, .our-topics-full-slider__arrows__prev:hover {
    border: none;
  }
  .our-topics-full-slider__arrows__next:hover::before, .our-topics-full-slider__arrows__prev:hover::before {
    width: 110%;
    height: 110%;
  }
}
.our-topics-full-slider__arrows__next i, .our-topics-full-slider__arrows__prev i {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.our-topics-full-slider__arrows__next i svg, .our-topics-full-slider__arrows__prev i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.level-1-topic-page {
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .level-1-topic-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-topic-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head {
    margin-bottom: 5.75rem;
  }
}
.level-1-topic-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__head__breadcrumbs li {
  color: #fff;
}

.level-1-topic-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.level-1-topic-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.level-1-topic-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
  }
}
.level-1-topic-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.level-1-topic-page__head__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-topic-page__head__header-content__action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action {
    flex-direction: row;
  }
}
.level-1-topic-page__head__header-content__action button, .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action button, .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label {
    width: auto;
  }
}
.level-1-topic-page__head__header-content__action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
  color: #fff;
}

@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-topic-page__head__header-content__action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-top: 1.25rem;
  }
}
.level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__head__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-1-topic-page__head__header-content__action label + a {
    margin-left: 2.25rem;
  }
}
.level-1-topic-page__our-topics {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__our-topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes {
    margin-bottom: 5.75rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__hide {
  display: none;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links .our-topics-level1__content-themes__show-all-link--open {
  display: flex;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links .our-topics-level1__content-themes__show-all-link--close {
  display: none;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links .our-topics-level1__content-themes__show-all-link--open {
  display: none;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__links .our-topics-level1__content-themes__show-all-link--close {
  display: flex;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics-level1__content-themes__show-all-link--open {
  display: flex;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics-level1__content-themes__show-all-link--close {
  display: none;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics-level1__content-themes__show-all-link--open {
  display: none;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics-level1__content-themes__show-all-link--close {
  display: flex;
}

.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links a:nth-child(16) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links a:nth-child(16) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links a:nth-child(16) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links a:nth-child(16) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__links a:nth-child(16) {
    margin-right: 1.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .inline-bordered-link:nth-last-of-type(1) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .inline-bordered-link:nth-last-of-type(1) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .inline-bordered-link:nth-last-of-type(1) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .inline-bordered-link:nth-last-of-type(1) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .inline-bordered-link:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:nth-last-of-type(1) {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links span:nth-last-of-type(1) {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__links span:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all i use {
  pointer-events: none;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all {
    display: none;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all--inline {
  height: 2.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all--inline {
    display: flex;
  }
}
.level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes__show-all--inline label {
  margin-top: 0;
}

.level-1-topic-page__articles {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__articles {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__articles {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__articles {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__articles {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__articles {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__image-gallery {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__image-gallery {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__image-gallery {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__image-gallery {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__image-gallery {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__image-gallery {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__image-gallery__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__image-gallery__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__image-gallery__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__image-gallery__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__image-gallery__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__image-gallery__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__image-gallery__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__image-gallery__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__image-gallery__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__image-gallery .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 42.85%;
  }
}
.level-1-topic-page__image-gallery .vdma-image-gallery__slide-text {
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__image-gallery .vdma-image-gallery__slide-text {
    width: 80%;
  }
}
.level-1-topic-page__image-gallery .vdma-image-gallery__slide-text__description {
  display: block;
}

.level-1-topic-page__highlight {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight {
    margin-bottom: 5.75rem;
  }
}
.level-1-topic-page__highlight__header {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__header {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__highlight__quote {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__quote {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__quote {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__quote {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__quote {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__quote {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__quote {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__quote {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__quote {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__quote {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__highlight__teaser {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser {
    flex-direction: row;
  }
}
.level-1-topic-page__highlight__teaser-item {
  background-color: #fff;
  padding: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item {
    padding: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item {
    width: 50%;
  }
  .level-1-topic-page__highlight__teaser-item:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item:first-child {
    margin-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item:first-child {
    margin-right: 1.25rem;
  }
}
.level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    padding-left: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    padding-left: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    padding-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item + .level-1-topic-page__highlight__teaser-item {
    margin-top: 0;
  }
}
.level-1-topic-page__highlight__teaser-item {
  text-decoration: none;
  cursor: pointer;
  display: block;
  color: #000;
}

.level-1-topic-page__highlight__teaser-item .number-teaser__header__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__highlight__teaser-item .vdma-resume {
  text-decoration: none;
}

.level-1-topic-page__highlight__teaser-item .vdma-resume__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__highlight__teaser-item .vdma-resume__header, .level-1-topic-page__highlight__teaser-item .vdma-resume__description {
  color: #000;
}

.level-1-topic-page__structure {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__structure {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__structure {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__structure {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__structure {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__structure {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__structure__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__structure__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__structure__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__structure__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__structure__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__structure__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__structure__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__structure__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__structure__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__structure .vdma-accordion__header_togle span {
  border-bottom: none;
}

.level-1-topic-page__partners {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__partners {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__partners {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__partners {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__partners {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__partners {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__partners__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__partners__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__partners__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__partners__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__partners__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__partners__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__partners__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__partners__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__partners__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__contact-person {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__contact-person__actions {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__actions {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__actions {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__contact-person__show-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__show-all {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__show-all {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__show-all {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__show-all {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person__show-all {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__show-all {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person__show-all {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__show-all {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__contact-person__actions a, .level-1-topic-page__contact-person__actions label, .level-1-topic-page__contact-person__show-all a, .level-1-topic-page__contact-person__show-all label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person__actions a, .level-1-topic-page__contact-person__actions label, .level-1-topic-page__contact-person__show-all a, .level-1-topic-page__contact-person__show-all label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person__actions a, .level-1-topic-page__contact-person__actions label, .level-1-topic-page__contact-person__show-all a, .level-1-topic-page__contact-person__show-all label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-topic-page__contact-person input[type=checkbox] {
  display: none;
}

.level-1-topic-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: block !important;
}

@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: block !important;
  }
}
.level-1-topic-page__contact-person input[type=checkbox]:checked ~ * label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.level-1-topic-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person .article__contacts__contact__position-right {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person .article__contacts__contact__position-right {
    display: block;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__contact-person .article__contacts__contact__position-bottom {
    display: block;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__contact-person .article__contacts__contact__position-bottom {
    display: none;
  }
}
.level-1-topic-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .level-1-topic-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .level-1-topic-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.level-1-topic-page__focus-on-topics {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__focus-on-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__focus-on-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__focus-on-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__focus-on-topics {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__focus-on-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__focus-on-topics .our-topics__content-preview {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem) / 5);
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.875rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem) / 5);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.875rem) / 5);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    width: calc((100% - 1rem) / 5);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-topic-page__focus-on-topics .our-topics-slider__content__slide {
    width: calc((100% - 1.25rem) / 5);
  }
}
.level-1-topic-page__committee-recommendations {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__committee-recommendations {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committee-recommendations {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committee-recommendations {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committee-recommendations {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__committee-recommendations {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__committee-recommendations__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committee-recommendations__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__committee-recommendations__content__hidden {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.level-1-topic-page__committee-recommendations__actions {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__committee-recommendations__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committee-recommendations__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committee-recommendations__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committee-recommendations__actions {
    margin-top: 2.25rem;
  }
}
.level-1-topic-page__committee-recommendations__actions > * {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .level-1-topic-page__committee-recommendations__actions > * {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committee-recommendations__actions > * {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-topic-page__committees {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__committees {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committees {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committees {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committees {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__committees {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__committees__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__committees__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committees__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committees__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committees__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__committees__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__committees__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__committees__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__committees__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__committees__content .group-teaser:last-child {
  border-bottom: none;
}

.level-1-topic-page__services {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__services {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services {
    margin-bottom: 5.75rem;
  }
}
.level-1-topic-page__services__header {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__services__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__services__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__services__header {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__services__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-topic-page__services__content .advice-and-network {
  margin-bottom: 0;
}

.level-1-topic-page__services__content__hidden {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.level-1-topic-page__services__actions {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-topic-page__services__actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services__actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services__actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__actions {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__services__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-topic-page__services__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-topic-page__services__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__actions {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-topic-page__services__actions {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-1-topic-page__services__actions > * {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .level-1-topic-page__services__actions > * {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-topic-page__services__actions > * {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-partners {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-partners {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vdma-partners__partner {
  display: flex;
  width: 100%;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-partners__partner {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-partners__partner {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner {
    padding-bottom: 2.25rem;
  }
}
.vdma-partners__partner:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-partners__partner:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-partners__partner:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner:not(:first-child) {
    padding-top: 2.25rem;
  }
}
.vdma-partners__partner:not(:last-child) {
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-partners__partner {
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: calc(33% - 0.5833333333rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner {
    width: calc(33% - 0.5833333333rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner {
    width: calc(33% - 0.5833333333rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner {
    width: calc(33% - 0.6666666667rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner {
    width: calc(33% - 0.8333333333rem);
  }
}
@media (min-width: 47.96875em) {
  .vdma-partners__partner:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner:not(:last-child) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 0;
  }
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner {
    width: calc(20% - 0.8rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner {
    width: calc(20% - 0.8rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner {
    width: calc(20% - 0.8rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner {
    width: calc(20% - 0.8rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner {
    width: calc(20% - 1rem);
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner:nth-child(3n+3) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner:nth-child(n+4) {
    margin-top: 0;
  }
  .vdma-partners__partner:nth-child(5n+5) {
    margin-right: 0;
  }
  .vdma-partners__partner:nth-child(n+6) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-partners__partner:nth-child(n+6) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-partners__partner:nth-child(n+6) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-partners__partner:nth-child(n+6) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-partners__partner:nth-child(n+6) {
    margin-top: 2.25rem;
  }
}
.vdma-partners__partner__content {
  width: 100%;
}

.vdma-partners__partner__info {
  width: 100%;
}

.vdma-partners__partner__image {
  position: relative;
  padding: 1.25rem;
  background-color: #f4f3f0;
  margin-bottom: 0.75rem;
  width: 45.8333333333%;
}

@media (min-width: 47.96875em) {
  .vdma-partners__partner__image {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-partners__partner__image {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner__image {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner__image {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-partners__partner__image {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-partners__partner__image {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner__image {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner__image {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-partners__partner__image {
    width: 100%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-partners__partner__image {
    width: 100%;
  }
}
.vdma-partners__partner__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.vdma-partners__partner__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.vdma-partners__partner__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-partners__partner__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-partners__partner__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .vdma-partners__partner__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-partners__partner__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page {
  margin: 0 auto;
  width: 100%;
}

.level-2-topic-page__head {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head {
    width: 91.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
.level-2-topic-page__head__image {
  position: relative;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}

.level-2-topic-page__head__image-text {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
  display: flex;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head__image-text {
    justify-content: flex-end;
  }
}
.level-2-topic-page__head__image-text--left-float {
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-animation: fadein 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
  animation: fadein 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head__image-text--left-float {
    padding-right: 1.25rem;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.level-2-topic-page__head__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head__image-overflow {
    padding-bottom: 178%;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head__image-overflow {
    padding-bottom: 142%;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head__image-overflow {
    padding-bottom: 102%;
  }
}
.level-2-topic-page__head__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.level-2-topic-page__head-left {
  padding-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left {
    padding-bottom: 5.75rem;
  }
}
.level-2-topic-page__head-left .level-2-topic-page__head__image {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left .level-2-topic-page__head__image {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left .level-2-topic-page__head__image {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left .level-2-topic-page__head__image {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left .level-2-topic-page__head__image {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left .level-2-topic-page__head__image {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left {
    width: 59.0909090909%;
    margin-right: 4.5454545455% !important;
  }
}
.level-2-topic-page__head-left__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.level-2-topic-page__head-left__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.level-2-topic-page__head-left__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.level-2-topic-page__head-left__header-content__sub-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__sub-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__sub-title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: hidden;
  transition: 0.2s;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__description b, .level-2-topic-page__head-left__header-content__description .bold, .level-2-topic-page__head-left__header-content__description strong {
  font-family: "Open Sans Bold";
}

.level-2-topic-page__head-left__header-content__description a {
  font-family: "Open Sans Regular";
}

.level-2-topic-page__head-left__header-content__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li::before {
    top: 0.8125rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul {
    margin-left: 3.375rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-2-topic-page__head-left__header-content__description ul li ul li::before {
  display: none;
}

.level-2-topic-page__head-left__header-content__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.level-2-topic-page__head-left__header-content__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-2-topic-page__head-left__header-content__description ul li ul li ul li::before {
  display: none;
}

.level-2-topic-page__head-left__header-content__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description button {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description button, .level-2-topic-page__head-left__header-content__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__description label {
    width: auto;
  }
}
.level-2-topic-page__head-left__header-content__description h1 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h1 {
    margin-bottom: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h2 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h2 {
    margin-bottom: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h3 {
    margin-bottom: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h4 {
    margin-bottom: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h5 {
    margin-bottom: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description h6 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h6 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description h1, .level-2-topic-page__head-left__header-content__description h2, .level-2-topic-page__head-left__header-content__description h3, .level-2-topic-page__head-left__header-content__description h4, .level-2-topic-page__head-left__header-content__description h5, .level-2-topic-page__head-left__header-content__description h6 {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description p {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description p {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description p {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__description span {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__description span {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__description span {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__description span {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__description span {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content input[type=checkbox] {
  display: none;
}

.level-2-topic-page__head-left__header-content input[type=checkbox]:checked ~ .level-2-topic-page__head-left__header-content__description {
  max-height: 100% !important;
}

.level-2-topic-page__head-left__header-content input[type=checkbox]:checked ~ .level-2-topic-page__head-left__header-content__read-more .level-2-topic-page__head-left__header-content__read-more-icon i {
  transform: rotate(180deg);
}

.level-2-topic-page__head-left__header-content__read-more {
  margin-top: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.level-2-topic-page__head-left__header-content__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.level-2-topic-page__head-left__header-content__action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action {
    flex-direction: row;
  }
}
.level-2-topic-page__head-left__header-content__action button, .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action button, .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label {
    width: auto;
  }
}
.level-2-topic-page__head-left__header-content__action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-topic-page__head-left__header-content__action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-top: 1.25rem;
  }
}
.level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-2-topic-page__head-left__header-content__action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-2-topic-page__head-left__header-content__action label + a {
    margin-left: 2.25rem;
  }
}
.level-2-topic-page__head-right {
  display: flex;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-right {
    width: 36.3636363636%;
  }
}
.level-2-topic-page__head-right .level-2-topic-page__head__image {
  display: none;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__head-right .level-2-topic-page__head__image {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__head-right .level-2-topic-page__head__image-text {
    margin-right: 25% !important;
  }
}
.level-2-topic-page__head-line {
  border-top: 0.0625rem solid #cecece;
}

.level-2-topic-page__articles {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__articles {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__articles {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__articles {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__articles {
    margin-bottom: 5.75rem;
  }
}
.level-2-topic-page__articles .articles {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__articles .articles {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-2-topic-page__to-point {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.level-2-topic-page__to-point__content {
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__content {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__content {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__content {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__content {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__content {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__content {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__content {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__content {
    padding-top: 3.75rem;
  }
}
.level-2-topic-page__to-point__content__header {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__content__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__content__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__content__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__content__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-topic-page__to-point__quote {
  width: 100%;
  padding: 1.25rem;
  margin-top: 0.75rem;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__quote {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__quote {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__quote {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__quote {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__quote {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__quote {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__quote {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__quote {
    padding: 2.25rem;
  }
}
.level-2-topic-page__to-point__number-teaser {
  width: 100%;
  padding: 1.25rem;
  margin-top: 0.75rem;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    padding: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__number-teaser {
    width: calc(50% - 0.625rem);
  }
}
.level-2-topic-page__to-point__resume {
  width: 100%;
  padding: 1.25rem;
  margin-top: 0.75rem;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__resume {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__resume {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__resume {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__resume {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__to-point__resume {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__to-point__resume {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__resume {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__resume {
    padding: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__to-point__resume {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__to-point__resume {
    width: calc(50% - 0.625rem);
  }
}
.level-2-topic-page__vdma-events .vdma-events {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__vdma-events .vdma-events {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.level-2-topic-page__vdma-events .vdma-events .vdma-events__actions {
  border-top: none;
}

.level-2-topic-page__vdma-downloads-list .vdma-downloads-list {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__vdma-downloads-list .vdma-downloads-list {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .level-2-topic-page__vdma-downloads-list .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__vdma-downloads-list .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__vdma-downloads-list .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__vdma-downloads-list .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.level-2-topic-page__vdma-downloads-list__actions {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__vdma-downloads-list__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-topic-page__vdma-downloads-list__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-topic-page__vdma-downloads-list__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-topic-page__vdma-downloads-list__actions {
    margin-top: 2.25rem;
  }
}
.level-2-topic-page__vdma-downloads-list__actions button, .level-2-topic-page__vdma-downloads-list__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-topic-page__vdma-downloads-list__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-topic-page__vdma-downloads-list__actions button, .level-2-topic-page__vdma-downloads-list__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-topic-page__vdma-downloads-list__actions label {
    width: auto;
  }
}
.recommendation-on-topic {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .recommendation-on-topic {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .recommendation-on-topic {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .recommendation-on-topic {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.recommendation-on-topic__header {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .recommendation-on-topic__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .recommendation-on-topic__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic__header {
    margin-bottom: 1.25rem;
  }
}
.recommendation-on-topic__header-line {
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic__header-line {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .recommendation-on-topic__header-line {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .recommendation-on-topic__header-line {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic__header-line {
    margin-bottom: 2.25rem;
  }
}
.recommendation-on-topic__header-text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic__header-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .recommendation-on-topic__header-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .recommendation-on-topic__header-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic__header-text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.recommendation-on-topic__header-tip {
  font-size: 0.78rem;
  line-height: 1.17rem;
  padding: 0.195rem;
  font-family: "Open Sans Bold";
  color: #f18700;
  background-color: #f4f3f0;
}

.recommendation-on-topic-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content {
    flex-direction: row;
  }
}
@media (min-width: 47.96875em) {
  .recommendation-on-topic-content-left {
    width: 65%;
    margin-right: 5% !important;
  }
  .recommendation-on-topic-content-left .recommendation-on-topic-content__image {
    display: none;
  }
}
.recommendation-on-topic-content-left__tag {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content-left__tag {
    flex-direction: row;
  }
}
.recommendation-on-topic-content-left__tag__tag-exclusive {
  display: flex;
  line-height: 0;
  margin-right: 0.5rem;
}

.recommendation-on-topic-content-left__tag .tags {
  display: flex;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content-left__tag .tags {
    margin-top: 0;
  }
}
.recommendation-on-topic-content-left__tag .tags li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.recommendation-on-topic-content-left__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content-left__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .recommendation-on-topic-content-left__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .recommendation-on-topic-content-left__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic-content-left__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.recommendation-on-topic-content-left__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .recommendation-on-topic-content-left__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .recommendation-on-topic-content-left__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.recommendation-on-topic-content-right {
  display: none;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content-right {
    display: flex;
    width: 30%;
  }
  .recommendation-on-topic-content-right .recommendation-on-topic-content__image {
    width: 100%;
    display: block;
    margin-bottom: auto;
  }
}
.recommendation-on-topic-content__image {
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content__image {
    margin-top: 0;
  }
}
.recommendation-on-topic-content__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.recommendation-on-topic-content__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.recommendation-on-topic-content__image + .recommendation-on-topic-content-left__description {
  display: none;
}

@media (min-width: 47.96875em) {
  .recommendation-on-topic-content__image + .recommendation-on-topic-content-left__description {
    display: block;
  }
}
.vdma-resume {
  position: relative;
}

.vdma-resume__info-icon-part {
  width: auto;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.vdma-resume__info-icon-part .info-icon-part__icon {
  color: #f18700;
  display: flex;
  align-items: flex-start;
}

.vdma-resume__info-icon-part .info-icon-part__icon i {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-resume__info-icon-part .info-icon-part__icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-resume__info-icon-part .info-icon-part__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  display: flex;
  color: #f18700;
}

@media (min-width: 63.96875em) {
  .vdma-resume__info-icon-part .info-icon-part__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__info-icon-part .info-icon-part__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-resume__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-resume__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-resume__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-resume__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-resume__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-resume__description ul li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .vdma-resume__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-resume__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-resume__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-resume__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__description ul li {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__description ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__description ul li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-resume__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .vdma-resume__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__description ul li::before {
    top: 0.8125rem;
  }
}
.vdma-resume__sub-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .vdma-resume__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-resume__sub-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__sub-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-resume__sub-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-resume__sub-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.focus-on-topic {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .focus-on-topic {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .focus-on-topic {
    width: 83.3333333333%;
  }
}
.focus-on-topic__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__head {
    padding-bottom: 1.25rem;
  }
}
.focus-on-topic__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.focus-on-topic__content {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__content {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-on-topic__content {
    flex-direction: row;
  }
}
.focus-on-topic__image {
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__image {
    width: 50%;
  }
}
.focus-on-topic__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.focus-on-topic__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.focus-on-topic__left {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__left {
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .focus-on-topic__left {
    padding-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .focus-on-topic__left {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .focus-on-topic__left {
    padding-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .focus-on-topic__left {
    padding-left: 2.25rem;
  }
}
.focus-on-topic__title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.75rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__title {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .focus-on-topic__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.focus-on-topic__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__description {
    display: block;
  }
}
.focus-on-topic__action {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .focus-on-topic__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .focus-on-topic__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .focus-on-topic__action {
    margin-top: 2.25rem;
  }
}
.focus-on-topic__action button, .focus-on-topic__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-on-topic__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .focus-on-topic__action button, .focus-on-topic__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .focus-on-topic__action label {
    width: auto;
  }
}
.content-table-jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .content-table-jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .content-table-jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .content-table-jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump {
    flex-direction: row;
    align-items: center;
  }
  .content-table-jump .content-table-jump__content {
    padding-bottom: 0;
  }
}
.content-table-jump input[type=checkbox] {
  display: none;
}

.content-table-jump input[type=checkbox]:checked ~ .content-table-jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .content-table-jump input[type=checkbox]:checked ~ .content-table-jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .content-table-jump input[type=checkbox]:checked ~ .content-table-jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump input[type=checkbox]:checked ~ .content-table-jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump input[type=checkbox]:checked ~ .content-table-jump__content {
    margin-bottom: 1.25rem;
  }
}
.content-table-jump input[type=checkbox]:checked ~ .content-table-jump__header .content-table-jump__header-icon i {
  transform: rotate(180deg);
}

.content-table-jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .content-table-jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .content-table-jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump__header {
    pointer-events: none;
  }
}
.content-table-jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .content-table-jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.content-table-jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .content-table-jump__header-icon {
    display: none;
  }
}
.content-table-jump__content {
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 89.96875em) {
  .content-table-jump__content {
    max-height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    flex-wrap: initial;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .content-table-jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .content-table-jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .content-table-jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .content-table-jump__content {
    margin-left: 2.25rem;
  }
}
.content-table-jump__label {
  margin-bottom: 0.75rem;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  flex-basis: 41.6666666667%;
  flex-grow: 1;
}

@media (min-width: 47.96875em) {
  .content-table-jump__label {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .content-table-jump__label {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump__label {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump__label {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .content-table-jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .content-table-jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.content-table-jump__label:last-child {
  margin-bottom: 0;
}

@media (min-width: 89.96875em) {
  .content-table-jump__label {
    flex-basis: auto;
    margin-bottom: 0;
    flex-grow: 0;
  }
}
@media (min-width: 89.96875em) {
  .content-table-jump__label + .content-table-jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .content-table-jump__label + .content-table-jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .content-table-jump__label + .content-table-jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .content-table-jump__label + .content-table-jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .content-table-jump__label + .content-table-jump__label {
    margin-left: 2.25rem;
  }
}
.about-page {
  position: relative;
}

.about-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.about-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .about-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .about-page__breadcrumbs {
    margin: 14px auto;
  }
}
.about-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.about-page__stage {
  display: block;
  position: relative;
}

.about-page__stage__image {
  position: relative;
}

.about-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .about-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.about-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .about-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.about-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .about-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .about-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .about-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .about-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .about-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.about-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .about-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .about-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .about-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .about-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .about-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .about-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .about-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .about-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info {
    width: 37.5rem;
  }
}
.about-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .about-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.about-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.about-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__stage__info-action {
    flex-direction: row;
  }
}
.about-page__stage__info-action button, .about-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-action button, .about-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__stage__info-action label {
    width: auto;
  }
}
.about-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .about-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .about-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .about-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .about-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .about-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .about-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .about-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.about-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .about-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .about-page__jump__content {
    padding-bottom: 0;
  }
}
.about-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .about-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .about-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .about-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .about-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .about-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .about-page__jump__header i {
  transform: rotate(180deg);
}

.about-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .about-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .about-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .about-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump__header {
    pointer-events: none;
  }
}
.about-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .about-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.about-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .about-page__jump__header-icon {
    display: none;
  }
}
.about-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .about-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .about-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .about-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .about-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .about-page__jump__content {
    margin-left: 2.25rem;
  }
}
.about-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .about-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__jump__label + .about-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .about-page__jump__label + .about-page__jump__label {
    margin-left: 2.25rem;
  }
}
.about-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .about-page__description {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .about-page__description-text--no-margin {
    margin: 0 !important;
  }
}
.about-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .about-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .about-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .about-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .about-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .about-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .about-page__description-text__read-more i {
  transform: rotate(180deg);
}

.about-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.about-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .about-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.about-page__description-text__part-one b, .about-page__description-text__part-one .bold, .about-page__description-text__part-one strong, .about-page__description-text__part-two b, .about-page__description-text__part-two .bold, .about-page__description-text__part-two strong {
  font-family: "Open Sans Bold";
}

.about-page__description-text__part-one a, .about-page__description-text__part-two a {
  font-family: "Open Sans Regular";
}

.about-page__description-text__part-one p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-two p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-one h1, .about-page__description-text__part-one h2, .about-page__description-text__part-one h3, .about-page__description-text__part-one h4, .about-page__description-text__part-one h5, .about-page__description-text__part-one h6, .about-page__description-text__part-two h1, .about-page__description-text__part-two h2, .about-page__description-text__part-two h3, .about-page__description-text__part-two h4, .about-page__description-text__part-two h5, .about-page__description-text__part-two h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h1, .about-page__description-text__part-one h2, .about-page__description-text__part-one h3, .about-page__description-text__part-one h4, .about-page__description-text__part-one h5, .about-page__description-text__part-one h6, .about-page__description-text__part-two h1, .about-page__description-text__part-two h2, .about-page__description-text__part-two h3, .about-page__description-text__part-two h4, .about-page__description-text__part-two h5, .about-page__description-text__part-two h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h1, .about-page__description-text__part-one h2, .about-page__description-text__part-one h3, .about-page__description-text__part-one h4, .about-page__description-text__part-one h5, .about-page__description-text__part-one h6, .about-page__description-text__part-two h1, .about-page__description-text__part-two h2, .about-page__description-text__part-two h3, .about-page__description-text__part-two h4, .about-page__description-text__part-two h5, .about-page__description-text__part-two h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h1, .about-page__description-text__part-one h2, .about-page__description-text__part-one h3, .about-page__description-text__part-one h4, .about-page__description-text__part-one h5, .about-page__description-text__part-one h6, .about-page__description-text__part-two h1, .about-page__description-text__part-two h2, .about-page__description-text__part-two h3, .about-page__description-text__part-two h4, .about-page__description-text__part-two h5, .about-page__description-text__part-two h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h1, .about-page__description-text__part-one h2, .about-page__description-text__part-one h3, .about-page__description-text__part-one h4, .about-page__description-text__part-one h5, .about-page__description-text__part-one h6, .about-page__description-text__part-two h1, .about-page__description-text__part-two h2, .about-page__description-text__part-two h3, .about-page__description-text__part-two h4, .about-page__description-text__part-two h5, .about-page__description-text__part-two h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__description-text__part-one h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-two h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.about-page__description-text__part-one ul, .about-page__description-text__part-two ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul, .about-page__description-text__part-two ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul, .about-page__description-text__part-two ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__description-text__part-one ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-two ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two ul li {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-one ul li::before, .about-page__description-text__part-two ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li::before, .about-page__description-text__part-two ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li::before, .about-page__description-text__part-two ul li::before {
    top: 0.8125rem;
  }
}
.about-page__description-text__part-one ul li ul, .about-page__description-text__part-two ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one ul li ul, .about-page__description-text__part-two ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li ul, .about-page__description-text__part-two ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one ul li ul, .about-page__description-text__part-two ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li ul, .about-page__description-text__part-two ul li ul {
    margin-left: 3.375rem;
  }
}
.about-page__description-text__part-one ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.about-page__description-text__part-two ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.about-page__description-text__part-one ul li ul li::before, .about-page__description-text__part-two ul li ul li::before {
  display: none;
}

.about-page__description-text__part-one ul li ul li::after, .about-page__description-text__part-two ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li ul li::after, .about-page__description-text__part-two ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li ul li::after, .about-page__description-text__part-two ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__description-text__part-one ul li ul li ul, .about-page__description-text__part-two ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one ul li ul li ul, .about-page__description-text__part-two ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li ul li ul, .about-page__description-text__part-two ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one ul li ul li ul, .about-page__description-text__part-two ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li ul li ul, .about-page__description-text__part-two ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.about-page__description-text__part-one ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.about-page__description-text__part-two ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.about-page__description-text__part-one ul li ul li ul li::before, .about-page__description-text__part-two ul li ul li ul li::before {
  display: none;
}

.about-page__description-text__part-one ul li ul li ul li::after, .about-page__description-text__part-two ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .about-page__description-text__part-one ul li ul li ul li::after, .about-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one ul li ul li ul li::after, .about-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__description-text__part-one button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one button {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-one .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .about-page__description-text__part-one label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-one label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-one label {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-two button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two button {
    margin-top: 1.25rem;
  }
}
.about-page__description-text__part-two .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .about-page__description-text__part-two label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-two label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .about-page__description-text__part-two label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__description-text__part-one button, .about-page__description-text__part-one .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__description-text__part-one label, .about-page__description-text__part-two button, .about-page__description-text__part-two .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__description-text__part-two label {
    width: auto;
  }
}
.about-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.about-page__description-next-info {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-next-info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-next-info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-next-info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-next-info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-next-info {
    margin-top: 0;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
.about-page__description-next-info__header {
  margin-top: 0.75rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-next-info__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-next-info__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-next-info__header {
    margin-top: 0;
  }
}
.about-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.about-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.about-page__about-us {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .about-page__about-us {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .about-page__about-us {
    width: 83.3333333333%;
  }
}
.about-page__about-us__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__about-us__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__about-us__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content {
    margin: 2.25rem 0;
  }
}
.about-page__about-us__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.about-page__about-us__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .about-page__about-us__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .about-page__about-us__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.about-page__about-us__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.about-page__about-us__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.about-page__about-us__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.about-page__about-us__content .content-teaser__image-overflow video, .about-page__about-us__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-page__about-us__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.about-page__about-us__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.about-page__about-us__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__about-us__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.about-page__about-us__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__about-us__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__about-us__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__about-us__action {
    padding-top: 2.25rem;
  }
}
.about-page__about-us__action button, .about-page__about-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__about-us__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .about-page__about-us__action button, .about-page__about-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .about-page__about-us__action label {
    width: auto;
  }
}
.about-page__organisation {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .about-page__organisation {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__organisation {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__organisation {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__organisation {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .about-page__organisation {
    width: 83.3333333333%;
  }
}
.about-page__structure {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .about-page__structure {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__structure {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__structure {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__structure {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .about-page__structure {
    width: 83.3333333333%;
  }
}
.about-page__structure__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__structure__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__structure__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__structure__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__structure__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__structure__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__structure__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__structure__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__structure__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__structure .article__accordion {
  width: 100%;
  margin: 0 !important;
}

.about-page__downloads {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .about-page__downloads {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__downloads {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__downloads {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__downloads {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .about-page__downloads {
    width: 83.3333333333%;
  }
}
.about-page__downloads__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .about-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__downloads__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__downloads__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__downloads__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__downloads__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__downloads__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__downloads__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__downloads .vdma-downloads-list {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .about-page__downloads .vdma-downloads-list {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__downloads .vdma-downloads-list {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__downloads .vdma-downloads-list {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__downloads .vdma-downloads-list {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__downloads .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .about-page__downloads .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .about-page__downloads .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .about-page__downloads .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.about-page__contact-person {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .about-page__contact-person {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .about-page__contact-person {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .about-page__contact-person {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .about-page__contact-person {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .about-page__contact-person {
    width: 83.3333333333%;
  }
}
.about-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .about-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .about-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.about-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .about-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .about-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .about-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .about-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.about-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .about-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .about-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .about-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .about-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.association-page {
  position: relative;
}

.association-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.association-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .association-page__breadcrumbs {
    margin: 14px auto;
  }
}
.association-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.association-page__stage {
  display: block;
  position: relative;
}

.association-page__stage__image {
  position: relative;
}

.association-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .association-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.association-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .association-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.association-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .association-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.association-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info {
    width: 37.5rem;
  }
}
.association-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .association-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.association-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.association-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__stage__info-action {
    flex-direction: row;
  }
}
.association-page__stage__info-action button, .association-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-action button, .association-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__stage__info-action label {
    width: auto;
  }
}
.association-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .association-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.association-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .association-page__jump__content {
    padding-bottom: 0;
  }
}
.association-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .association-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .association-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .association-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .association-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .association-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .association-page__jump__header i {
  transform: rotate(180deg);
}

.association-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .association-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump__header {
    pointer-events: none;
  }
}
.association-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .association-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.association-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .association-page__jump__header-icon {
    display: none;
  }
}
.association-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .association-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .association-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .association-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .association-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .association-page__jump__content {
    margin-left: 2.25rem;
  }
}
.association-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .association-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__jump__label + .association-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .association-page__jump__label + .association-page__jump__label {
    margin-left: 2.25rem;
  }
}
.association-page__about-us {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-page__about-us {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-page__about-us {
    width: 83.3333333333%;
  }
}
.association-page__about-us__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__about-us__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__about-us__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content {
    margin: 2.25rem 0;
  }
}
.association-page__about-us__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.association-page__about-us__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .association-page__about-us__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .association-page__about-us__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.association-page__about-us__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.association-page__about-us__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.association-page__about-us__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.association-page__about-us__content .content-teaser__image-overflow video, .association-page__about-us__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.association-page__about-us__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.association-page__about-us__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.association-page__about-us__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__about-us__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__about-us__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__about-us__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__about-us__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__about-us__action {
    padding-top: 2.25rem;
  }
}
.association-page__about-us__action button, .association-page__about-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__about-us__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__about-us__action button, .association-page__about-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__about-us__action label {
    width: auto;
  }
}
.association-page__membership {
  margin: 0 auto 2.75rem auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .association-page__membership {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership {
    width: 91.6666666667%;
  }
}
.association-page__membership__content {
  width: 100%;
  padding: 1.875rem 0;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-page__membership__content {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__content {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__content {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__content {
    padding: 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__content {
    padding-left: 4.5454545455% !important;
    padding-right: 4.5454545455% !important;
  }
}
.association-page__membership__header {
  width: 100%;
  display: flex;
  align-items: center;
}

.association-page__membership__header-icon {
  color: #f18700;
  width: 1.25rem;
  height: 1.25rem;
}

.association-page__membership__header-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.association-page__membership__header-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #f58800;
  margin-left: 0.5rem;
}

@media (min-width: 63.96875em) {
  .association-page__membership__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__article {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.association-page__membership__article-title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.75rem;
  flex: 1 1 auto;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article-title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article-title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article-title {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article-title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__article-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.association-page__membership__article-short-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 0.75rem;
  flex: 1 1 auto;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article-short-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article-short-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article-short-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article-short-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article-short-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article-short-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-page__membership__article__media {
  display: block;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-content {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__article__media-content .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-content .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-content .vdma-image-gallery__slide-image-overflow img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-content {
    float: left;
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
    margin-right: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-content {
    max-width: 60%;
    min-width: 60%;
    width: 60%;
    flex: 1 1 60%;
  }
}
.association-page__membership__article__media-description {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description {
    margin-top: 0;
  }
}
.association-page__membership__article__media-description b, .association-page__membership__article__media-description .bold, .association-page__membership__article__media-description strong {
  font-family: "Open Sans Bold";
}

.association-page__membership__article__media-description a {
  font-family: "Open Sans Regular";
}

.association-page__membership__article__media-description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__membership__article__media-description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-page__membership__article__media-description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__article__media-description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li::before {
    top: 0.8125rem;
  }
}
.association-page__membership__article__media-description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li ul {
    margin-left: 3.375rem;
  }
}
.association-page__membership__article__media-description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-page__membership__article__media-description ul li ul li::before {
  display: none;
}

.association-page__membership__article__media-description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__article__media-description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.association-page__membership__article__media-description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-page__membership__article__media-description ul li ul li ul li::before {
  display: none;
}

.association-page__membership__article__media-description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__article__media-description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description button {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description button, .association-page__membership__article__media-description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__membership__article__media-description label {
    width: auto;
  }
}
.association-page__membership__article__media-description h1 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h1 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h1 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h1 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h1 {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h2 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h2 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h2 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h2 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h2 {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h3 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h3 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h3 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h3 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h3 {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h4 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h4 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h4 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h4 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h4 {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h5 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h5 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h5 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h5 {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description h6 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h6 {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description h6 {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h6 {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description h1, .association-page__membership__article__media-description h2, .association-page__membership__article__media-description h3, .association-page__membership__article__media-description h4, .association-page__membership__article__media-description h5, .association-page__membership__article__media-description h6 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.association-page__membership__article__media-description p {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__article__media-description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description p {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__article__media-description p {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description p {
    margin-top: 1.25rem;
  }
}
.association-page__membership__article__media-description b, .association-page__membership__article__media-description .bold, .association-page__membership__article__media-description strong, .association-page__membership__article__media-description a, .association-page__membership__article__media-description p, .association-page__membership__article__media-description span {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .association-page__membership__article__media-description b, .association-page__membership__article__media-description .bold, .association-page__membership__article__media-description strong, .association-page__membership__article__media-description a, .association-page__membership__article__media-description p, .association-page__membership__article__media-description span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__article__media-description b, .association-page__membership__article__media-description .bold, .association-page__membership__article__media-description strong, .association-page__membership__article__media-description a, .association-page__membership__article__media-description p, .association-page__membership__article__media-description span {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-page__membership__quote {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .association-page__membership__quote {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__quote {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__quote {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__quote {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__quote {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__quote {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__quote {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__quote {
    margin-top: 3.75rem;
  }
}
.association-page__membership__teaser {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-page__membership__teaser {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__teaser {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__teaser {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__teaser {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__teaser {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__teaser {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser-item {
    padding-right: 1.625rem;
    width: 50%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__membership__teaser-item {
    padding-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__membership__teaser-item {
    padding-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__membership__teaser-item {
    padding-right: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__membership__teaser-item {
    padding-right: 2.25rem;
  }
}
.association-page__membership__teaser-item + .association-page__membership__teaser-item {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.625rem;
    border-left: 0.0625rem solid #cecece;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-left: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__membership__teaser-item + .association-page__membership__teaser-item {
    padding-left: 2.25rem;
  }
}
.association-page__membership__teaser-item {
  display: block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.association-page__membership__teaser-item .articles-article {
  padding: 0;
}

.association-page__membership__download {
  border-top: 0.0625rem solid #cecece;
  margin-top: 1.875rem;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__download {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__download {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__download {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__download {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__download {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__download {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__download {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__download {
    margin-top: 3.75rem;
  }
}
.association-page__membership__download .vdma-downloads-list {
  margin-bottom: 0;
}

@media (min-width: 47.96875em) {
  .association-page__membership__download .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__download .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__download .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__download .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.association-page__membership__advantage {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.association-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.association-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.association-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.association-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.association-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.association-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .association-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.association-page__membership__advantage__actions button, .association-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__actions button, .association-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-page__membership__advantage__actions label {
    width: auto;
  }
}
.association-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.association-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.association-page__membership__content {
  padding-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__membership__content {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__membership__content {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__membership__content {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__membership__content {
    padding-bottom: 5.75rem;
  }
}
.association-page__contact-person {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .association-page__contact-person {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-page__contact-person {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-page__contact-person {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-page__contact-person {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-page__contact-person {
    width: 83.3333333333%;
  }
}
.association-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .association-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .association-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .association-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .association-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.association-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.membership-page {
  position: relative;
}

.membership-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.membership-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .membership-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__breadcrumbs {
    margin: 14px auto;
  }
}
.membership-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.membership-page__stage {
  display: block;
  position: relative;
}

.membership-page__stage__image {
  position: relative;
}

.membership-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.membership-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .membership-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.membership-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .membership-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .membership-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .membership-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .membership-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.membership-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .membership-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .membership-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .membership-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .membership-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .membership-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .membership-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .membership-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .membership-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info {
    width: 37.5rem;
  }
}
.membership-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .membership-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.membership-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.membership-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__stage__info-action {
    flex-direction: row;
  }
}
.membership-page__stage__info-action button, .membership-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-action button, .membership-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__stage__info-action label {
    width: auto;
  }
}
.membership-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .membership-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .membership-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .membership-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .membership-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .membership-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .membership-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .membership-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.membership-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .membership-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .membership-page__jump__content {
    padding-bottom: 0;
  }
}
.membership-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .membership-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .membership-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .membership-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .membership-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .membership-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .membership-page__jump__header i {
  transform: rotate(180deg);
}

.membership-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .membership-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump__header {
    pointer-events: none;
  }
}
.membership-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .membership-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.membership-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .membership-page__jump__header-icon {
    display: none;
  }
}
.membership-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .membership-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .membership-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .membership-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .membership-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .membership-page__jump__content {
    margin-left: 2.25rem;
  }
}
.membership-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .membership-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__jump__label + .membership-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .membership-page__jump__label + .membership-page__jump__label {
    margin-left: 2.25rem;
  }
}
.membership-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .membership-page__description {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .membership-page__description-text--no-margin {
    margin: 0 !important;
  }
}
.membership-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .membership-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .membership-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .membership-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .membership-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .membership-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .membership-page__description-text__read-more i {
  transform: rotate(180deg);
}

.membership-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.membership-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .membership-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.membership-page__description-text__part-one b, .membership-page__description-text__part-one .bold, .membership-page__description-text__part-one strong, .membership-page__description-text__part-two b, .membership-page__description-text__part-two .bold, .membership-page__description-text__part-two strong {
  font-family: "Open Sans Bold";
}

.membership-page__description-text__part-one a, .membership-page__description-text__part-two a {
  font-family: "Open Sans Regular";
}

.membership-page__description-text__part-one p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-two p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-one h1, .membership-page__description-text__part-one h2, .membership-page__description-text__part-one h3, .membership-page__description-text__part-one h4, .membership-page__description-text__part-one h5, .membership-page__description-text__part-one h6, .membership-page__description-text__part-two h1, .membership-page__description-text__part-two h2, .membership-page__description-text__part-two h3, .membership-page__description-text__part-two h4, .membership-page__description-text__part-two h5, .membership-page__description-text__part-two h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h1, .membership-page__description-text__part-one h2, .membership-page__description-text__part-one h3, .membership-page__description-text__part-one h4, .membership-page__description-text__part-one h5, .membership-page__description-text__part-one h6, .membership-page__description-text__part-two h1, .membership-page__description-text__part-two h2, .membership-page__description-text__part-two h3, .membership-page__description-text__part-two h4, .membership-page__description-text__part-two h5, .membership-page__description-text__part-two h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h1, .membership-page__description-text__part-one h2, .membership-page__description-text__part-one h3, .membership-page__description-text__part-one h4, .membership-page__description-text__part-one h5, .membership-page__description-text__part-one h6, .membership-page__description-text__part-two h1, .membership-page__description-text__part-two h2, .membership-page__description-text__part-two h3, .membership-page__description-text__part-two h4, .membership-page__description-text__part-two h5, .membership-page__description-text__part-two h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h1, .membership-page__description-text__part-one h2, .membership-page__description-text__part-one h3, .membership-page__description-text__part-one h4, .membership-page__description-text__part-one h5, .membership-page__description-text__part-one h6, .membership-page__description-text__part-two h1, .membership-page__description-text__part-two h2, .membership-page__description-text__part-two h3, .membership-page__description-text__part-two h4, .membership-page__description-text__part-two h5, .membership-page__description-text__part-two h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h1, .membership-page__description-text__part-one h2, .membership-page__description-text__part-one h3, .membership-page__description-text__part-one h4, .membership-page__description-text__part-one h5, .membership-page__description-text__part-one h6, .membership-page__description-text__part-two h1, .membership-page__description-text__part-two h2, .membership-page__description-text__part-two h3, .membership-page__description-text__part-two h4, .membership-page__description-text__part-two h5, .membership-page__description-text__part-two h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__description-text__part-one h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-two h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.membership-page__description-text__part-one ul, .membership-page__description-text__part-two ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul, .membership-page__description-text__part-two ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul, .membership-page__description-text__part-two ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__description-text__part-one ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-two ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two ul li {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-one ul li::before, .membership-page__description-text__part-two ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li::before, .membership-page__description-text__part-two ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li::before, .membership-page__description-text__part-two ul li::before {
    top: 0.8125rem;
  }
}
.membership-page__description-text__part-one ul li ul, .membership-page__description-text__part-two ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one ul li ul, .membership-page__description-text__part-two ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li ul, .membership-page__description-text__part-two ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one ul li ul, .membership-page__description-text__part-two ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li ul, .membership-page__description-text__part-two ul li ul {
    margin-left: 3.375rem;
  }
}
.membership-page__description-text__part-one ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.membership-page__description-text__part-two ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.membership-page__description-text__part-one ul li ul li::before, .membership-page__description-text__part-two ul li ul li::before {
  display: none;
}

.membership-page__description-text__part-one ul li ul li::after, .membership-page__description-text__part-two ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li ul li::after, .membership-page__description-text__part-two ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li ul li::after, .membership-page__description-text__part-two ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__description-text__part-one ul li ul li ul, .membership-page__description-text__part-two ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one ul li ul li ul, .membership-page__description-text__part-two ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li ul li ul, .membership-page__description-text__part-two ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one ul li ul li ul, .membership-page__description-text__part-two ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li ul li ul, .membership-page__description-text__part-two ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.membership-page__description-text__part-one ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.membership-page__description-text__part-two ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.membership-page__description-text__part-one ul li ul li ul li::before, .membership-page__description-text__part-two ul li ul li ul li::before {
  display: none;
}

.membership-page__description-text__part-one ul li ul li ul li::after, .membership-page__description-text__part-two ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one ul li ul li ul li::after, .membership-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one ul li ul li ul li::after, .membership-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__description-text__part-one button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one button {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-one .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .membership-page__description-text__part-one label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-one label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-one label {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-two button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two button {
    margin-top: 1.25rem;
  }
}
.membership-page__description-text__part-two .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__description-text__part-one button, .membership-page__description-text__part-one .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__description-text__part-one label, .membership-page__description-text__part-two button, .membership-page__description-text__part-two .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__description-text__part-two label {
    width: auto;
  }
}
.membership-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.membership-page__description-next-info {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-next-info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-next-info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-next-info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-next-info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-next-info {
    margin-top: 0;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
.membership-page__description-next-info__header {
  margin-top: 0.75rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-next-info__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-next-info__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-next-info__header {
    margin-top: 0;
  }
}
.membership-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.membership-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.membership-page__benefit {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .membership-page__benefit {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__benefit {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__benefit {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__benefit {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__benefit {
    width: 83.3333333333%;
  }
}
.membership-page__benefit__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__benefit__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__benefit__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__benefit__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__benefit__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__benefit__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__benefit__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__benefit__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__benefit__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__benefit .article__accordion {
  width: 100%;
  margin: 0 !important;
}

.membership-page__information {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .membership-page__information {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__information {
    width: 83.3333333333%;
  }
}
.membership-page__information__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .membership-page__information__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__information__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__information__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content {
    margin: 2.25rem 0;
  }
}
.membership-page__information__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.membership-page__information__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .membership-page__information__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .membership-page__information__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.membership-page__information__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.membership-page__information__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.membership-page__information__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.membership-page__information__content .content-teaser__image-overflow video, .membership-page__information__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.membership-page__information__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.membership-page__information__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.membership-page__information__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__information__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.membership-page__information__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .membership-page__information__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__information__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__information__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__information__action {
    padding-top: 2.25rem;
  }
}
.membership-page__information__action button, .membership-page__information__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__information__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .membership-page__information__action button, .membership-page__information__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .membership-page__information__action label {
    width: auto;
  }
}
.membership-page__downloads {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .membership-page__downloads {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__downloads {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__downloads {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__downloads {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__downloads {
    width: 83.3333333333%;
  }
}
.membership-page__downloads__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .membership-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__downloads__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__downloads__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__downloads__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__downloads__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__downloads__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__downloads__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__downloads .vdma-downloads-list {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .membership-page__downloads .vdma-downloads-list {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__downloads .vdma-downloads-list {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__downloads .vdma-downloads-list {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__downloads .vdma-downloads-list {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__downloads .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__downloads .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__downloads .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__downloads .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.membership-page__contact-person {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .membership-page__contact-person {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__contact-person {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__contact-person {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__contact-person {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__contact-person {
    width: 83.3333333333%;
  }
}
.membership-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .membership-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .membership-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.membership-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .membership-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.membership-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .membership-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .membership-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .membership-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .membership-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.career-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .career-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.career-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .career-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .career-page__breadcrumbs {
    margin: 14px auto;
  }
}
.career-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.career-page__stage {
  display: block;
  position: relative;
}

.career-page__stage__image {
  position: relative;
}

.career-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .career-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.career-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .career-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.career-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .career-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .career-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .career-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .career-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .career-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.career-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .career-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .career-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .career-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .career-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .career-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .career-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .career-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .career-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info {
    width: 37.5rem;
  }
}
.career-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .career-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.career-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.career-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.career-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__stage__info-action {
    flex-direction: row;
  }
}
.career-page__stage__info-action button, .career-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-action button, .career-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__stage__info-action label {
    width: auto;
  }
}
.career-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .career-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .career-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .career-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .career-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .career-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .career-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .career-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.career-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .career-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .career-page__jump__content {
    padding-bottom: 0;
  }
}
.career-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .career-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .career-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .career-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .career-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .career-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .career-page__jump__header i {
  transform: rotate(180deg);
}

.career-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .career-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .career-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .career-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump__header {
    pointer-events: none;
  }
}
.career-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .career-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.career-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .career-page__jump__header-icon {
    display: none;
  }
}
.career-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .career-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .career-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .career-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .career-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .career-page__jump__content {
    margin-left: 2.25rem;
  }
}
.career-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .career-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__jump__label + .career-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .career-page__jump__label + .career-page__jump__label {
    margin-left: 2.25rem;
  }
}
.career-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .career-page__description {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .career-page__description-text--no-margin {
    margin: 0 !important;
  }
}
.career-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .career-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .career-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .career-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .career-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .career-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .career-page__description-text__read-more i {
  transform: rotate(180deg);
}

.career-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.career-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .career-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.career-page__description-text__part-one b, .career-page__description-text__part-one .bold, .career-page__description-text__part-one strong, .career-page__description-text__part-two b, .career-page__description-text__part-two .bold, .career-page__description-text__part-two strong {
  font-family: "Open Sans Bold";
}

.career-page__description-text__part-one a, .career-page__description-text__part-two a {
  font-family: "Open Sans Regular";
}

.career-page__description-text__part-one p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-two p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-one h1, .career-page__description-text__part-one h2, .career-page__description-text__part-one h3, .career-page__description-text__part-one h4, .career-page__description-text__part-one h5, .career-page__description-text__part-one h6, .career-page__description-text__part-two h1, .career-page__description-text__part-two h2, .career-page__description-text__part-two h3, .career-page__description-text__part-two h4, .career-page__description-text__part-two h5, .career-page__description-text__part-two h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h1, .career-page__description-text__part-one h2, .career-page__description-text__part-one h3, .career-page__description-text__part-one h4, .career-page__description-text__part-one h5, .career-page__description-text__part-one h6, .career-page__description-text__part-two h1, .career-page__description-text__part-two h2, .career-page__description-text__part-two h3, .career-page__description-text__part-two h4, .career-page__description-text__part-two h5, .career-page__description-text__part-two h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h1, .career-page__description-text__part-one h2, .career-page__description-text__part-one h3, .career-page__description-text__part-one h4, .career-page__description-text__part-one h5, .career-page__description-text__part-one h6, .career-page__description-text__part-two h1, .career-page__description-text__part-two h2, .career-page__description-text__part-two h3, .career-page__description-text__part-two h4, .career-page__description-text__part-two h5, .career-page__description-text__part-two h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h1, .career-page__description-text__part-one h2, .career-page__description-text__part-one h3, .career-page__description-text__part-one h4, .career-page__description-text__part-one h5, .career-page__description-text__part-one h6, .career-page__description-text__part-two h1, .career-page__description-text__part-two h2, .career-page__description-text__part-two h3, .career-page__description-text__part-two h4, .career-page__description-text__part-two h5, .career-page__description-text__part-two h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h1, .career-page__description-text__part-one h2, .career-page__description-text__part-one h3, .career-page__description-text__part-one h4, .career-page__description-text__part-one h5, .career-page__description-text__part-one h6, .career-page__description-text__part-two h1, .career-page__description-text__part-two h2, .career-page__description-text__part-two h3, .career-page__description-text__part-two h4, .career-page__description-text__part-two h5, .career-page__description-text__part-two h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.career-page__description-text__part-one h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-two h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__description-text__part-one ul, .career-page__description-text__part-two ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul, .career-page__description-text__part-two ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul, .career-page__description-text__part-two ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__description-text__part-one ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-two ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two ul li {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-one ul li::before, .career-page__description-text__part-two ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li::before, .career-page__description-text__part-two ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li::before, .career-page__description-text__part-two ul li::before {
    top: 0.8125rem;
  }
}
.career-page__description-text__part-one ul li ul, .career-page__description-text__part-two ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one ul li ul, .career-page__description-text__part-two ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li ul, .career-page__description-text__part-two ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one ul li ul, .career-page__description-text__part-two ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li ul, .career-page__description-text__part-two ul li ul {
    margin-left: 3.375rem;
  }
}
.career-page__description-text__part-one ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.career-page__description-text__part-two ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.career-page__description-text__part-one ul li ul li::before, .career-page__description-text__part-two ul li ul li::before {
  display: none;
}

.career-page__description-text__part-one ul li ul li::after, .career-page__description-text__part-two ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li ul li::after, .career-page__description-text__part-two ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li ul li::after, .career-page__description-text__part-two ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__description-text__part-one ul li ul li ul, .career-page__description-text__part-two ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one ul li ul li ul, .career-page__description-text__part-two ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li ul li ul, .career-page__description-text__part-two ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one ul li ul li ul, .career-page__description-text__part-two ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li ul li ul, .career-page__description-text__part-two ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.career-page__description-text__part-one ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.career-page__description-text__part-two ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.career-page__description-text__part-one ul li ul li ul li::before, .career-page__description-text__part-two ul li ul li ul li::before {
  display: none;
}

.career-page__description-text__part-one ul li ul li ul li::after, .career-page__description-text__part-two ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .career-page__description-text__part-one ul li ul li ul li::after, .career-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one ul li ul li ul li::after, .career-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__description-text__part-one button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one button {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-one .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .career-page__description-text__part-one label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-one label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-one label {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-two button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two button {
    margin-top: 1.25rem;
  }
}
.career-page__description-text__part-two .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .career-page__description-text__part-two label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-two label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .career-page__description-text__part-two label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__description-text__part-one button, .career-page__description-text__part-one .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__description-text__part-one label, .career-page__description-text__part-two button, .career-page__description-text__part-two .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__description-text__part-two label {
    width: auto;
  }
}
.career-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.career-page__description-next-info {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-next-info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-next-info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-next-info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-next-info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-next-info {
    margin-top: 0;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
.career-page__description-next-info__header {
  margin-top: 0.75rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-next-info__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-next-info__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-next-info__header {
    margin-top: 0;
  }
}
.career-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.career-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.career-page__work-with-us {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us {
    margin: 0 auto 5.75rem auto;
  }
}
.career-page__career-us {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .career-page__career-us {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .career-page__work-with-us, .career-page__career-us {
    width: 83.3333333333%;
  }
}
.career-page__work-with-us__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__header {
    padding-bottom: 1.25rem;
  }
}
.career-page__career-us__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__work-with-us__header, .career-page__career-us__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__header, .career-page__career-us__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__header, .career-page__career-us__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__header, .career-page__career-us__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.career-page__work-with-us__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content {
    margin: 2.25rem 0;
  }
}
.career-page__career-us__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__content {
    margin: 2.25rem 0;
  }
}
.career-page__work-with-us__content .content-teaser, .career-page__career-us__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.career-page__work-with-us__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.career-page__career-us__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser, .career-page__career-us__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .career-page__work-with-us__content .content-teaser:nth-child(even) .content-teaser__image, .career-page__career-us__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .career-page__work-with-us__content .content-teaser:nth-child(even) .content-teaser__info, .career-page__career-us__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.career-page__work-with-us__content .content-teaser__image, .career-page__career-us__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__image, .career-page__career-us__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__image, .career-page__career-us__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.career-page__work-with-us__content .content-teaser__image-overflow, .career-page__career-us__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.career-page__work-with-us__content .content-teaser__image-overflow img, .career-page__career-us__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.career-page__work-with-us__content .content-teaser__image-overflow video, .career-page__work-with-us__content .content-teaser__image-overflow iframe, .career-page__career-us__content .content-teaser__image-overflow video, .career-page__career-us__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.career-page__work-with-us__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.career-page__career-us__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__info, .career-page__career-us__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info, .career-page__career-us__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .career-page__career-us__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.career-page__work-with-us__content .content-teaser__info-meta, .career-page__career-us__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.career-page__work-with-us__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

.career-page__career-us__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__info-header, .career-page__career-us__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info-header, .career-page__career-us__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__content .content-teaser__info-header, .career-page__career-us__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser__info-header, .career-page__career-us__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.career-page__work-with-us__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
.career-page__career-us__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description, .career-page__career-us__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__content .content-teaser__info-description, .career-page__career-us__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.career-page__work-with-us__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__work-with-us__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__work-with-us__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__work-with-us__action {
    padding-top: 2.25rem;
  }
}
.career-page__career-us__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .career-page__career-us__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__career-us__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__career-us__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__career-us__action {
    padding-top: 2.25rem;
  }
}
.career-page__work-with-us__action button, .career-page__work-with-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__work-with-us__action label, .career-page__career-us__action button, .career-page__career-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__career-us__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .career-page__work-with-us__action button, .career-page__work-with-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__work-with-us__action label, .career-page__career-us__action button, .career-page__career-us__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .career-page__career-us__action label {
    width: auto;
  }
}
.career-page__quote {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .career-page__quote {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__quote {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .career-page__quote {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .career-page__quote {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .career-page__quote {
    width: 83.3333333333%;
  }
}
.career-page__quote .article__quote-photo {
  margin: 0 !important;
}

.career-page__contact-person {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .career-page__contact-person {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .career-page__contact-person {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .career-page__contact-person {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .career-page__contact-person {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .career-page__contact-person {
    width: 83.3333333333%;
  }
}
.career-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .career-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .career-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.career-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .career-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .career-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .career-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .career-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.career-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .career-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .career-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .career-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .career-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.publications__search .publications-publication {
  border-bottom: 0.0625rem solid #cecece;
}

.publications__search .publications-publication:first-child {
  padding-top: 0;
}

.publications-publication {
  padding: 1.25rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .publications-publication {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication {
    padding: 2.25rem 0;
  }
}
.publications-publication-meta {
  display: flex;
  flex-direction: row;
}

.publications-publication-meta p + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-publication-meta p + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication-meta p + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication-meta p + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication-meta p + p {
    margin-left: 1.25rem;
  }
}
.publications-publication-meta__services {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.publications-publication-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .publications-publication-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.publications-publication-meta + .publications-publication-header {
  margin-top: 0.5rem;
}

.publications-publication-tags {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .publications-publication-tags {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication-tags {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.publications-publication-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .publications-publication-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.publications-publication-image {
  width: 100%;
  height: 100%;
}

.publications-publication-image img {
  width: 100%;
  height: auto;
}

.publications-publication__info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .publications-publication__info {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication__info {
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    flex: 1 1 80%;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication__info {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.publications-publication__info__first {
  flex: 1 0;
  max-width: 72.7272727273%;
  min-width: 72.7272727273%;
  width: 72.7272727273%;
  flex: 1 1 72.7272727273%;
}

.publications-publication__info__second {
  flex: 1 0;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
}

@media (min-width: 47.96875em) {
  .publications-publication__info__second {
    display: none;
  }
}
.publications-publication__info__third {
  flex: 1 0;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  flex: 1 1 100%;
}

.publications-publication__media {
  display: none;
}

@media (min-width: 47.96875em) {
  .publications-publication__media {
    display: flex;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication__media {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication__media {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.publications-publication__links {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-publication__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .publications-publication__links {
    flex-flow: row wrap;
  }
}
.publications-publication__links-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .publications-publication__links-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication__links-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .publications-publication__links-link {
    margin-right: 0;
  }
}
.publications-publication__links-link + .publications-publication__links-link {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .publications-publication__links-link + .publications-publication__links-link {
    margin-left: 2.25rem;
  }
}
.search-page__header {
  background-color: #222F5B;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-page__header {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.search-page__header__text {
  padding: 1.875rem 0;
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #fff;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-page__header__text {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-page__header__text {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-page__header__text {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-page__header__text {
    padding: 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .search-page__header__text {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__header__text {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__header__text {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__header__text {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-page__header__search {
  padding-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .search-page__header__search {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__header__search {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__header__search {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__header__search {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__header__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
  padding-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
    padding-left: 8.3333333333% !important;
  }
}
.search-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
  content: "";
  max-width: 4.1666666667%;
  min-width: 4.1666666667%;
  width: 4.1666666667%;
  flex: 1 1 4.1666666667%;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }
}
.search-page__content__tabbar__filters {
  width: 91.6666666667%;
  margin: 1.25rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__filters {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__filters {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__filters {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__filters {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__filters {
    width: 83.3333333333%;
  }
}
.search-page__content__tabbar__main {
  width: 91.6666666667%;
  margin: 1.875rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__main {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__main {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__main {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__main {
    margin: 3.75rem auto 0 auto;
  }
}
.search-page__content__tabbar__results {
  width: 91.6666666667%;
  margin: 1.875rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__results {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__results {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__results {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__results {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__main, .search-page__content__tabbar__results {
    width: 83.3333333333%;
  }
}
.search-page__content__tabbar__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__section-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__section-title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__section-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__section-title {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-page__content__tabbar__main:not(:last-child) {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__main:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__main:not(:last-child) {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__main:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__main:not(:last-child) {
    margin-bottom: 5.75rem;
  }
}
.search-page__content__tabbar .search-content-no-found {
  width: 91.6666666667%;
  margin: 1.875rem auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .search-content-no-found {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar .search-content-no-found {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar .search-content-no-found {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar .search-content-no-found {
    margin: 3.75rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar .search-content-no-found {
    width: 83.3333333333%;
  }
}
.search-page__content__tabbar__pagination {
  width: 91.6666666667%;
  margin: 1.25rem auto 2.75rem auto;
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__pagination {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__pagination {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__pagination {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__pagination {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__pagination {
    margin: 1.5rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__pagination {
    margin: 1.625rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__pagination {
    margin: 1.875rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__pagination {
    margin: 2.25rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__pagination {
    width: 83.3333333333%;
  }
}
.search-page__content__tabbar__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.search-page__content__tabbar__next {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .search-page__content__tabbar__next {
    margin: 0 auto 5.75rem auto;
  }
}
.search-page__content__tabbar__next-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-page__content__tabbar__next-content .articles__search {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-content .articles__search {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-content .articles__search {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-content .articles__search {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-content .articles__search {
    padding-top: 2.25rem;
  }
}
.search-page__content__tabbar__next-content .publications__search {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-content .publications__search {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-content .publications__search {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-content .publications__search {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-content .publications__search {
    padding-top: 2.25rem;
  }
}
.search-page__content__tabbar__next-content .event-overview__search {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-content .event-overview__search {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-content .event-overview__search {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-content .event-overview__search {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-content .event-overview__search {
    padding-top: 2.25rem;
  }
}
.search-page__content__tabbar__next-content .article__contacts {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-content .article__contacts {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-content .article__contacts {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-content .article__contacts {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-content .article__contacts {
    padding-top: 2.25rem;
  }
}
.search-page__content__tabbar__next-content .vdma-downloads-list {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-content .vdma-downloads-list {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-content .vdma-downloads-list {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-content .vdma-downloads-list {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-content .vdma-downloads-list {
    padding-top: 2.25rem;
  }
}
.search-page__content__tabbar__next-ref {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar__next-ref {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-ref {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar__next-ref {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-ref {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar__next-ref {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar__next-ref {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-page__content__tabbar .article__contacts {
  width: 100%;
  margin: 0 !important;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.search-page__content__tabbar .vdma-downloads-list {
  margin-bottom: 0;
}

.search-page__content__tabbar .vdma-downloads-list__content {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content {
    padding-bottom: 2.25rem;
  }
}
.search-page__content__tabbar .vdma-downloads-list__content:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__content:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .search-page__content__tabbar .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.search-content-no-found__message {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .search-content-no-found__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-content-no-found__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.search-content-no-found__frequently {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .search-content-no-found__frequently {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-content-no-found__frequently {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-content-no-found__frequently {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-content-no-found__frequently {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-content-no-found__frequently {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-content-no-found__frequently {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-content-no-found__frequently {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-content-no-found__frequently {
    margin-top: 3.75rem;
  }
}
.search-content-no-found__frequently-header {
  font-family: "Open Sans Bold";
  color: #333;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .search-content-no-found__frequently-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-content-no-found__frequently-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.search-content-no-found__frequently-items {
  font-family: "Open Sans Regular";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
}

.search-content-no-found__frequently-items li {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .search-content-no-found__frequently-items li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-content-no-found__frequently-items li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-content-no-found__frequently-items li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-content-no-found__frequently-items li {
    margin-top: 1.25rem;
  }
}
.press-overview-page {
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .press-overview-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-overview-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
}

.press-overview-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__head__breadcrumbs li {
  color: #fff;
}

.press-overview-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.press-overview-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.press-overview-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__header-content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__header-content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__header-content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__header-content {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__header-content {
    width: 58.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.press-overview-page__head__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__head__header-content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.press-overview-page__background {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__background {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background {
    margin-bottom: 5.75rem;
  }
}
.press-overview-page__background-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__background-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background-header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background-header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background-header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background-header {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__background-content__half {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background-content__half {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background-content__half {
    flex-direction: row;
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-overview-page__background-content__half {
    margin-top: 2.25rem;
  }
}
.press-overview-page__background-content__half > * {
  display: flex;
  width: 100%;
}

.press-overview-page__background-content__half > * > * {
  width: 100%;
}

.press-overview-page__background-content__half > *:first-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-overview-page__background-content__half > *:first-child {
    margin-right: 1.25rem;
  }
}
.press-overview-page__background__press-statement {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__background__press-statement {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__content-table-jump .content-table-jump {
  border-top: none;
}

.press-overview-page__live-stream {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__live-stream {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__publications-press-kits {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__publications-press-kits {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__press-releases-statement {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__press-releases-statement {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__press-media-library {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__press-media-library {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__press-social-media {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__press-social-media {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__contact-person {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .press-overview-page__contact-person {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__contact-person {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__contact-person__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-overview-page__contact-person__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person__head {
    padding-bottom: 1.25rem;
  }
}
.press-overview-page__contact-person__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__contact-person__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-overview-page__contact-person__show-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-overview-page__contact-person__show-all {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person__show-all {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person__show-all {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person__show-all {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__contact-person__show-all {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person__show-all {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person__show-all {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person__show-all {
    margin-top: 2.25rem;
  }
}
.press-overview-page__contact-person__show-all label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .press-overview-page__contact-person__show-all label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person__show-all label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-overview-page__contact-person input[type=checkbox] {
  display: none;
}

.press-overview-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: block !important;
}

@media (min-width: 89.96875em) {
  .press-overview-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: block !important;
  }
}
.press-overview-page__contact-person input[type=checkbox]:checked ~ * label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.press-overview-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .press-overview-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.press-overview-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .press-overview-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .press-overview-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.press-overview-page__our-topics {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .press-overview-page__our-topics {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__our-topics {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__our-topics {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__our-topics {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__our-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-overview-page__our-topics__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-overview-page__our-topics__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__our-topics__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__our-topics__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__our-topics__head {
    padding-bottom: 1.25rem;
  }
}
.press-overview-page__our-topics__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .press-overview-page__our-topics__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-overview-page__our-topics__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-overview-page__our-topics__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-overview-page__our-topics__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__our-topics .our-topics-slider__dots {
    padding-right: 0;
  }
}
@media (min-width: 47.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.5rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    min-width: calc((100% - 0.625rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-overview-page__our-topics .our-topics-slider__content__slide {
    width: calc((100% - 0.625rem) / 2);
  }
}
.press-overview-page__our-topics .our-topics__content-themes, .press-overview-page__our-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes, .level-1-topic-page__our-topics__content-themes .press-overview-page__our-topics .our-topics-level1__content-themes, .press-overview-page__our-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes, .contact-profile-page__topics__content-themes .press-overview-page__our-topics .contact-profile-page__content-themes, .press-overview-page__our-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings, .self-profiling-step-2__self-profiling-form__settings .press-overview-page__our-topics .content-themes-settings {
  margin-right: 0 !important;
}

.press-overview-page__debug__photo {
  width: 100%;
}

.press-overview-page__debug__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.press-overview-page__debug__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.live-stream {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .live-stream {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .live-stream {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .live-stream {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .live-stream {
    margin: 0 auto 5.75rem auto;
  }
}
.live-stream__head {
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .live-stream__head {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__head {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .live-stream__head {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__head {
    padding-bottom: 2.25rem;
  }
}
.live-stream__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .live-stream__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .live-stream__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.live-stream__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .live-stream__content {
    flex-direction: row;
  }
}
.live-stream__image {
  display: flex;
  width: 100%;
}

@media (min-width: 89.96875em) {
  .live-stream__image {
    padding-right: 2.5%;
    width: 50%;
  }
}
.live-stream__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.live-stream__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.live-stream__left {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .live-stream__left {
    padding-left: 2.5%;
    width: 50%;
  }
}
.live-stream__title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 1rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .live-stream__title {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .live-stream__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__title {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .live-stream__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .live-stream__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.live-stream__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .live-stream__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .live-stream__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .live-stream__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .live-stream__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-releases-statement {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .press-releases-statement {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement {
    margin: 0 auto 5.75rem auto;
  }
}
.press-releases-statement__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__head {
    padding-bottom: 1.25rem;
  }
}
.press-releases-statement__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-releases-statement__content {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__content {
    margin-top: 2.25rem;
  }
}
.press-releases-statement__search {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__search {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__search {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__search {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__search {
    margin-top: 2.25rem;
  }
}
.press-releases-statement__item {
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #cecece;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__item {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__item {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item {
    flex-direction: row;
  }
}
.press-releases-statement__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.press-releases-statement__item-half > * {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__item-half > * {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item-half > * {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__item-half > * {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item-half > * {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item-half > *:last-child {
    margin-bottom: 0;
  }
  .press-releases-statement__item-half:first-child {
    padding-right: 2.5%;
    width: 50%;
  }
  .press-releases-statement__item-half:last-child {
    padding-left: 2.5%;
    width: 50%;
  }
}
.press-releases-statement__item-half:last-child > *:last-child {
  margin-bottom: 0;
}

.press-releases-statement__item-meta {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
  list-style: none;
}

.press-releases-statement__item-meta li {
  display: inline-flex;
}

.press-releases-statement__item-meta li:not(:first-child)::before {
  content: "-";
  margin: 0 0.5rem;
}

.press-releases-statement__item-title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__item-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__item-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__item-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.press-releases-statement__item-autor {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
}

.press-releases-statement__item-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .press-releases-statement__item-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-releases-statement__item-link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .press-releases-statement__item-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__item-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-releases-statement__sub-links {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__sub-links {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__sub-links {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__sub-links {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__sub-links {
    margin-top: 2.25rem;
  }
}
.press-releases-statement__sub-links__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .press-releases-statement__sub-links__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__sub-links__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-releases-statement__sub-links__link:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-releases-statement__sub-links__link:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-releases-statement__sub-links__link:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-releases-statement__sub-links__link:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-releases-statement__sub-links__link:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.press-statement-single__main {
  width: 100%;
  background-color: #fff;
  padding: 1rem 4.5454545455%;
  display: flex;
  flex-direction: row;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main {
    padding: 1.125rem 4.5454545455%;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main {
    padding: 1.25rem 4.5454545455%;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main {
    padding: 1.5rem 4.5454545455%;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main {
    padding: 1.75rem 4.5454545455%;
  }
}
@media (min-width: 47.96875em) {
  .press-statement-single__main {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-statement-single__main {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-statement-single__main {
    padding: 1.625rem 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-statement-single__main {
    padding: 1.875rem 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-statement-single__main {
    padding: 2.25rem 2.25rem;
  }
}
.press-statement-single__main__photo {
  display: none;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__photo {
    display: block;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__photo {
    max-width: 35%;
    min-width: 35%;
    width: 35%;
    flex: 1 1 35%;
  }
}
.press-statement-single__main__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 63.96875em) {
  .press-statement-single__main__photo-overflow {
    width: auto;
    height: 100%;
    padding-bottom: 75%;
  }
}
.press-statement-single__main__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-statement-single__main__info {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-statement-single__main__info {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-statement-single__main__info {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-statement-single__main__info {
    margin-left: 2.25rem;
  }
}
.press-statement-single__main__info-statement {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5rem;
  position: relative;
}

.press-statement-single__main__info-statement::after {
  content: "";
  width: 5rem;
  height: 0.125rem;
  background-color: #f18700;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-statement::after {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__info-statement::after {
    width: 8rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main__info-statement::after {
    width: 11.25rem;
  }
}
.press-statement-single__main__info-message {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-message {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__info-message {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main__info-message {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main__info-message {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.press-statement-single__main__info-declarer {
  margin-top: 1.25rem;
  display: flex;
  flex-flow: row nowrap;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer {
    margin-top: 1.25rem;
  }
}
.press-statement-single__main__info-declarer__photo {
  max-width: 20%;
  min-width: 20%;
  width: 20%;
  flex: 1 1 20%;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer__photo {
    display: none;
  }
}
.press-statement-single__main__info-declarer__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.press-statement-single__main__info-declarer__photo-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.press-statement-single__main__info-declarer__sub {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main__info-declarer__sub {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer__sub {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer__sub {
    margin-left: 0;
  }
}
.press-statement-single__main__info-declarer__sub-info {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.press-statement-single__main__info-declarer__sub-info span {
  display: inline;
}

.press-statement-single__main__info-declarer__sub-info span + span::before {
  content: ", ";
  display: inline;
}

.press-statement-single__main__info-declarer__sub-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer__sub-link {
    margin-top: 1.25rem;
  }
}
.press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-statement-single__main__info-declarer .press-statement__main__info-declarer__photo + .press-statement__main__info-declarer__sub {
    margin-left: 0;
  }
}
.press-statement-single__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-statement-single__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-statement-single__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-statement-single__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-statement-single__content {
    margin-top: 2.25rem;
  }
}
.press-release-single {
  display: flex;
  flex-direction: column;
  padding: 1rem 4.5454545455%;
  background-color: #fff;
}

@media (min-width: 47.96875em) {
  .press-release-single {
    padding: 1.125rem 4.5454545455%;
  }
}
@media (min-width: 63.96875em) {
  .press-release-single {
    padding: 1.25rem 4.5454545455%;
  }
}
@media (min-width: 89.96875em) {
  .press-release-single {
    padding: 1.5rem 4.5454545455%;
  }
}
@media (min-width: 119.96875em) {
  .press-release-single {
    padding: 1.75rem 4.5454545455%;
  }
}
@media (min-width: 47.96875em) {
  .press-release-single {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-release-single {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-release-single {
    padding: 1.625rem 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-release-single {
    padding: 1.875rem 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-release-single {
    padding: 2.25rem 2.25rem;
  }
}
.press-release-single__release {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5rem;
  position: relative;
}

.press-release-single__title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .press-release-single__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-single__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-single__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-single__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.press-release-single__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .press-release-single__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-single__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-release-single__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .press-release-single__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-single__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-release-single__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-single__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-release-single__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-release-single__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-video-single {
  display: flex;
  flex-direction: column;
  padding: 1rem 4.5454545455%;
  background-color: #fff;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .press-video-single {
    padding: 1.125rem 4.5454545455%;
  }
}
@media (min-width: 63.96875em) {
  .press-video-single {
    padding: 1.25rem 4.5454545455%;
  }
}
@media (min-width: 89.96875em) {
  .press-video-single {
    padding: 1.5rem 4.5454545455%;
  }
}
@media (min-width: 119.96875em) {
  .press-video-single {
    padding: 1.75rem 4.5454545455%;
  }
}
@media (min-width: 47.96875em) {
  .press-video-single {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-video-single {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-video-single {
    padding: 1.625rem 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-video-single {
    padding: 1.875rem 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-video-single {
    padding: 2.25rem 2.25rem;
  }
}
.press-video-single__video {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.press-video-single__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin: 0.5rem 0;
}

@media (min-width: 47.96875em) {
  .press-video-single__message {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-video-single__message {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-video-single__message {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-video-single__message {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-video-single__media {
  width: 100%;
}

.press-video-single__media-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.press-video-single__media-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.press-video-single__media-overflow video, .press-video-single__media-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.press-video-single__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .press-video-single__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-video-single__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-video-single__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-video-single__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-video-single__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-video-single__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-video-single__link--right {
  display: none;
}

@media (min-width: 119.96875em) {
  .press-video-single__link--right {
    display: flex;
  }
}
@media (min-width: 119.96875em) {
  .press-video-single__link--bottom {
    display: none;
  }
}
.press-media-library {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .press-media-library {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library {
    margin: 0 auto 5.75rem auto;
  }
}
.press-media-library__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-media-library__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__head {
    padding-bottom: 1.25rem;
  }
}
.press-media-library__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .press-media-library__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-media-library__content {
  display: flex;
  flex-direction: column;
}

.press-media-library__videos {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-media-library__videos {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.press-media-library__videos .press-media-library__video:not(:first-child) {
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-media-library__videos .press-media-library__video {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
  .press-media-library__videos .press-media-library__video:nth-child(2) {
    border-top: none;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__videos .press-media-library__video {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
  }
  .press-media-library__videos .press-media-library__video:nth-child(2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
  .press-media-library__videos .press-media-library__video:nth-child(3) {
    border-top: none;
  }
  .press-media-library__videos .press-media-library__video:nth-child(3n+2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
}
.press-media-library__video {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .press-media-library__video {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__video {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__video {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__video {
    padding: 2.25rem 0;
  }
}
.press-media-library__video-tag {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  padding-bottom: 0.5rem;
}

.press-media-library__video-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
  padding-bottom: 0.5rem;
}

@media (min-width: 63.96875em) {
  .press-media-library__video-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__video-title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.press-media-library__video-media {
  width: 100%;
}

.press-media-library__files {
  display: flex;
  flex-direction: column;
}

.press-media-library__file {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: row;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-media-library__file {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__file {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__file {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file {
    padding: 2.25rem 0;
  }
}
.press-media-library__file__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.press-media-library__file__title-name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .press-media-library__file__title-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__file__title-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__file__title-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__title-name {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-media-library__file__title-meta {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .press-media-library__file__title-meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__title-meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-media-library__file__title-meta .tags {
  font-family: "Open Sans Light";
}

.press-media-library__file__description {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .press-media-library__file__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-media-library__file__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-media-library__file__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__file__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__file__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__links {
    margin-top: 1.25rem;
  }
}
.press-media-library__file__links-link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .press-media-library__file__links-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__links-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-media-library__file__links-link:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-media-library__file__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__file__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__file__links-link:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__file__links-link:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-media-library__file__links {
    flex-direction: row;
  }
  .press-media-library__file__links-link {
    word-break: break-word;
  }
  .press-media-library__file__links-link:not(:first-child) {
    margin-top: 0;
  }
  .press-media-library__file__links-link + .press-media-library__file__links-link {
    margin-left: 0.5rem;
  }
}
.press-media-library__file__image {
  display: none;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
  margin-left: 4.5454545455% !important;
}

@media (min-width: 47.96875em) {
  .press-media-library__file__image {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__file__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__file__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
.press-media-library__file__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.press-media-library__file__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.press-media-library__file__image.press-media-library__file__image__content-left {
  display: block;
}

@media (min-width: 47.96875em) {
  .press-media-library__file__image.press-media-library__file__image__content-left {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .press-media-library__file__image.press-media-library__file__image__content-right {
    display: block;
  }
}
.press-media-library__file__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.press-media-library__file__content-left {
  flex: 1 1 auto;
}

.press-media-library__links {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-media-library__links {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__links {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__links {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__links {
    padding-top: 2.25rem;
  }
}
.press-media-library__links-link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .press-media-library__links-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__links-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-media-library__links-link:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-media-library__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-media-library__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-media-library__links-link:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-media-library__links-link:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.press-social-media {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .press-social-media {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media {
    margin: 0 auto 5.75rem auto;
  }
}
.press-social-media__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-social-media__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__head {
    padding-bottom: 1.25rem;
  }
}
.press-social-media__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .press-social-media__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-social-media__content {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .press-social-media__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__content {
    margin-top: 2.25rem;
  }
}
.press-social-media__type {
  display: flex;
  flex-flow: row nowrap;
}

.press-social-media__type-icon {
  margin-right: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.press-social-media__type-icon i, .press-social-media__type-icon svg {
  color: #222F5B;
  width: 1.5rem;
  height: 1.5rem;
}

.press-social-media__type-text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .press-social-media__type-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__type-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-social-media__message {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .press-social-media__message {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__message {
    margin-top: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__message {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.press-social-media__message > * {
  display: inline;
}

.press-social-media__message > *:not(:first-child)::before {
  content: " ";
}

.press-social-media__tags {
  margin-top: 1rem;
  color: #707175;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-social-media__tags {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__tags {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__tags {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__tags {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-social-media__tags {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__tags {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__tags {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__tags {
    margin-top: 1.75rem;
  }
}
.press-social-media__tags ul li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
}

@media (min-width: 63.96875em) {
  .press-social-media__tags ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__tags ul li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-social-media__tags ul li a {
  display: inline-flex;
}

.press-social-media__tags ul li:first-child {
  font-family: "Open Sans Regular";
  color: #222F5B;
}

.press-social-media__other-channels {
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-social-media__other-channels {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__other-channels {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__other-channels {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__other-channels {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-social-media__other-channels {
    flex-direction: row;
    align-items: center;
  }
}
.press-social-media__other-channels__text {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .press-social-media__other-channels__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__other-channels__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-social-media__other-channels__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

.press-social-media__other-channels__list-item {
  display: inline-flex;
  width: 50%;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .press-social-media__other-channels__list-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-social-media__other-channels__list-item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-social-media__other-channels__list-item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-social-media__other-channels__list-item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-social-media__other-channels__list-item {
    margin-left: 1.5rem;
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .press-social-media__other-channels__list-item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .press-social-media__other-channels__list-item {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .press-social-media__other-channels__list-item {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .press-social-media__other-channels__list-item {
    margin-left: 2.25rem;
  }
}
.press-social-media__other-channels__list-item a {
  color: #222F5B;
}

.publications-press-kits {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .publications-press-kits {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits {
    margin: 0 auto 5.75rem auto;
  }
}
.publications-press-kits__head {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__head {
    padding-bottom: 1.25rem;
  }
}
.publications-press-kits__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.publications-press-kits__publications {
  display: flex;
  flex-direction: column;
}

.publications-press-kits__publication {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: row;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__publication {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__publication {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication {
    padding: 2.25rem 0;
  }
}
.publications-press-kits__publication__image {
  display: none;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
  margin-left: 4.5454545455% !important;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__image {
    display: flex;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__publication__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__publication__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.publications-press-kits__publication__image-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}

.publications-press-kits__publication__image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.publications-press-kits__publication__image.publications-press-kits__publication__image__content-left {
  display: flex;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__image.publications-press-kits__publication__image__content-left {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .publications-press-kits__publication__image.press-media-library__file__image__content-right {
    display: block;
  }
}
.publications-press-kits__publication__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__publication__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__publication__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication__links {
    margin-top: 1.25rem;
  }
}
.publications-press-kits__publication__links-link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .publications-press-kits__publication__links-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication__links-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.publications-press-kits__publication__links-link:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__publication__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__publication__links-link:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication__links-link:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .publications-press-kits__publication__links {
    flex-direction: row;
  }
  .publications-press-kits__publication__links-link:not(:first-child) {
    margin-top: 0;
  }
  .publications-press-kits__publication__links-link + .publications-press-kits__publication__links-link {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .publications-press-kits__publication__links-link + .publications-press-kits__publication__links-link {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .publications-press-kits__publication__links-link + .publications-press-kits__publication__links-link {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .publications-press-kits__publication__links-link + .publications-press-kits__publication__links-link {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .publications-press-kits__publication__links-link + .publications-press-kits__publication__links-link {
    margin-left: 2.25rem;
  }
}
.publications-press-kits__publication__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.publications-press-kits__publication__title-info {
  max-width: 72.7272727273%;
  min-width: 72.7272727273%;
  width: 72.7272727273%;
  flex: 1 1 72.7272727273%;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__title-info {
    width: 100%;
  }
}
.publications-press-kits__publication__title-name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__publication__title-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__publication__title-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__publication__title-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication__title-name {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.publications-press-kits__publication__title-meta {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.publications-press-kits__publication__title-meta ul.tags li {
  display: inline-flex;
}

.publications-press-kits__publication__description {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .publications-press-kits__publication__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__publication__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.publications-press-kits__publication__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.publications-press-kits__publication__content-left {
  flex: 1 1 auto;
}

.publications-press-kits__links {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  border-top: 0.0625rem solid #cecece;
  flex-flow: wrap;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__links {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__links {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__links {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__links {
    padding-top: 2.25rem;
  }
}
.publications-press-kits__links-link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .publications-press-kits__links-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__links-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.publications-press-kits__links-link:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .publications-press-kits__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .publications-press-kits__links-link:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .publications-press-kits__links-link:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .publications-press-kits__links-link:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.search-press-releases-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .search-press-releases-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-press-releases-page__head {
  display: flex;
  flex-direction: column;
}

.search-press-releases-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-press-releases-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-press-releases-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.search-press-releases-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.search-press-releases-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-press-releases-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-press-releases-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-press-releases-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-press-releases-page__content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-press-releases-page__content .press-releases-statement__content {
  margin-top: 0;
}

@media (min-width: 89.96875em) {
  .search-press-releases-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-press-releases-page__search .vdma-global-search__input-group {
  margin-top: 0;
}

.search-press-releases-page__filters {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__filters {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__filters {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__filters {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__filters {
    margin-top: 3.75rem;
  }
}
.search-press-releases-page__pagination {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__pagination {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__pagination {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__pagination {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__pagination {
    margin-top: 2.25rem;
  }
}
.search-press-releases-page__contact-person {
  margin: 2.75rem 0;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person {
    margin: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person {
    margin: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person {
    margin: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person {
    margin: 5.75rem 0;
  }
}
.search-press-releases-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-press-releases-page__contact-person__show-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person__show-all {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person__show-all {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person__show-all {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person__show-all {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person__show-all {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person__show-all {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person__show-all {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person__show-all {
    margin-top: 2.25rem;
  }
}
.search-press-releases-page__contact-person__show-all label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person__show-all label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person__show-all label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-press-releases-page__contact-person input[type=checkbox] {
  display: none;
}

.search-press-releases-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: block !important;
}

@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: block !important;
  }
}
.search-press-releases-page__contact-person input[type=checkbox]:checked ~ * label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.search-press-releases-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .search-press-releases-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .search-press-releases-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .search-press-releases-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.search-press-releases-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .search-press-releases-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .search-press-releases-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.search-media-library-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .search-media-library-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-media-library-page__head {
  display: flex;
  flex-direction: column;
}

.search-media-library-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-media-library-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-media-library-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.search-media-library-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.search-media-library-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-media-library-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-media-library-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-media-library-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-media-library-page__content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-media-library-page__content .press-media-library__file:last-child {
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 89.96875em) {
  .search-media-library-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-media-library-page__search .vdma-global-search__input-group {
  margin-top: 0;
}

.search-media-library-page__filters {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__filters {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__filters {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__filters {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__filters {
    margin-top: 3.75rem;
  }
}
.search-media-library-page__pagination {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__pagination {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__pagination {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__pagination {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__pagination {
    margin-top: 2.25rem;
  }
}
.search-media-library-page__contact-person {
  margin: 2.75rem 0;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person {
    margin: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person {
    margin: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person {
    margin: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person {
    margin: 5.75rem 0;
  }
}
.search-media-library-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-media-library-page__contact-person__show-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person__show-all {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person__show-all {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person__show-all {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person__show-all {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person__show-all {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person__show-all {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person__show-all {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person__show-all {
    margin-top: 2.25rem;
  }
}
.search-media-library-page__contact-person__show-all label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person__show-all label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person__show-all label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-media-library-page__contact-person input[type=checkbox] {
  display: none;
}

.search-media-library-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: block !important;
}

@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: block !important;
  }
}
.search-media-library-page__contact-person input[type=checkbox]:checked ~ * label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.search-media-library-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .search-media-library-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .search-media-library-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .search-media-library-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.search-media-library-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .search-media-library-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .search-media-library-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.search-publications-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .search-publications-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-publications-page__head {
  display: flex;
  flex-direction: column;
}

.search-publications-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-publications-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-publications-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-publications-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-publications-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.search-publications-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .search-publications-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.search-publications-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-publications-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-publications-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-publications-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-publications-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-publications-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-publications-page__content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .search-publications-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.search-publications-page__content .publications-press-kits__publication:last-child {
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 89.96875em) {
  .search-publications-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-publications-page__search .vdma-global-search__input-group {
  margin-top: 0;
}

.search-publications-page__filters {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .search-publications-page__filters {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__filters {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__filters {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__filters {
    margin-top: 3.75rem;
  }
}
.search-publications-page__pagination {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-publications-page__pagination {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__pagination {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__pagination {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__pagination {
    margin-top: 2.25rem;
  }
}
.search-publications-page__contact-person {
  margin: 2.75rem 0;
}

@media (min-width: 47.96875em) {
  .search-publications-page__contact-person {
    margin: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person {
    margin: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person {
    margin: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person {
    margin: 5.75rem 0;
  }
}
.search-publications-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-publications-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-publications-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-publications-page__contact-person__show-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-publications-page__contact-person__show-all {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person__show-all {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person__show-all {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person__show-all {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-publications-page__contact-person__show-all {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person__show-all {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person__show-all {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person__show-all {
    margin-top: 2.25rem;
  }
}
.search-publications-page__contact-person__show-all label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .search-publications-page__contact-person__show-all label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person__show-all label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-publications-page__contact-person input[type=checkbox] {
  display: none;
}

.search-publications-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: block !important;
}

@media (min-width: 89.96875em) {
  .search-publications-page__contact-person input[type=checkbox]:checked ~ .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: block !important;
  }
}
.search-publications-page__contact-person input[type=checkbox]:checked ~ * label i {
  transform: rotate(180deg);
  margin-right: 0.125rem;
}

.search-publications-page__contact-person .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .search-publications-page__contact-person .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .search-publications-page__contact-person .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .search-publications-page__contact-person .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .search-publications-page__contact-person .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.search-publications-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .search-publications-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .search-publications-page__contact-person .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.employee-overview-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
}

.employee-overview-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .employee-overview-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.employee-overview-page__head__breadcrumbs li {
  color: #fff;
}

.employee-overview-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.employee-overview-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.employee-overview-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__header-content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__header-content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__header-content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__header-content {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .employee-overview-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__header-content {
    width: 41.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
.employee-overview-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .employee-overview-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.employee-overview-page__head__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__head__header-content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.employee-overview-page__content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.employee-overview-page__search {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__search {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__search {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__search {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__search {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.employee-overview-page__filters {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__filters {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__filters {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__filters {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__filters {
    margin-top: 3.75rem;
  }
}
.employee-overview-page__contact-person-viewer {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__contact-person-viewer {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__contact-person-viewer {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__contact-person-viewer {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__contact-person-viewer {
    margin-top: 3.75rem;
  }
}
.employee-overview-page__unauthorized {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page__unauthorized {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page__unauthorized {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page__unauthorized {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page__unauthorized {
    margin-top: 3.75rem;
  }
}
.employee-overview-page .search-content-no-found {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .employee-overview-page .search-content-no-found {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .employee-overview-page .search-content-no-found {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .employee-overview-page .search-content-no-found {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .employee-overview-page .search-content-no-found {
    margin-bottom: 5.75rem;
  }
}
.contact-person-viewer__results .article__contacts {
  width: 100%;
  margin: 0 !important;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__results .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__results .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__results .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__results .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.contact-person-viewer__main .article__contacts {
  width: 100%;
  margin: 0 !important;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__main .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.contact-person-viewer__main:not(:last-child) {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__main:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main:not(:last-child) {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main:not(:last-child) {
    margin-bottom: 5.75rem;
  }
}
.contact-person-viewer__pagination {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__pagination {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__pagination {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__pagination {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__pagination {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__pagination {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__pagination {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__pagination {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__pagination {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__pagination {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__pagination {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__pagination {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__pagination {
    padding-top: 2.25rem;
  }
}
.contact-person-viewer__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.contact-person-viewer__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__section-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__section-title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__section-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__section-title {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.contact-person-viewer__main-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main-contact {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main-contact {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact {
    flex-direction: row;
  }
}
.contact-person-viewer__main-contact__appeal {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact__appeal {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact__appeal {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main-contact__appeal {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact__appeal {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact__appeal {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact__appeal {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__main-contact__appeal {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact__appeal {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__main-contact__appeal {
    width: 45%;
    margin-right: 10% !important;
    margin-bottom: 0;
  }
}
.contact-person-viewer__main-contact__contacts > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.contact-person-viewer__main-contact__contacts-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact__contacts-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact__contacts-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-person-viewer__main-contact__contacts a {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .contact-person-viewer__main-contact__contacts a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__main-contact__contacts a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-person-viewer__group {
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__group {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__group {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group {
    margin-bottom: 3.75rem;
  }
}
.contact-person-viewer__group__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__group__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__group__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__group__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__group__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.contact-person-viewer__group .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__group .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__group .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.contact-person-viewer__group .article__contacts__half::after {
  flex: none;
  content: none;
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__group .article__contacts__contact__position-right {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group .article__contacts__contact__position-right {
    display: block;
  }
}
@media (min-width: 47.96875em) {
  .contact-person-viewer__group .article__contacts__contact__position-bottom {
    display: block;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group .article__contacts__contact__position-bottom {
    display: none;
  }
}
.contact-person-viewer__group .article__contacts__user {
  flex-wrap: wrap;
}

.contact-person-viewer__group .article__contacts__user-title {
  width: 100%;
  margin-bottom: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 47.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-person-viewer__group .article__contacts__user-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-person-viewer__group .article__contacts__user-info {
  flex: 1;
}

.press-contacts-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .press-contacts-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.press-contacts-page__head {
  display: flex;
  flex-direction: column;
}

.press-contacts-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-contacts-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-contacts-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.press-contacts-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.press-contacts-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__head__header-content {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__head__header-content {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__head__header-content {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__head__header-content {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .press-contacts-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-contacts-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-contacts-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.press-contacts-page__content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.press-contacts-page__press-contacts {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__press-contacts {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__press-contacts {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__press-contacts {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__press-contacts {
    margin-bottom: 5.75rem;
  }
}
.press-contacts-page__press-contacts__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__press-contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__press-contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__press-contacts__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__press-contacts__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .press-contacts-page__press-contacts__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__press-contacts__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__press-contacts__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__press-contacts__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.press-contacts-page__press-contacts .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .press-contacts-page__press-contacts .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .press-contacts-page__press-contacts .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .press-contacts-page__press-contacts .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .press-contacts-page__press-contacts .article__contacts {
    margin-top: 2.25rem !important;
  }
}
.association-appearance-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .association-appearance-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-appearance-page__head {
  display: flex;
  flex-direction: column;
}

.association-appearance-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-appearance-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.association-appearance-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.association-appearance-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__header-content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__header-content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__header-content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__header-content {
    margin: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__header-content {
    flex-direction: row;
  }
}
.association-appearance-page__head__header-info {
  width: 100%;
}

@media (min-width: 63.96875em) {
  .association-appearance-page__head__header-info {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
    margin-right: 5% !important;
  }
}
.association-appearance-page__head__links {
  width: 100%;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__links {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__links {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__links {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__links {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__links {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
    margin-top: 0;
  }
}
.association-appearance-page__head__headline-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
}

.association-appearance-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.association-appearance-page__head__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__head__sub-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__head__sub-description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__sub-description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__head__sub-description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__sub-description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__head__sub-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__head__sub-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__content {
  display: flex;
  flex-direction: column;
}

.association-appearance-page__our-topics {
  width: 100%;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.association-appearance-page__our-topics__header {
  width: 95.8333333333%;
  margin-left: 4.1666666667% !important;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__our-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-topics__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-topics__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-topics__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__our-topics__header {
    width: 91.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__our-topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__see-all-topics {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__see-all-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__see-all-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__see-all-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__see-all-topics {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__see-all-topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-appearance-page__see-all-topics .our-topics__content-themes, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
}

.association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .our-topics__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open {
  display: flex;
}

.association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .our-topics__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close {
  display: none;
}

.association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .our-topics__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--open {
  display: none;
}

.association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .our-topics__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .our-topics__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings .level-1-topic-page__our-topics__content-themes input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .our-topics-level1__content-themes__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .our-topics__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .our-topics__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .level-1-topic-page__our-topics__content-themes .association-appearance-page__see-all-topics .our-topics-level1__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .contact-profile-page__topics__content-themes .contact-profile-page__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes .self-profiling-step-2__self-profiling-form__settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .contact-profile-page__topics__content-themes .association-appearance-page__see-all-topics .contact-profile-page__content-themes input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .association-appearance-page__see-all-topics .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close, .self-profiling-step-2__self-profiling-form__settings .association-appearance-page__see-all-topics .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .our-topics__content-themes__show-all__show-all-link--close {
  display: flex;
}

.association-appearance-page__membership {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  width: 100% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership {
    margin-bottom: 5.75rem;
  }
}
.association-appearance-page__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0;
  padding: 1.875rem 0 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage {
    padding: 2.125rem 0 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage {
    padding: 2.375rem 0 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage {
    padding: 2.75rem 0 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage {
    padding: 3.75rem 0 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.association-appearance-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.association-appearance-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.association-appearance-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.association-appearance-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.association-appearance-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.association-appearance-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-appearance-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.association-appearance-page__membership__advantage__actions button, .association-appearance-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-appearance-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__actions button, .association-appearance-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-appearance-page__membership__advantage__actions label {
    width: auto;
  }
}
.association-appearance-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-appearance-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.association-appearance-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-appearance-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-appearance-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-appearance-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__membership__advantage {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-appearance-page__press-releases {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  padding: 1.875rem 0;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__press-releases {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__press-releases {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__press-releases {
    padding: 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__press-releases {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__press-releases {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__press-releases {
    margin-bottom: 5.75rem;
  }
}
.association-appearance-page__press-releases__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 0.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__press-releases__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__press-releases__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__press-releases__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__press-releases__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__press-releases__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__press-releases__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases__header {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-appearance-page__press-releases .press-release-slider {
  padding: 0 4.1666666667%;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__press-releases .press-release-slider {
    padding: 0 8.3333333333%;
  }
}
.association-appearance-page__our-services {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__our-services {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-services {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-services {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-services {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__our-services {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-appearance-page__our-services__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__our-services__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-services__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-services__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-services__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__our-services__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__our-services__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__our-services__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__our-services__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__contact-person__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__contact-person__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-appearance-page__contact-person .article__contacts {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  border-bottom: 0.0625rem solid #cecece;
  padding-bottom: 1.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.association-appearance-page__contact-person__show-all {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .association-appearance-page__contact-person__show-all {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__contact-person__show-all {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-appearance-page__links .article__articletext-links {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}

.association-appearance-page__links .article__articletext-links__line {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__links .article__articletext-links__line {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__links .article__articletext-links__line {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__links .article__articletext-links__line {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__links .article__articletext-links__line {
    margin-top: 1.25rem;
  }
}
.association-appearance-page__half {
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__half {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__half {
    flex-direction: row;
  }
}
.association-appearance-page__half__half-item {
  margin-bottom: 2.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-appearance-page__half__half-item {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-appearance-page__half__half-item {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__half__half-item {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-appearance-page__half__half-item {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .association-appearance-page__half__half-item {
    width: 47.9166666667%;
  }
  .association-appearance-page__half__half-item:first-child {
    margin-right: 4.1666666667%;
  }
}
.header-links__header {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .header-links__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .header-links__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .header-links__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .header-links__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .header-links__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .header-links__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.header-links__links-groups {
  display: flex;
  flex-direction: row;
}

@media (min-width: 63.96875em) {
  .header-links__links-groups {
    flex-direction: column;
  }
}
.header-links__links-groups .textlink {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .header-links__links-groups .textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .header-links__links-groups .textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.header-links__links-group {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  flex: 1 1 50%;
}

@media (min-width: 47.96875em) {
  .header-links__links-group {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 63.96875em) {
  .header-links__links-group {
    width: 100%;
    max-width: 100%;
  }
}
.header-links__links-group .header-links__link a {
  word-break: break-word;
}

.header-links__links-group .header-links__link:not(:first-child) {
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .header-links__links-group:last-child .header-links__link {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .header-links__links-group:last-child .header-links__link {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .header-links__links-group:last-child .header-links__link {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .header-links__links-group:last-child .header-links__link {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .header-links__links-group:last-child .header-links__link {
    margin-top: 2.25rem;
  }
}
.our-services {
  display: flex;
  flex-direction: column;
}

.our-services__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .our-services__list {
    flex-direction: row;
    flex-flow: wrap;
  }
}
.our-services__service {
  display: flex;
  flex-direction: row;
  border: 0.0625rem solid #cecece;
  padding: 1rem;
  width: 100%;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .our-services__service {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .our-services__service {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service {
    padding: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .our-services__service {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .our-services__service {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .our-services__service {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .our-services__service {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 63.96875em) {
  .our-services__service:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .our-services__service:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .our-services__service:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .our-services__service:nth-child(odd) {
    margin-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .our-services__service:nth-child(odd) {
    margin-right: 1.25rem;
  }
}
.our-services__service__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.our-services__service__icon {
  color: #f18700;
  display: block;
  margin-right: 1rem;
}

@media (min-width: 47.96875em) {
  .our-services__service__icon {
    margin-right: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__icon {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service__icon {
    margin-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__icon {
    margin-right: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service__icon {
    padding-top: 0.2rem;
  }
}
.our-services__service__icon i, .our-services__service__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.our-services__service__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .our-services__service__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.our-services__service__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-services__service__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-services__service__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .our-services__service__link {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__link {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__service__link {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__link {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__service__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__service__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.our-services__actions {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .our-services__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .our-services__actions {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__actions {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .our-services__actions {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .our-services__actions {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-groups {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-groups {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-groups {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-groups {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .vdma-groups {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .vdma-groups {
    width: 83.3333333333%;
  }
}
.vdma-groups__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-groups__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-groups__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-groups__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-groups__head {
    padding-bottom: 1.25rem;
  }
}
.vdma-groups__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-groups__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-groups__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-groups__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-groups__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-groups__content {
  display: block;
}

.vdma-groups__actions {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-groups__actions {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-groups__actions {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-groups__actions {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-groups__actions {
    padding-top: 2.25rem;
  }
}
.vdma-groups__actions button, .vdma-groups__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-groups__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-groups__actions button, .vdma-groups__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-groups__actions label {
    width: auto;
  }
}
.vdma-groups__actions-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .vdma-groups__actions-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-groups__actions-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-groups__actions-link + .vdma-groups__actions-link {
  margin-top: 0.5rem;
}

.group-teaser {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-teaser {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .group-teaser {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .group-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser--chairman .group-teaser__info {
    flex-direction: row;
    justify-content: space-between;
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
  .group-teaser--chairman .group-teaser__info .group-teaser__info__main {
    max-width: 64.2857142857%;
    min-width: 64.2857142857%;
    width: 64.2857142857%;
    flex: 1 1 64.2857142857%;
  }
  .group-teaser--chairman .group-teaser__info .group-teaser__info__chairman {
    max-width: 28.5714285714%;
    min-width: 28.5714285714%;
    width: 28.5714285714%;
    flex: 1 1 28.5714285714%;
  }
  .group-teaser--chairman .group-teaser__contact {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser--chairman .group-teaser__info {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .group-teaser--chairman .group-teaser__info .group-teaser__info__main {
    max-width: 60%;
    min-width: 60%;
    width: 60%;
    flex: 1 1 60%;
  }
  .group-teaser--chairman .group-teaser__info .group-teaser__info__chairman {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }
  .group-teaser--chairman .group-teaser__contact {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.group-teaser__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-teaser__info {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.group-teaser__info__main {
  display: flex;
  flex-direction: column;
}

.group-teaser__info__chairman {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .group-teaser__info__chairman {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .group-teaser__info__chairman {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser__info__chairman {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__chairman {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser__info__chairman {
    margin-top: 0;
  }
}
.group-teaser__info__chairman__title {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__chairman__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__chairman__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__info__chairman__name {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__chairman__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__chairman__name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.group-teaser__info__chairman__company {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-word;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__chairman__company {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__chairman__company {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__info__roofline {
  display: flex;
  flex-flow: row nowrap;
}

.group-teaser__info__roofline-status-icon {
  color: #f18700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.group-teaser__info__roofline-status-icon .vdma-info-layer i {
  color: #f18700;
}

.group-teaser__info__roofline-status-icon .vdma-info-layer.focused, .group-teaser__info__roofline-status-icon .vdma-info-layer:hover {
  outline: none;
  z-index: 900;
}

.group-teaser__info__roofline-status-icon .vdma-info-layer.focused i, .group-teaser__info__roofline-status-icon .vdma-info-layer:hover i {
  color: #f18700 !important;
}

.group-teaser__info__roofline-theme, .group-teaser__info__roofline-format {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  display: inline;
}

.group-teaser__info__roofline-theme + .group-teaser__info__roofline-format::before, .group-teaser__info__roofline-format + .group-teaser__info__roofline-theme::before {
  content: " · ";
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.group-teaser__info__roofline-status-icon + .group-teaser__info__roofline-theme {
  margin-left: 0.5rem;
}

.group-teaser__info__roofline-status-icon + .group-teaser__info__roofline-format {
  margin-left: 0.5rem;
}

.group-teaser__info__name {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.group-teaser__info__name a {
  color: #222F5B;
}

.group-teaser__info__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: none;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .group-teaser__info__description {
    display: block;
  }
}
.group-teaser__info__participant-status {
  margin-top: 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.group-teaser__info__participant-status-icon {
  color: #f18700;
}

.group-teaser__info__participant-status-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .group-teaser__info__participant-status-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__info__participant-status-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__info__participant-status-icon + .group-teaser__info__participant-status-text {
  margin-left: 0.5rem;
}

.group-teaser__contact {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .group-teaser__contact {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .group-teaser__contact {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser__contact {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .group-teaser__contact {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
    margin-top: 0;
  }
}
.group-teaser__contact input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .group-teaser__contact__formular {
  max-height: 100vh;
}

input[type=checkbox]:checked ~ .group-teaser__contact__show-more i svg {
  transform: rotate(180deg);
}

.group-teaser__contact__title, .group-teaser__contact__titel {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__contact__title, .group-teaser__contact__titel {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__title, .group-teaser__contact__titel {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__contact__name {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__contact__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.group-teaser__contact__function {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .group-teaser__contact__function {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__function {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__contact__formular {
  width: 100%;
  padding-bottom: 0.5rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
  max-height: 0;
}

@media (min-width: 63.96875em) {
  .group-teaser__contact__formular {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__formular {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__contact__formular__point {
  display: flex;
  margin-right: auto;
}

.group-teaser__contact__formular__point:first-child {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .group-teaser__contact__formular__point:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-teaser__contact__formular__point:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-teaser__contact__formular__point:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__formular__point:first-child {
    margin-top: 1.25rem;
  }
}
.group-teaser__contact__formular__point + .group-teaser__contact__formular__point {
  margin-top: 0.5rem;
}

.group-teaser__contact__show-more {
  margin-right: auto;
  cursor: pointer;
  display: inline;
  vertical-align: middle;
}

.group-teaser__contact__show-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: inline;
}

@media (min-width: 63.96875em) {
  .group-teaser__contact__show-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-teaser__contact__show-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-teaser__contact__show-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  padding-right: 1.5rem;
  padding-left: 0.125rem;
  display: inline;
  position: relative;
}

.group-teaser__contact__show-more-icon i {
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.group-teaser__contact__show-more-icon i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.vdma-services__head {
  display: flex;
  justify-content: flex-start;
}

.vdma-services__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-services__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-services__head__header + div {
  margin-left: 0.5rem;
}

.vdma-services__content {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-services__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services__content {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-services__content {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.vdma-services__content .service-freeplace, .vdma-services__content .service-quicklink {
  min-height: 8.25rem;
  width: 100%;
}

.vdma-services__content .service-freeplace:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-services__content .service-freeplace:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services__content .service-freeplace:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content .service-freeplace:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services__content .service-freeplace:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-services__content .service-quicklink:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-services__content .service-quicklink:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services__content .service-quicklink:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content .service-quicklink:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services__content .service-quicklink:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-services__content .service-freeplace {
    min-height: 10.5rem;
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 47.96875em) {
  .vdma-services__content .service-quicklink {
    min-height: 10.5rem;
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 47.96875em) {
  .vdma-services__content .service-freeplace:nth-child(2), .vdma-services__content .service-quicklink:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services__content .service-freeplace, .vdma-services__content .service-quicklink {
    min-height: 9.5rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content .service-freeplace {
    min-height: 12.25rem;
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-services__content .service-freeplace {
    width: calc(33.3333333333% - 0.9375rem);
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content .service-quicklink {
    min-height: 12.25rem;
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(33.3333333333% - 0.75rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .vdma-services__content .service-quicklink {
    width: calc(33.3333333333% - 0.9375rem);
  }
}
@media (min-width: 89.96875em) {
  .vdma-services__content .service-freeplace:nth-child(3), .vdma-services__content .service-quicklink:nth-child(3) {
    margin-top: 0;
  }
}
.vdma-services-preview__head {
  display: flex;
  justify-content: flex-start;
}

.vdma-services-preview__head__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-preview__head__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__head__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-preview__head__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-preview__head__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-services-preview__head__header + div {
  margin-left: 0.5rem;
}

.vdma-services-preview__content {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-preview__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-preview__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-preview__content {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.vdma-services-preview__content .service-teaser {
  width: 100%;
}

.vdma-services-preview__content .service-teaser:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-preview__content .service-teaser:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content .service-teaser:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-preview__content .service-teaser:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-preview__content .service-teaser:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-services-preview__content .service-teaser.service-teaser--association:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-preview__content .service-teaser.service-teaser--association:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content .service-teaser.service-teaser--association:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-preview__content .service-teaser.service-teaser--association:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-preview__content .service-teaser.service-teaser--association:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content .service-teaser {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-services-preview__content .service-teaser {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-services-preview__content .service-teaser {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-services-preview__content .service-teaser {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-services-preview__content .service-teaser {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-preview__content .service-teaser:nth-child(2) {
    margin-top: 0;
  }
  .vdma-services-preview__content .service-teaser.service-teaser--association:nth-child(2) {
    margin-top: 0;
  }
}
.vdma-services-select {
  width: 100%;
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #f4f3f0;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .vdma-services-select {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-select {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-select {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-select {
    margin-top: 1.25rem;
  }
}
.vdma-services-select__scroll {
  margin: 1rem 0;
  overflow-y: scroll;
  max-height: 15rem;
  scrollbar-width: thin;
  scrollbar-color: #929292 transparent;
}

@media (min-width: 47.96875em) {
  .vdma-services-select__scroll {
    margin: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-select__scroll {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-select__scroll {
    margin: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-select__scroll {
    margin: 1.75rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-select__scroll {
    max-height: 20rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-select__scroll {
    max-height: 22.5rem;
  }
}
.vdma-services-select__scroll::-webkit-scrollbar {
  width: 0.3125rem;
}

.vdma-services-select__scroll::-webkit-scrollbar-thumb {
  background-color: #929292;
}

.vdma-services-select__scroll::-webkit-scrollbar-thumb, .vdma-services-select__scroll::-webkit-scrollbar-track {
  border: 0.3125rem solid transparent;
  border-radius: 0.15625rem;
}

.vdma-services-select__item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.vdma-services-select__item.select-blocked, .vdma-services-select__item.select-disabled {
  opacity: 0.5;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.vdma-services-select__item:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-select__item:not(:first-child) {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-select__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-select__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-select__item:not(:first-child) {
    margin-top: 1.75rem;
  }
}
.vdma-services-select__item .vdma-checkbox-group {
  width: auto;
  margin-bottom: auto;
}

.vdma-services-select__item .service-select-teaser {
  padding: 0 1rem;
}

@media (min-width: 47.96875em) {
  .vdma-services-select__item .service-select-teaser {
    padding: 0 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-services-select__item .service-select-teaser {
    padding: 0 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-services-select__item .service-select-teaser {
    padding: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-services-select__item .service-select-teaser {
    padding: 0 1.75rem;
  }
}
.service-teaser {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service-teaser__association {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .service-teaser__association {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__association {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-teaser__association {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__association {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__association {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__association {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-teaser__plate {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid #cecece;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .service-teaser__plate {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__plate {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .service-teaser__plate {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__plate {
    padding: 1.75rem;
  }
}
.service-teaser--borderless {
  border: none !important;
}

.service-teaser__header {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.service-teaser__header__icon {
  min-width: 1.5rem;
  color: #f18700;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .service-teaser__header__icon {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__header__icon {
    margin-top: 0.375rem;
  }
}
.service-teaser__header__text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-right: auto;
  padding-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .service-teaser__header__text {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__header__text {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-teaser__header__text {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__header__text {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.service-teaser__header .tag-exclusive, .service-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-teaser__header p, .service-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-teaser__header p, .service-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-teaser__header p {
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .service-teaser__header .tag-exclusive, .service-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-teaser__header p, .service-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-teaser__header p, .service-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-teaser__header p {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__header .tag-exclusive, .service-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-teaser__header p, .service-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-teaser__header p, .service-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-teaser__header p {
    margin-top: 0.375rem;
  }
}
.service-teaser__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
  flex: 1 1 auto;
}

@media (min-width: 63.96875em) {
  .service-teaser__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-teaser__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .service-teaser__link {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__link {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-teaser__link {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__link {
    padding-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-teaser__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-teaser__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-quicklink {
  background-color: #f4f3f0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .service-quicklink {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink {
    padding: 1.75rem;
  }
}
.service-quicklink__icon {
  color: #f18700;
}

.service-quicklink__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  flex: 1 1 auto;
}

@media (min-width: 47.96875em) {
  .service-quicklink__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .service-quicklink__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.service-quicklink__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.75rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .service-quicklink__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-quicklink__close-icon {
  position: absolute;
  cursor: pointer;
  top: 0.75rem;
  right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .service-quicklink__close-icon {
    right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__close-icon {
    right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink__close-icon {
    right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__close-icon {
    right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .service-quicklink__close-icon {
    top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-quicklink__close-icon {
    top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-quicklink__close-icon {
    top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-quicklink__close-icon {
    top: 1.25rem;
  }
}
.service-quicklink__close-icon::before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url("/o/vdma-new-eu-theme/assets/icons/v-x-petrol.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-freeplace {
  display: flex;
  background-color: #fff;
  border: 0.0625rem dashed #cecece;
}

.service-freeplace__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
  margin: auto;
}

@media (min-width: 63.96875em) {
  .service-freeplace__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-freeplace__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-select-teaser {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service-select-teaser__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.service-select-teaser__header__icon {
  min-width: 1.5rem;
  color: #f18700;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .service-select-teaser__header__icon {
    margin-top: 0.375rem;
  }
}
@media (min-width: 119.96875em) {
  .service-select-teaser__header__icon {
    margin-top: 0.5rem;
  }
}
.service-select-teaser__header__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-right: auto;
  padding-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .service-select-teaser__header__text {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-select-teaser__header__text {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-select-teaser__header__text {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-select-teaser__header__text {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-select-teaser__header__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-select-teaser__header__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.service-select-teaser__header .tag-exclusive, .service-select-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-select-teaser__header p, .service-select-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-select-teaser__header p, .service-select-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-select-teaser__header p {
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .service-select-teaser__header .tag-exclusive, .service-select-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-select-teaser__header p, .service-select-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-select-teaser__header p, .service-select-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-select-teaser__header p {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .service-select-teaser__header .tag-exclusive, .service-select-teaser__header .events-detail-page__information__tags-exclusive p, .events-detail-page__information__tags-exclusive .service-select-teaser__header p, .service-select-teaser__header .article-viewer-page__article-tag-exclusive p, .article-viewer-page__article-tag-exclusive .service-select-teaser__header p, .service-select-teaser__header .max-expression-page__information__tags-exclusive p, .max-expression-page__information__tags-exclusive .service-select-teaser__header p {
    margin-top: 0.375rem;
  }
}
.service-select-teaser__description {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

.service-direct {
  width: 100%;
}

.service-direct__head {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .service-direct__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-direct__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-direct__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-direct__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .service-direct__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .service-direct__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-direct__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-direct__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.service-direct__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .service-direct__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service-direct__item {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .service-direct__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .service-direct__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .service-direct__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .service-direct__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-direct__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .service-direct__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .service-direct__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .service-direct__item:not(:only-child) {
    width: calc(50% - 1.375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .service-direct__item:not(:only-child) {
    width: calc(50% - 1.875rem);
  }
}
.service-direct__item__head {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .service-direct__item__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .service-direct__item__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-direct__item__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-direct__item__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.service-direct__item__head > * {
  margin-right: auto;
}

.service-direct__item__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .service-direct__item__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-direct__item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-article {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .service-article {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .service-article {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .service-article {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .service-article {
    padding: 2.25rem 0;
  }
}
.service-article__content {
  padding: 1rem 0.75rem;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .service-article__content {
    padding: 1.125rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-article__content {
    padding: 1.25rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-article__content {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-article__content {
    padding: 1.75rem 1.25rem;
  }
}
.service-article__header {
  display: flex;
  justify-content: space-between;
}

.service-article__header__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

@media (min-width: 47.96875em) {
  .service-article__header__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .service-article__header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-article__header__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .service-article__header__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.service-article__header__link {
  width: 1.5rem;
  margin-left: 0.75rem;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .service-article__header__link {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-article__header__link {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-article__header__link {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-article__header__link {
    margin-left: 1.25rem;
  }
}
.service-article__header__link a {
  color: #fff;
}

.service-article__description {
  color: #fff;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .service-article__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .service-article__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .service-article__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .service-article__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .service-article__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .service-article__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.service-article__description b {
  font-family: "Open Sans Bold";
}

@media (min-width: 89.96875em) {
  .vdma-newsletter__info {
    width: 65%;
  }
}
.vdma-newsletter__info__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__info__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__info__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__info__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__info__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-newsletter__info__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__info__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__info__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__info__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__info__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__info__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-newsletter__select {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select {
    margin-top: 2.25rem;
  }
}
.vdma-newsletter__select__action button, .vdma-newsletter__select__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-newsletter__select__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__action button, .vdma-newsletter__select__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .vdma-newsletter__select__action label {
    width: auto;
  }
}
.vdma-newsletter__select__filters {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__filters {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__filters {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__filters {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__filters {
    margin-top: 2.25rem;
  }
}
.vdma-newsletter__select__filters .vdma-filter-box {
  margin: 0;
}

.vdma-newsletter__select__results {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__results {
    margin-top: 2.25rem;
  }
}
.vdma-newsletter__select__results table {
  width: 100%;
  border-spacing: 0;
}

.vdma-newsletter__select__results table thead {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #f4f3f0;
  color: #707175;
}

.vdma-newsletter__select__results table thead tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.75rem 0 0.75rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results table thead tr th {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__results table thead tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-newsletter__select__results table thead tr th:not(:last-child) {
  border-right: 0.125rem solid #fff;
}

.vdma-newsletter__select__results table tbody tr td {
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #cecece;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table tbody tr td {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results table tbody tr td {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results table tbody tr td {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__results table tbody tr td {
    padding: 2.25rem 0;
  }
}
.vdma-newsletter__select__results table tbody tr td:not(:first-child) {
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table tbody tr td:not(:first-child) {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results table tbody tr td:not(:first-child) {
    padding-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results table tbody tr td:not(:first-child) {
    padding-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__results table tbody tr td:not(:first-child) {
    padding-left: 1.25rem;
  }
}
.vdma-newsletter__select__results table thead tr th:nth-child(1), .vdma-newsletter__select__results table thead tr td:nth-child(1), .vdma-newsletter__select__results table tbody tr th:nth-child(1), .vdma-newsletter__select__results table tbody tr td:nth-child(1) {
  width: 72.7272%;
  max-width: 72.7272%;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(1), .vdma-newsletter__select__results table thead tr td:nth-child(1), .vdma-newsletter__select__results table tbody tr th:nth-child(1), .vdma-newsletter__select__results table tbody tr td:nth-child(1) {
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(1), .vdma-newsletter__select__results table thead tr td:nth-child(1), .vdma-newsletter__select__results table tbody tr th:nth-child(1), .vdma-newsletter__select__results table tbody tr td:nth-child(1) {
    width: 45%;
    max-width: 45%;
  }
}
.vdma-newsletter__select__results table thead tr th:nth-child(2), .vdma-newsletter__select__results table thead tr td:nth-child(2), .vdma-newsletter__select__results table tbody tr th:nth-child(2), .vdma-newsletter__select__results table tbody tr td:nth-child(2) {
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(2), .vdma-newsletter__select__results table thead tr td:nth-child(2), .vdma-newsletter__select__results table tbody tr th:nth-child(2), .vdma-newsletter__select__results table tbody tr td:nth-child(2) {
    display: table-cell;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(2), .vdma-newsletter__select__results table thead tr td:nth-child(2), .vdma-newsletter__select__results table tbody tr th:nth-child(2), .vdma-newsletter__select__results table tbody tr td:nth-child(2) {
    width: 15%;
    max-width: 15%;
  }
}
.vdma-newsletter__select__results table thead tr th:nth-child(3), .vdma-newsletter__select__results table thead tr td:nth-child(3), .vdma-newsletter__select__results table tbody tr th:nth-child(3), .vdma-newsletter__select__results table tbody tr td:nth-child(3) {
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(3), .vdma-newsletter__select__results table thead tr td:nth-child(3), .vdma-newsletter__select__results table tbody tr th:nth-child(3), .vdma-newsletter__select__results table tbody tr td:nth-child(3) {
    display: table-cell;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(3), .vdma-newsletter__select__results table thead tr td:nth-child(3), .vdma-newsletter__select__results table tbody tr th:nth-child(3), .vdma-newsletter__select__results table tbody tr td:nth-child(3) {
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(3), .vdma-newsletter__select__results table thead tr td:nth-child(3), .vdma-newsletter__select__results table tbody tr th:nth-child(3), .vdma-newsletter__select__results table tbody tr td:nth-child(3) {
    width: 25%;
    max-width: 25%;
  }
}
.vdma-newsletter__select__results table thead tr th:nth-child(4), .vdma-newsletter__select__results table thead tr td:nth-child(4), .vdma-newsletter__select__results table tbody tr th:nth-child(4), .vdma-newsletter__select__results table tbody tr td:nth-child(4) {
  width: 27.2728%;
  max-width: 27.2728%;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__results table thead tr th:nth-child(4), .vdma-newsletter__select__results table thead tr td:nth-child(4), .vdma-newsletter__select__results table tbody tr th:nth-child(4), .vdma-newsletter__select__results table tbody tr td:nth-child(4) {
    width: 15%;
    max-width: 15%;
  }
}
.vdma-newsletter__select__pagination {
  margin: 1.875rem auto 0 auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__select__pagination {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__select__pagination {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__select__pagination {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__select__pagination {
    margin: 3.75rem auto 0 auto;
  }
}
.vdma-newsletter__confirm {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm {
    margin-top: 5.75rem;
  }
}
.vdma-newsletter__confirm__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.vdma-newsletter__confirm__selected {
  list-style: none;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__selected {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__selected {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__selected {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__selected {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__selected {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__selected {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-newsletter__confirm__selected-item:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__selected-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__selected-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__selected-item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__selected-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.vdma-newsletter__confirm__selected-item-text {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__selected-item-text {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__selected-item-text {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__selected-item-text {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__selected-item-text {
    margin-left: 1.25rem;
  }
}
.vdma-newsletter__confirm__selected-item::before {
  content: "";
  background-color: #f18700;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.vdma-newsletter__confirm__notes {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__notes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__notes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__notes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__notes {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__notes {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__notes {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__notes {
    width: 65%;
  }
}
.vdma-newsletter__confirm__form {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__form {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__form {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__form {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__form {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__form {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__form {
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__form {
    width: 55%;
  }
}
.vdma-newsletter__confirm__form__agree {
  margin-top: 1.875rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .vdma-newsletter__confirm__form__agree {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-newsletter__confirm__form__agree {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-newsletter__confirm__form__agree {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-newsletter__confirm__form__agree {
    margin-top: 3.75rem;
  }
}
.vdma-newsletter__confirm__form__agree .vdma-checkbox-group {
  width: auto;
}

.newsletter-teaser__title-box {
  display: flex;
  margin-right: auto;
}

.newsletter-teaser__title-box .vdma-checkbox-group {
  width: auto;
}

.newsletter-teaser__title-box .vdma-checkbox-group span {
  font-family: "Open Sans Bold";
}

.newsletter-teaser__title-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-left: 2rem;
}

@media (min-width: 47.96875em) {
  .newsletter-teaser__title-description {
    margin-left: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .newsletter-teaser__title-description {
    margin-left: 2.125rem;
  }
}
@media (min-width: 89.96875em) {
  .newsletter-teaser__title-description {
    margin-left: 2.25rem;
  }
}
@media (min-width: 119.96875em) {
  .newsletter-teaser__title-description {
    margin-left: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .newsletter-teaser__title-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .newsletter-teaser__title-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.newsletter-teaser__rotation, .newsletter-teaser__lang {
  font-family: "Open Sans Regular";
}

.newsletter-teaser__contact {
  font-family: "Open Sans Bold";
  color: #222F5B;
}

.newsletter-teaser__rotation, .newsletter-teaser__contact, .newsletter-teaser__lang {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .newsletter-teaser__rotation, .newsletter-teaser__contact, .newsletter-teaser__lang {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .newsletter-teaser__rotation, .newsletter-teaser__contact, .newsletter-teaser__lang {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-space-page__header {
  background-color: #f4f3f0;
  padding-top: 0.75rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .personal-space-page__header {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__header {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__header {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__header {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__header {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.personal-space-page__breadcrumbs {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__breadcrumbs {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__breadcrumbs {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__breadcrumbs {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__breadcrumbs {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-space-page__profile {
  background-color: #f4f3f0;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__profile {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__profile {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile {
    display: flex;
    flex-wrap: row nowrap;
    justify-content: space-between;
  }
}
.personal-space-page__profile__info {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 63.96875em) {
  .personal-space-page__profile__info {
    display: flex;
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__info {
    width: 45%;
  }
}
.personal-space-page__profile__greeting {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__greeting {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__greeting {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__greeting {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__greeting {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-space-page__profile__greeting::after {
  content: ",";
}

.personal-space-page__profile__name {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__name {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__name {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__name {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__name {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.personal-space-page__profile__position {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .personal-space-page__profile__position {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__position {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__position {
    margin-top: 0.25rem;
  }
}
.personal-space-page__profile__actions {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__actions {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__actions {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__actions {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__actions {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-space-page__profile__actions-link {
  display: flex;
  margin-right: auto;
}

.personal-space-page__profile__actions-link + .personal-space-page__profile__actions-link {
  margin-top: 0.5rem;
}

.personal-space-page__profile__data {
  flex: 1 0 100%;
  padding-right: 1rem;
  max-width: 77.2727272727%;
  min-width: 77.2727272727%;
  width: 77.2727272727%;
  flex: 1 1 77.2727272727%;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__data {
    padding-right: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__data {
    padding-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__data {
    padding-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__data {
    padding-right: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__profile__data {
    max-width: 85%;
    min-width: 85%;
    width: 85%;
    flex: 1 1 85%;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__data {
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
    flex: 1 1 83.3333333333%;
    order: 2;
    padding-right: 0;
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .personal-space-page__profile__data {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .personal-space-page__profile__data {
    padding-left: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .personal-space-page__profile__data {
    padding-left: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .personal-space-page__profile__data {
    padding-left: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__data {
    max-width: 77.7777777778%;
    min-width: 77.7777777778%;
    width: 77.7777777778%;
    flex: 1 1 77.7777777778%;
  }
}
.personal-space-page__profile__photo {
  flex: 1 0 100%;
  max-width: 22.7272727273%;
  min-width: 22.7272727273%;
  width: 22.7272727273%;
  flex: 1 1 22.7272727273%;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__photo {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__photo {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
    order: 1;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__photo {
    max-width: 22.2222222222%;
    min-width: 22.2222222222%;
    width: 22.2222222222%;
    flex: 1 1 22.2222222222%;
  }
}
.personal-space-page__profile__photo-overflow {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.personal-space-page__profile__photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 63.96875em) {
  .personal-space-page__profile__contacts {
    width: 35%;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__contacts {
    width: 25%;
  }
}
.personal-space-page__profile__contact {
  background-color: #fff;
  padding: 0.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__contact {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__contact {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__contact {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__profile__contact {
    padding: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact {
    padding: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__profile__contact {
    padding: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__contact {
    padding: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact {
    margin-top: 0;
  }
}
.personal-space-page__profile__contact + .personal-space-page__profile__contact {
  margin-top: 0.25rem;
}

.personal-space-page__profile__contact__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.personal-space-page__profile__contact__info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__contact__info {
    flex-flow: row wrap;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact__info {
    flex-flow: column nowrap;
  }
}
.personal-space-page__profile__contact__info:not(:first-child) {
  margin-top: 0.5rem;
}

.personal-space-page__profile__contact__name {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact__name {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__contact__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__profile__contact__name {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact__name {
    margin-right: 0;
  }
}
.personal-space-page__profile__contact__link {
  display: flex;
  margin-right: auto;
}

.personal-space-page__profile__contact__link:not(:first-child) {
  margin-top: 0.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__profile__contact__link:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact__link:not(:first-child) {
    margin-top: 0.25rem;
  }
}
.personal-space-page__profile__contact__link .textlink-inline {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .personal-space-page__profile__contact__link .textlink-inline {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__profile__contact__link .textlink-inline {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
  padding-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
    padding-left: 8.3333333333% !important;
  }
}
.personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
  content: "";
  max-width: 4.1666666667%;
  min-width: 4.1666666667%;
  width: 4.1666666667%;
  flex: 1 1 4.1666666667%;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }
}
.personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs .vdma-tabbar__tabs-tab {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs .vdma-tabbar__tabs-tab {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs .vdma-tabbar__tabs-tab {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs .vdma-tabbar__tabs-tab {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs .vdma-tabbar__tabs-tab {
    padding-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 91.6666666667%;
  margin: 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__header {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__header + .personal-space-page__content__tabbar__block-head {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__header + .personal-space-page__content__tabbar__block-head {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__header + .personal-space-page__content__tabbar__block-head {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__header + .personal-space-page__content__tabbar__block-head {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__header + .personal-space-page__content__tabbar__block-head {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__concealer {
  display: none;
}

.personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-hide-block {
  height: 100%;
}

.personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block {
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block {
    margin-bottom: 3.75rem;
  }
}
.personal-space-page__content__tabbar__concealer:checked ~ .personal-space-page__content__tabbar__concealer-label-block i {
  transform: rotate(180deg);
}

.personal-space-page__content__tabbar__concealer-hide-block {
  width: 100%;
  height: 0;
  overflow: hidden;
}

.personal-space-page__content__tabbar__concealer-hide-block .personal-space-page__content__tabbar__block-head {
  margin-top: 0 !important;
}

.personal-space-page__content__tabbar__concealer-label-block {
  margin: 0.5rem auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__concealer-label-block {
    margin: 0.5rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__concealer-label-block {
    margin: 0.5rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__concealer-label-block {
    margin: 0.5rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__concealer-label-block {
    margin: 0.5rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__concealer-label-block {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__concealer-label {
  margin-right: auto;
  cursor: pointer;
  display: flex;
}

.personal-space-page__content__tabbar__concealer-label-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__concealer-label-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__concealer-label-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-space-page__content__tabbar__concealer-label-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.personal-space-page__content__tabbar__block-head {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 91.6666666667%;
  margin: 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__block-head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__block-head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__block-head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__block-head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__block-head {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__block-head-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    margin-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__block-head-meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-space-page__content__tabbar__notification {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__notification {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__notification {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__notification {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__notification {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__notification {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__notification__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__notification__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__notification__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__notification__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__notification__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-space-page__content__tabbar__notification__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__notification__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__notification__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__notification__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__notification__content {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__pagination {
  width: 91.6666666667%;
  margin: 1.875rem auto 2.75rem auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__pagination {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__pagination {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__pagination {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__pagination {
    margin: 3.75rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__pagination {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.personal-space-page__content__tabbar__groups .vdma-groups {
  margin-bottom: 0;
}

.personal-space-page__content__tabbar__groups + .personal-space-page__content__tabbar__recommended {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__groups + .personal-space-page__content__tabbar__recommended {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__groups + .personal-space-page__content__tabbar__recommended {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__groups + .personal-space-page__content__tabbar__recommended {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__groups + .personal-space-page__content__tabbar__recommended {
    margin-top: 5.75rem;
  }
}
.personal-space-page__content__tabbar__articles {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__articles {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__articles {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__articles {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__articles {
    margin-bottom: 5.75rem;
  }
}
.personal-space-page__content__tabbar__association-articles {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__association-articles {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__association-articles {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__association-articles {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__association-articles {
    margin-bottom: 5.75rem;
  }
}
.personal-space-page__content__tabbar__articles .articles, .personal-space-page__content__tabbar__association-articles .articles {
  width: 91.6666666667%;
  margin: 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__articles .articles, .personal-space-page__content__tabbar__association-articles .articles {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__our-topics {
    margin-bottom: 5.75rem;
  }
}
.personal-space-page__content__tabbar__future .event-overview:first-child {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__future .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__future .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__future .event-overview:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__future .event-overview:first-child {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__invited .event-overview:first-child {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__invited .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__invited .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__invited .event-overview:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__invited .event-overview:first-child {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__participated .event-overview:first-child {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__participated .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__participated .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__participated .event-overview:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__participated .event-overview:first-child {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__canceled .event-overview:first-child {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__canceled .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__canceled .event-overview:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__canceled .event-overview:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__canceled .event-overview:first-child {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__services .vdma-services {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services .vdma-services-preview {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services-preview {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services-preview {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services-preview {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services-preview {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-expertise .vdma-services {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-expertise .vdma-services-preview {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services-preview {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services-preview {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services-preview {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-expertise .vdma-services-preview {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-professional .vdma-services {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-professional .vdma-services-preview {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services-preview {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services-preview {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services-preview {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-professional .vdma-services-preview {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-regional .vdma-services {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__services-regional .vdma-services-preview {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services-preview {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services-preview {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services-preview {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-regional .vdma-services-preview {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services .vdma-services, .personal-space-page__content__tabbar__services .vdma-services-preview, .personal-space-page__content__tabbar__services-expertise .vdma-services, .personal-space-page__content__tabbar__services-expertise .vdma-services-preview, .personal-space-page__content__tabbar__services-professional .vdma-services, .personal-space-page__content__tabbar__services-professional .vdma-services-preview, .personal-space-page__content__tabbar__services-regional .vdma-services, .personal-space-page__content__tabbar__services-regional .vdma-services-preview {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__services .personal-space-page__content__message, .personal-space-page__content__tabbar__services-expertise .personal-space-page__content__message, .personal-space-page__content__tabbar__services-professional .personal-space-page__content__message, .personal-space-page__content__tabbar__services-regional .personal-space-page__content__message {
  margin-top: 0;
}

.personal-space-page__content__tabbar__marked-articles {
  width: 91.6666666667%;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-articles {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-articles {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-articles {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-articles {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-articles {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__marked-articles .articles__search {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__marked-articles .articles__search .articles-article {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  border-bottom: none;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search .articles-article {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search .articles-article {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search .articles-article {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-articles .articles__search .articles-article {
    padding-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__marked-events {
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-events {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-events {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-events {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-events {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-space-page__content__tabbar__marked-events .vdma-events__content {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content {
    margin-top: 1.25rem;
  }
}
.personal-space-page__content__tabbar__marked-events .vdma-events__content .event-overview {
  border-top: 0.0625rem solid #cecece;
  border-bottom: none;
}

.personal-space-page__content__tabbar__marked-events .vdma-events__content .personal-space-page__content__message {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content .personal-space-page__content__message {
    margin-top: 0.625rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content .personal-space-page__content__message {
    margin-top: 0.75rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content .personal-space-page__content__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-events .vdma-events__content .personal-space-page__content__message {
    margin-top: 1rem;
  }
}
.personal-space-page__content__tabbar__marked-events .vdma-events__actions {
  border-top: 0.0625rem solid #cecece;
}

.personal-space-page__content__tabbar__newsletter {
  width: 91.6666666667%;
  margin: 1.25rem auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__newsletter {
    margin: 1.5rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__newsletter {
    margin: 1.625rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__newsletter {
    margin: 1.875rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__newsletter {
    margin: 2.25rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__newsletter {
    width: 83.3333333333%;
  }
}
.personal-space-page__content__tabbar__header:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__header:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__header:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__header:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__header:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__block-head:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__block-head:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__block-head:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__block-head:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__block-head:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__notification:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__notification:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__notification:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__notification:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__notification:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__results:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__results:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__results:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__results:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__results:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__recommended:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__recommended:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__recommended:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__recommended:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__recommended:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__articles:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__articles:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__articles:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__articles:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__articles:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__association-articles:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__association-articles:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__association-articles:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__association-articles:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__association-articles:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__groups:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__groups:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__groups:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__groups:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__groups:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__marked-articles:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-articles:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-articles:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-articles:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-articles:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__marked-events:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__marked-events:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__marked-events:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__marked-events:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__marked-events:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__our-topics:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__our-topics:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__our-topics:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__our-topics:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__our-topics:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__services:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__services-expertise:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-expertise:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-expertise:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-expertise:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-expertise:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__services-professional:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-professional:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-professional:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-professional:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-professional:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__services-regional:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__services-regional:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__services-regional:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__services-regional:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__services-regional:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__newsletter:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__newsletter:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__newsletter:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__newsletter:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__newsletter:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__future:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__future:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__future:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__future:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__future:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__invited:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__invited:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__invited:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__invited:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__invited:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__participated:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__participated:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__participated:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__participated:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__participated:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__tabbar__canceled:first-child {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__tabbar__canceled:first-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__tabbar__canceled:first-child {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__tabbar__canceled:first-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__tabbar__canceled:first-child {
    margin-top: 2.25rem;
  }
}
.personal-space-page__content__message {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .personal-space-page__content__message {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__message {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__message {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__message {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-space-page__content__message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-space-page__content__message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__message {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-space-page__content__message {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.personal-space-page__content__message__text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .personal-space-page__content__message__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__message__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.personal-space-page__content__message__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .personal-space-page__content__message__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-space-page__content__message__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-member-list-page__head {
  display: flex;
  flex-direction: column;
  background-color: #222F5B;
  color: #fff;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head {
    margin-bottom: 3.75rem;
  }
}
.association-member-list-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-member-list-page__head__breadcrumbs li {
  color: #fff;
}

.association-member-list-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.association-member-list-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.association-member-list-page__head__header-content {
  margin: 1.25rem 0 1.875rem 0;
  display: flex;
  flex-direction: row;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__header-content {
    margin: 1.5rem 0 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__header-content {
    margin: 1.625rem 0 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head__header-content {
    margin: 1.875rem 0 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__header-content {
    margin: 2.25rem 0 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-member-list-page__head__header-info {
  width: 100%;
}

@media (min-width: 89.96875em) {
  .association-member-list-page__head__header-info {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.association-member-list-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.association-member-list-page__head__descroption {
  margin-top: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__descroption {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__descroption {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head__descroption {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__descroption {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__descroption {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__descroption {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-member-list-page__head__links {
  width: 100%;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__head__links {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__links {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__head__links {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__head__links {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__head__links {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
    flex: 1 1 30%;
    margin-top: 0;
  }
}
.association-member-list-page__head__links .header-links__link:last-child {
  margin-top: 0;
}

.association-member-list-page__head__headline-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
  margin-bottom: 0.5rem;
}

.association-member-list-page__head--alternative {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
}

.association-member-list-page__head--alternative .association-member-list-page__head__breadcrumbs li {
  color: #222F5B;
}

.association-member-list-page__head--alternative .association-member-list-page__head__header-content {
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-member-list-page__head--alternative .association-member-list-page__head__header-content {
    flex-direction: row;
  }
}
.association-member-list-page__content {
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-member-list-page__search {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__search {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__search {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__search {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__search {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.association-member-list-page__search .vdma-global-search__input-group {
  margin-top: 0;
}

.association-member-list-page__filters {
  border-bottom: 0.0625rem solid #f4f3f0;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__filters {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__filters {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__filters {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__filters {
    margin-bottom: 3.75rem;
  }
}
.association-member-list-page__filters .vdma-filter-box {
  margin-bottom: 1.25rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__filters .vdma-filter-box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__filters .vdma-filter-box {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__filters .vdma-filter-box {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__filters .vdma-filter-box {
    margin-bottom: 2.25rem;
  }
}
.association-member-list-page__association-member-pagination {
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page__association-member-pagination {
    margin-top: 3.75rem;
  }
}
.association-member-list-page .association-member-list {
  display: flex;
  flex-direction: column;
  border-bottom: 0.0625rem solid #cecece;
}

.association-member-list-page .association-member-list .association-member {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member {
    padding-bottom: 2.25rem;
  }
}
.association-member-list-page .association-member-list .association-member:not(:first-child) {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member:not(:first-child) {
    padding-top: 2.25rem;
  }
}
.association-member-list-page .association-member-list .association-member input[type=checkbox] {
  display: none;
}

.association-member-list-page .association-member-list .association-member input[type=checkbox]:checked ~ .association-member__show-all-info .association-member__show-all-info--close {
  display: flex;
}

.association-member-list-page .association-member-list .association-member input[type=checkbox]:checked ~ .association-member__show-all-info .association-member__show-all-info--open {
  display: none;
}

.association-member-list-page .association-member-list .association-member input[type=checkbox]:not(:checked) ~ .association-member__show-all-info .association-member__show-all-info--close {
  display: none;
}

.association-member-list-page .association-member-list .association-member input[type=checkbox]:not(:checked) ~ .association-member__show-all-info .association-member__show-all-info--open {
  display: flex;
}

.association-member-list-page .association-member-list .association-member input[type=checkbox]:checked ~ .association-member__info {
  max-height: 100vh;
}

.association-member-list-page .association-member-list .association-member__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-bottom: 1rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-member-list-page .association-member-list .association-member__info {
  max-height: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__info {
    flex-direction: row;
    display: flex;
    max-height: none;
  }
}
.association-member-list-page .association-member-list .association-member__info-header {
  margin-bottom: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-member-list-page .association-member-list .association-member__info-contacts {
  margin-bottom: 1rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts {
    margin-bottom: 1.75rem;
  }
}
.association-member-list-page .association-member-list .association-member__info-address {
  margin-bottom: 1rem;
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts, .association-member-list-page .association-member-list .association-member__info-address {
    max-width: 45%;
    min-width: 45%;
    width: 45%;
    flex: 1 1 45%;
    margin-right: 5% !important;
    margin-bottom: 0;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts, .association-member-list-page .association-member-list .association-member__info-address {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
    margin-right: 5% !important;
  }
}
.association-member-list-page .association-member-list .association-member__info-contacts a {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-contacts a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-member-list-page .association-member-list .association-member__info-contacts a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.association-member-list-page .association-member-list .association-member__info-address ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-address ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-member-list-page .association-member-list .association-member__info-logo {
  display: none;
}

@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-logo {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
    display: flex;
  }
}
.association-member-list-page .association-member-list .association-member__info-logo > div {
  width: 100%;
  height: 100%;
}

.association-member-list-page .association-member-list .association-member__info-logo--no-image > div {
  position: relative;
  background-color: #f4f3f0;
  padding-top: 100%;
  height: 10%;
}

.association-member-list-page .association-member-list .association-member__info-logo--no-image > div > span {
  position: absolute;
  color: #222F5B;
  text-transform: uppercase;
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__info-logo--no-image > div > span {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__info-logo--no-image > div > span {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .association-member-list-page .association-member-list .association-member__info-logo--no-image > div > span {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__info-logo--no-image > div > span {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.association-member-list-page .association-member-list .association-member__info-logo img {
  width: 100%;
  height: auto;
}

.association-member-list-page .association-member-list .association-member__show-all-info {
  display: flex;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .association-member-list-page .association-member-list .association-member__show-all-info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-member-list-page .association-member-list .association-member__show-all-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .association-member-list-page .association-member-list .association-member__show-all-info {
    display: none;
  }
}
.board-page {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .board-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.board-page__head {
  display: flex;
  flex-direction: column;
}

.board-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .board-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.board-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .board-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.board-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .board-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.board-page__head__header-content {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .board-page__head__header-content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__header-content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .board-page__head__header-content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__header-content {
    margin: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .board-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__header-content {
    flex-direction: row;
  }
}
.board-page__head__header-info {
  width: 100%;
}

@media (min-width: 63.96875em) {
  .board-page__head__header-info {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
    margin-right: 5% !important;
  }
}
.board-page__head__headline-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  color: #707175;
}

.board-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .board-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.board-page__head__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .board-page__head__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__head__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.board-page__head__sub-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .board-page__head__sub-description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__sub-description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__head__sub-description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__sub-description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__head__sub-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__head__sub-description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.board-page__content {
  display: flex;
  flex-direction: column;
}

.board-page__board {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .board-page__board {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__board {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__board {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.board-page__board__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .board-page__board__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__board__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.board-page__board__vdma-image-gallery {
  margin: 1.25rem 0 1.875rem 0;
}

@media (min-width: 47.96875em) {
  .board-page__board__vdma-image-gallery {
    margin: 1.5rem 0 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .board-page__board__vdma-image-gallery {
    margin: 1.625rem 0 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board__vdma-image-gallery {
    margin: 1.875rem 0 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board__vdma-image-gallery {
    margin: 2.25rem 0 3.75rem 0;
  }
}
.board-page__board__description {
  width: 100%;
  border-top: 0.0625rem solid #cecece;
  margin: 0.75rem 0 1.875rem 0;
  padding-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .board-page__board__description {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__board__description {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board__description {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board__description {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__board__description {
    margin: 0.875rem 0 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .board-page__board__description {
    margin: 0.875rem 0 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board__description {
    margin: 1rem 0 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board__description {
    margin: 1.25rem 0 3.75rem 0;
  }
}
.board-page__board__description-text {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
}

@media (min-width: 63.96875em) {
  .board-page__board__description-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__board__description-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__board__description-text {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.board-page__downloads {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .board-page__downloads {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__downloads {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__downloads {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__downloads {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__downloads {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.board-page__downloads__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid #cecece;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .board-page__downloads__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__downloads__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__downloads__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__downloads__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__downloads__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__downloads__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__downloads__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__downloads__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__downloads__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__downloads__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__downloads__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.board-page__downloads .vdma-downloads-list {
  margin-bottom: 0;
}

.board-page__downloads .vdma-downloads-list-inner-line:last-child {
  margin-bottom: 0;
}

.board-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .board-page__contact-person__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__contact-person__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__contact-person__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__contact-person__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.board-page__contact-person .article__contacts {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  padding-bottom: 1.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .board-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__contact-person .article__contacts {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__contact-person .article__contacts {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page__contact-person .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__contact-person .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__contact-person .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__contact-person .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.board-page__half {
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .board-page__half {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .board-page__half {
    flex-direction: row;
  }
}
.board-page__half__half-item {
  margin-bottom: 2.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .board-page__half__half-item {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page__half__half-item {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__half__half-item {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page__half__half-item {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page__half__half-item {
    width: 47.9166666667%;
  }
  .board-page__half__half-item:first-child {
    margin-right: 4.1666666667%;
  }
}
.board-page .vdma-board {
  display: flex;
  flex-direction: column;
}

.board-page .vdma-board__group {
  display: flex;
  flex-direction: column;
}

.board-page .vdma-board__group:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .board-page .vdma-board__group:not(:last-child) {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__group:not(:last-child) {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page .vdma-board__group:not(:last-child) {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__group:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.board-page .vdma-board__group__items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .board-page .vdma-board__group__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.board-page .vdma-board__group__title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .board-page .vdma-board__group__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__group__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page .vdma-board__group__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__group__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__group__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__group__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.board-page .vdma-board__item {
  width: 100%;
}

.board-page .vdma-board__item:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .board-page .vdma-board__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page .vdma-board__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__item:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .board-page .vdma-board__item {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
  .board-page .vdma-board__item:nth-child(odd) {
    margin-right: 4.1666666667%;
  }
  .board-page .vdma-board__item:not(:first-child) {
    margin-top: 0;
  }
  .board-page .vdma-board__item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .board-page .vdma-board__item:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .board-page .vdma-board__item:nth-child(n+3) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .board-page .vdma-board__item:nth-child(n+3) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .board-page .vdma-board__item:nth-child(n+3) {
    margin-top: 2.25rem;
  }
}
.board-page .vdma-board__item__headline-title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .board-page .vdma-board__item__headline-title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__item__headline-title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .board-page .vdma-board__item__headline-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__item__headline-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .board-page .vdma-board__item__headline-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__item__headline-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.board-page .vdma-board__item__name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Bold";
  margin-bottom: 0.25rem;
}

@media (min-width: 63.96875em) {
  .board-page .vdma-board__item__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__item__name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.board-page .vdma-board__item__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 63.96875em) {
  .board-page .vdma-board__item__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .board-page .vdma-board__item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-profile-page__head {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head {
    margin-bottom: 5.75rem;
  }
}
.contact-profile-page__head--left {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head--left {
    width: 75%;
    margin-right: 5% !important;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head--left {
    margin-right: 10% !important;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head--right {
    width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head--right {
    width: 20%;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head--right {
    width: 15%;
  }
}
.contact-profile-page__head__info {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 1.25rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__info {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__info {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__info {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__info {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.contact-profile-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.contact-profile-page__head__breadcrumbs li {
  color: #222F5B;
}

.contact-profile-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.contact-profile-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.contact-profile-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.contact-profile-page__head__description {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__description {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__description {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__description {
    margin-bottom: 2.25rem;
  }
}
.contact-profile-page__head__description-text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  max-width: 77.2727272727%;
  min-width: 77.2727272727%;
  width: 77.2727272727%;
  flex: 1 1 77.2727272727%;
}

@media (min-width: 63.96875em) {
  .contact-profile-page__head__description-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__description-text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__description-text {
    width: 100%;
    min-width: 100%;
  }
}
.contact-profile-page__head__photo--right {
  display: none;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__photo--right {
    display: block;
  }
}
.contact-profile-page__head__photo--left {
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__photo--left {
    display: none;
  }
}
.contact-profile-page__head__photo-overflow {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}

.contact-profile-page__head__photo-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.contact-profile-page__head__modal-button button, .contact-profile-page__head__modal-button .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .contact-profile-page__head__modal-button label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__modal-button button, .contact-profile-page__head__modal-button .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .contact-profile-page__head__modal-button label {
    width: auto;
  }
}
.contact-profile-page__head__contacts {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__contacts {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__contacts {
    margin-top: 1.25rem;
  }
}
.contact-profile-page__head__contacts a + a {
  margin-top: 0.5rem;
}

.contact-profile-page__head__actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__actions {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__actions {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__actions {
    margin: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions {
    flex-direction: row;
  }
}
.contact-profile-page__head__actions + .contact-profile-page__head__actions {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions + .contact-profile-page__head__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__actions + .contact-profile-page__head__actions {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__actions + .contact-profile-page__head__actions {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__actions + .contact-profile-page__head__actions {
    margin-top: 1.25rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__actions + .contact-profile-page__head__actions {
    margin-top: 0;
    align-items: center;
  }
}
.contact-profile-page__head__actions a {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions a {
    margin-right: 0;
  }
}
.contact-profile-page__head__actions a + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .contact-profile-page__head__actions a + a {
    margin-left: 2.25rem;
  }
}
.contact-profile-page__head__links {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__head__links {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__head__links {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__head__links {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head__links {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__head__links {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.contact-profile-page__head a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .contact-profile-page__head a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__head a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-profile-page__topics {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__topics {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.contact-profile-page__topics__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__topics__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__topics__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__topics__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__topics__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page__topics__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__topics__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__topics__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__topics__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.contact-profile-page__topics__content-themes {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page__topics__content-themes {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page__topics__content-themes {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page__topics__content-themes {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page__topics__content-themes {
    margin-bottom: 5.75rem;
  }
}
.contact-profile-page__topics__content-themes .contact-profile-page__content-themes {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
}

.contact-profile-page .organizational_units {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page .organizational_units {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.contact-profile-page .organizational_units__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page .organizational_units__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page .organizational_units__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.contact-profile-page .organizational_units__items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__items {
    flex-direction: row;
  }
}
.contact-profile-page .organizational_units__item {
  width: 100%;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units__item {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page .organizational_units__item {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__item {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item {
    width: 47.9166666667%;
  }
  .contact-profile-page .organizational_units__item:first-child {
    margin-right: 4.1666666667%;
    margin-bottom: 0;
  }
}
.contact-profile-page .organizational_units__item__title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__item__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-profile-page .organizational_units__item__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-profile-page .organizational_units__item__link {
  margin-top: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
}

@media (min-width: 47.96875em) {
  .contact-profile-page .organizational_units__item__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-profile-page .organizational_units__item__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__item__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-profile-page .organizational_units__item__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-profile-page .organizational_units__item__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-form-modal {
  display: flex;
}

.contact-form-modal .contact-form {
  width: 100%;
}

.contact-form-modal .contact-form__head {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__head {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__head {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__head {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__head {
    margin-bottom: 2.25rem;
  }
}
.contact-form-modal .contact-form__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.contact-form-modal .contact-form__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.contact-form-modal .contact-form__actions {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__actions {
    margin-top: 2.25rem;
  }
}
.contact-form-modal .contact-form__actions > * {
  display: flex;
}

.contact-form-modal .contact-form__actions > *:not(:first-child) {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__actions {
    flex-direction: row;
  }
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .contact-form-modal .contact-form__actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
.contact-form-modal .contact-form__user-name {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: "Open Sans Regular";
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form__user-name {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__user-name {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form__user-name {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__user-name {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form__user-name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form__user-name {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.contact-form-modal .contact-form .vdma-form-group__tag {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .contact-form-modal .contact-form .vdma-form-group__tag {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .contact-form-modal .contact-form .vdma-form-group__tag {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .contact-form-modal .contact-form .vdma-form-group__tag {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .contact-form-modal .contact-form .vdma-form-group__tag {
    margin-top: 2.25rem;
  }
}
.contact-form-modal .contact-form .vdma-radio-group {
  display: flex;
  flex-direction: column;
}

.contact-form-modal .contact-form .vdma-radio-group .sub-label {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  font-family: "Open Sans Regular";
}

.contact-form-modal .contact-form .vdma-radio-group .contact-form__email a {
  border-bottom: none;
  color: #000;
}

.services-and-benefits-page {
  margin: 0 auto;
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .services-and-benefits-page {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.services-and-benefits-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
}

.services-and-benefits-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__breadcrumbs {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.services-and-benefits-page__head__breadcrumbs li {
  color: #fff;
}

.services-and-benefits-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.services-and-benefits-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.services-and-benefits-page__head__header-content {
  padding-bottom: 1.875rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__header-content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__header-content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__header-content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__header-content {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__header-content {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__header-content {
    width: 58.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.services-and-benefits-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__header-content__title {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__header-content__title {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__header-content__title {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__header-content__title {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.services-and-benefits-page__head__header-content__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__head__header-content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.services-and-benefits-page__content-table-jump .content-table-jump {
  border-top: none;
}

.services-and-benefits-page__number-teaser {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__number-teaser {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__number-teaser {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__number-teaser {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__number-teaser {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__number-teaser {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.services-and-benefits-page__number-teaser .number-teaser {
  cursor: default;
}

.services-and-benefits-page__number-teaser .number-teaser__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 89.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__header {
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    flex: 1 1 80%;
  }
}
.services-and-benefits-page__number-teaser .number-teaser__header__title {
  margin-top: 0.5rem;
  margin-left: 0;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__header__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__header__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__header__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.services-and-benefits-page__number-teaser .number-teaser__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__number-teaser .number-teaser__description {
    max-width: 45%;
    min-width: 45%;
    width: 45%;
    flex: 1 1 45%;
  }
}
.services-and-benefits-page__quote {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 3.75rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__quote {
    margin-bottom: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__quote {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__quote {
    margin-bottom: 6.875rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__quote {
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__quote {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__quote .highlight-quote {
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    flex: 1 1 80%;
  }
}
.services-and-benefits-page__quote .highlight-quote__info {
  margin-left: 0;
}

.services-and-benefits-page__contact-person__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__contact-person__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__contact-person__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__contact-person__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__contact-person__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__contact-person__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__contact-person__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__contact-person__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__contact-person__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__contact-person__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__contact-person__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__contact-person__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.services-and-benefits-page__contact-person .article__contacts {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  padding-bottom: 1.25rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__contact-person .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.services-and-benefits-page__half {
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__half {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__half {
    flex-direction: row;
  }
}
.services-and-benefits-page__half__half-item {
  margin-bottom: 2.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__half__half-item {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__half__half-item {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__half__half-item {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__half__half-item {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__half__half-item {
    width: 47.9166666667%;
  }
  .services-and-benefits-page__half__half-item:first-child {
    margin-right: 4.1666666667%;
  }
}
.services-and-benefits-page__themen {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .services-and-benefits-page__themen {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .services-and-benefits-page__themen {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .services-and-benefits-page__themen {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .services-and-benefits-page__themen {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__themen {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__dots {
    padding-right: 0;
  }
}
@media (min-width: 47.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    min-width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    min-width: calc((100% - 0.5rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    min-width: calc((100% - 0.625rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    width: calc((100% - 0.4375rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    width: calc((100% - 0.5rem) / 2);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .services-and-benefits-page__themen .our-topics-slider__content__slide {
    width: calc((100% - 0.625rem) / 2);
  }
}
.services-and-benefits-page__themen .our-topics__content-themes, .services-and-benefits-page__themen .level-1-topic-page__our-topics__content-themes .our-topics-level1__content-themes, .level-1-topic-page__our-topics__content-themes .services-and-benefits-page__themen .our-topics-level1__content-themes, .services-and-benefits-page__themen .contact-profile-page__topics__content-themes .contact-profile-page__content-themes, .contact-profile-page__topics__content-themes .services-and-benefits-page__themen .contact-profile-page__content-themes, .services-and-benefits-page__themen .self-profiling-step-2__self-profiling-form__settings .content-themes-settings, .self-profiling-step-2__self-profiling-form__settings .services-and-benefits-page__themen .content-themes-settings {
  margin-right: 0 !important;
}

.advice-and-network {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 3.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network {
    margin-bottom: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network {
    margin-bottom: 6.875rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network {
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 47.96875em) {
  .advice-and-network {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.advice-and-network__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .advice-and-network__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.advice-and-network__content, .advice-and-network__contet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .advice-and-network__content, .advice-and-network__contet {
    flex-direction: row;
    flex-flow: wrap;
  }
}
.advice-and-network__item {
  display: flex;
  flex-direction: column;
}

.advice-and-network__item:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.advice-and-network__item--no-image .advice-and-network__item__image {
  display: none;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item--no-image {
    flex: 0 1 47.917%;
  }
  .advice-and-network__item--no-image:nth-child(1) + .advice-and-network__item--no-image:nth-child(2) {
    margin-top: 0;
  }
}
.advice-and-network__item--bordered {
  width: 100%;
  border: 0.0625rem solid #cecece;
  padding: 1rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item--bordered {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item--bordered {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item--bordered {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item--bordered {
    padding: 1.75rem;
  }
}
.advice-and-network__item--bordered:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item--bordered:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item--bordered:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item--bordered:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item--bordered:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item--bordered {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .advice-and-network__item--bordered {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .advice-and-network__item--bordered {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .advice-and-network__item--bordered {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .advice-and-network__item--bordered {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item--bordered:nth-child(1) + .advice-and-network__item--bordered:nth-child(2) {
    margin-top: 0;
  }
}
.advice-and-network__item--bordered .advice-and-network__item__info {
  width: 100%;
}

.advice-and-network__item--bordered .advice-and-network__item__info .advice-and-network__item__icon {
  margin-top: 0;
}

.advice-and-network__item--bordered .advice-and-network__item__header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
  margin-bottom: 0.5rem;
}

@media (min-width: 63.96875em) {
  .advice-and-network__item--bordered .advice-and-network__item__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item--bordered .advice-and-network__item__header {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.advice-and-network__item__icon {
  color: #f18700;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.advice-and-network__item__icon .vdma-icon, .advice-and-network__item__icon .group-teaser__info__roofline-status-icon, .advice-and-network__item__icon .group-teaser__info__participant-status-icon, .advice-and-network__item__icon .service-teaser__header__icon, .advice-and-network__item__icon .service-quicklink__icon, .advice-and-network__item__icon .service-select-teaser__header__icon, .advice-and-network__item__icon .advice-and-network__item__icon, .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon, .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon, .advice-and-network__item__icon .textlink-icon {
  min-width: 1.5rem;
}

.advice-and-network__item__icon .textlink-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .textlink-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .textlink-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .textlink-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .textlink-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .textlink-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .vdma-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .vdma-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .vdma-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .vdma-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .vdma-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .group-teaser__info__roofline-status-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .group-teaser__info__participant-status-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .group-teaser__info__participant-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .group-teaser__info__participant-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .group-teaser__info__participant-status-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .group-teaser__info__participant-status-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .service-teaser__header__icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .service-teaser__header__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .service-teaser__header__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .service-teaser__header__icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .service-teaser__header__icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .service-quicklink__icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .service-quicklink__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .service-quicklink__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .service-quicklink__icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .service-quicklink__icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .service-select-teaser__header__icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .service-select-teaser__header__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .service-select-teaser__header__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .service-select-teaser__header__icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .service-select-teaser__header__icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .advice-and-network__item__icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .advice-and-network__item__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .advice-and-network__item__icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .advice-and-network__item__icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .advice-and-network__item__icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + .tag-exclusive {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + .tag-exclusive {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + .tag-exclusive {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + .tag-exclusive {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .events-detail-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .article-viewer-page__article-tag-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .vdma-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .group-teaser__info__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-quicklink__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .service-select-teaser__header__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .advice-and-network__item__icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__roofline-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__icon .max-expression-page__information__tags-exclusive .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .advice-and-network__item__icon .groups-details-page__content__info__head__participant-status-icon + p {
    margin-left: 1.25rem;
  }
}
.advice-and-network__item__meta {
  display: flex;
  flex-flow: row wrap;
}

.advice-and-network__item__meta .vdma-icon, .advice-and-network__item__meta .group-teaser__info__roofline-status-icon, .advice-and-network__item__meta .group-teaser__info__participant-status-icon, .advice-and-network__item__meta .service-teaser__header__icon, .advice-and-network__item__meta .service-quicklink__icon, .advice-and-network__item__meta .service-select-teaser__header__icon, .advice-and-network__item__meta .advice-and-network__item__icon, .advice-and-network__item__meta .groups-details-page__content__info__head__roofline-status-icon, .advice-and-network__item__meta .groups-details-page__content__info__head__participant-status-icon {
  width: 1.5rem;
  color: #f18700;
}

.advice-and-network__item__meta .tags {
  width: auto;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

.advice-and-network__item__meta > *:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.advice-and-network__item__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__header {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__header {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__header {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .advice-and-network__item__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.advice-and-network__item__association {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__association {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__association {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__association {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__association {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__association {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__association {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.advice-and-network__item__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .advice-and-network__item__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.advice-and-network__item__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 63.96875em) {
  .advice-and-network__item__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__link {
    flex-direction: row;
  }
}
.advice-and-network__item__link > * {
  margin-right: auto;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__link > * {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__link > * {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__link > * {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__link > * {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__link > * {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .advice-and-network__item__link > * {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .advice-and-network__item__link > * {
    margin-right: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .advice-and-network__item__link > * {
    margin-right: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .advice-and-network__item__link > * {
    margin-right: 2.25rem;
  }
}
.advice-and-network__item__link .textlink-icon {
  margin-left: 0.125rem !important;
}

.advice-and-network__item__info {
  order: 1;
  display: flex;
  flex-direction: column;
}

.advice-and-network__item__image {
  order: 0;
  margin-bottom: 1rem;
}

@media (min-width: 47.96875em) {
  .advice-and-network__item__image {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .advice-and-network__item__image {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__image {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .advice-and-network__item__image {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 89.96875em) {
  .advice-and-network__item__image {
    margin-bottom: 0;
  }
}
.advice-and-network__item__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.advice-and-network__item__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 47.96875em) {
  .advice-and-network__item {
    flex-direction: row;
    justify-content: space-between;
  }
  .advice-and-network__item__info, .advice-and-network__item__image {
    width: 47.917%;
    order: inherit;
  }
  .advice-and-network__item--no-image .advice-and-network__item__info {
    width: 100%;
  }
  .advice-and-network__item--no-image .advice-and-network__item__info .advice-and-network__item__icon {
    margin-top: 0;
  }
  .advice-and-network__item__icon {
    margin-top: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .advice-and-network__item__icon {
    margin-top: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .advice-and-network__item__icon {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .advice-and-network__item__icon {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .advice-and-network__item__icon {
    margin-top: 1.75rem;
  }
}
.profile-and-settings-page__breadcrumbs, .profile-and-settings-page__header, .profile-and-settings-page__content {
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .profile-and-settings-page__breadcrumbs, .profile-and-settings-page__header, .profile-and-settings-page__content {
    width: 83.3333333333%;
  }
}
.profile-and-settings-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .profile-and-settings-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .profile-and-settings-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .profile-and-settings-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .profile-and-settings-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
.profile-and-settings-page__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin: 1.25rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .profile-and-settings-page__header {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .profile-and-settings-page__header {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .profile-and-settings-page__header {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .profile-and-settings-page__header {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .profile-and-settings-page__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-and-settings-page__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-and-settings-page__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-and-settings-page__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.profile-and-settings-page__content {
  margin: 1.875rem auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .profile-and-settings-page__content {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .profile-and-settings-page__content {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .profile-and-settings-page__content {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .profile-and-settings-page__content {
    margin: 3.75rem auto 5.75rem auto;
  }
}
.profile-area-teaser:not(:first-child) {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .profile-area-teaser:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .profile-area-teaser:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser__header, .profile-area-teaser__description, .profile-area-teaser__link {
    width: 65%;
  }
}
.profile-area-teaser__header {
  display: flex;
  align-items: center;
}

.profile-area-teaser__header__icon {
  color: #f18700;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
}

.profile-area-teaser__header__text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .profile-area-teaser__header__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser__header__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser__header__text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser__header__text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.profile-area-teaser__header__icon + .profile-area-teaser__header__text {
  margin-left: 0.5rem;
}

.profile-area-teaser__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .profile-area-teaser__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser__description {
    width: 65%;
  }
}
.profile-area-teaser__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .profile-area-teaser__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-area-teaser__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-area-teaser__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-area-teaser__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-information-page__breadcrumbs, .personal-information-page__header, .personal-information-page__themes-editor, .personal-information-page__fv-editor, .personal-information-page__data-form, .personal-information-page__contact {
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__breadcrumbs, .personal-information-page__header, .personal-information-page__themes-editor, .personal-information-page__fv-editor, .personal-information-page__data-form, .personal-information-page__contact {
    width: 83.3333333333%;
  }
}
.personal-information-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .personal-information-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
.personal-information-page__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin: 1.25rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-information-page__header {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__header {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__header {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__header {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor__search_box {
    width: 45%;
  }
}
.personal-information-page__themes-editor {
  margin: 1.875rem auto 2.75rem auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor {
    margin: 3.75rem auto 5.75rem auto;
  }
}
.personal-information-page__fv-editor {
  margin: 1.875rem auto 2.75rem auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .personal-information-page__fv-editor {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__fv-editor {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__fv-editor {
    margin: 3.75rem auto 5.75rem auto;
  }
}
.personal-information-page__themes-editor__indicator[type=checkbox], .personal-information-page__fv-editor__indicator[type=checkbox] {
  display: none;
}

.personal-information-page__themes-editor__indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__header .personal-information-page__themes-editor__header-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__header .personal-information-page__fv-editor__header-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__header .personal-information-page__themes-editor__header-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__header .personal-information-page__fv-editor__header-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__header .personal-information-page__themes-editor__header-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__header .personal-information-page__fv-editor__header-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__header .personal-information-page__themes-editor__header-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__header .personal-information-page__fv-editor__header-edit {
  display: none;
}

.personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__header .personal-information-page__themes-editor__header-close-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__header .personal-information-page__fv-editor__header-close-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__header .personal-information-page__themes-editor__header-close-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__header .personal-information-page__fv-editor__header-close-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__header .personal-information-page__themes-editor__header-close-edit, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__header .personal-information-page__fv-editor__header-close-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__header .personal-information-page__themes-editor__header-close-edit, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__header .personal-information-page__fv-editor__header-close-edit {
  display: none;
}

.personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__content .personal-information-page__themes-editor__item-plate label, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__content .personal-information-page__fv-editor__item-plate label, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__content .personal-information-page__themes-editor__item-plate label, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__themes-editor__content .personal-information-page__fv-editor__item-plate label, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__content .personal-information-page__themes-editor__item-plate label, .personal-information-page__themes-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__content .personal-information-page__fv-editor__item-plate label, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__content .personal-information-page__themes-editor__item-plate label, .personal-information-page__fv-editor__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__fv-editor__content .personal-information-page__fv-editor__item-plate label {
  display: none;
}

.personal-information-page__themes-editor__header, .personal-information-page__fv-editor__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.personal-information-page__themes-editor__header-text, .personal-information-page__fv-editor__header-text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor__header-text, .personal-information-page__fv-editor__header-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__header-text, .personal-information-page__fv-editor__header-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor__header-text, .personal-information-page__fv-editor__header-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__header-text, .personal-information-page__fv-editor__header-text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-information-page__themes-editor__header-close-edit, .personal-information-page__themes-editor__header-edit, .personal-information-page__fv-editor__header-close-edit, .personal-information-page__fv-editor__header-edit {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__header-close-edit, .personal-information-page__themes-editor__header-edit, .personal-information-page__fv-editor__header-close-edit, .personal-information-page__fv-editor__header-edit {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__header-close-edit, .personal-information-page__themes-editor__header-edit, .personal-information-page__fv-editor__header-close-edit, .personal-information-page__fv-editor__header-edit {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-information-page__themes-editor__header-close-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__themes-editor__header-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__fv-editor__header-close-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__fv-editor__header-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__themes-editor__content {
  margin-top: 1.25rem;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__content {
    margin-top: 2.25rem;
  }
}
.personal-information-page__fv-editor__content {
  margin-top: 1.25rem;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 47.96875em) {
  .personal-information-page__fv-editor__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__fv-editor__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__fv-editor__content {
    margin-top: 2.25rem;
  }
}
.personal-information-page__themes-editor__item, .personal-information-page__fv-editor__item {
  width: auto;
}

.personal-information-page__themes-editor__item-indicator[type=checkbox], .personal-information-page__fv-editor__item-indicator[type=checkbox] {
  display: none;
}

.personal-information-page__themes-editor__item-indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__item-plate, .personal-information-page__fv-editor__item-indicator[type=checkbox]:checked ~ .personal-information-page__themes-editor__item-plate, .personal-information-page__themes-editor__item-indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__item-plate, .personal-information-page__fv-editor__item-indicator[type=checkbox]:checked ~ .personal-information-page__fv-editor__item-plate {
  background-color: #222F5B;
  color: #fff;
}

.personal-information-page__themes-editor__item-plate {
  width: auto;
  color: #222F5B;
  border: 0.0625rem solid #222F5B;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  display: flex;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor__item-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__item-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor__item-plate {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__item-plate {
    padding: 0.5rem 1.25rem;
  }
}
.personal-information-page__fv-editor__item-plate {
  width: auto;
  color: #222F5B;
  border: 0.0625rem solid #222F5B;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  display: flex;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .personal-information-page__fv-editor__item-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__fv-editor__item-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor__item-plate {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__fv-editor__item-plate {
    padding: 0.5rem 1.25rem;
  }
}
.personal-information-page__themes-editor__item-plate span, .personal-information-page__fv-editor__item-plate span {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__item-plate span, .personal-information-page__fv-editor__item-plate span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__item-plate span, .personal-information-page__fv-editor__item-plate span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-information-page__themes-editor__item-plate label {
  cursor: pointer;
  margin-left: 0.5rem;
  display: flex;
}

.personal-information-page__fv-editor__item-plate label {
  cursor: pointer;
  margin-left: 0.5rem;
  display: flex;
}

.personal-information-page__themes-editor__item-plate label i, .personal-information-page__fv-editor__item-plate label i {
  width: 1.5rem;
  height: 1.5rem;
}

.personal-information-page__themes-editor__notes {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor__notes {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__notes {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor__notes {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__notes {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__themes-editor__notes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__notes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__themes-editor__notes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__notes {
    margin-top: 3.75rem;
  }
}
.personal-information-page__fv-editor__notes {
  margin-top: 1.875rem;
  padding: 1.25rem;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .personal-information-page__fv-editor__notes {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__fv-editor__notes {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor__notes {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__fv-editor__notes {
    padding: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__fv-editor__notes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__fv-editor__notes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__fv-editor__notes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__fv-editor__notes {
    margin-top: 3.75rem;
  }
}
.personal-information-page__themes-editor__notes-message, .personal-information-page__fv-editor__notes-message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
}

@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__notes-message, .personal-information-page__fv-editor__notes-message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__notes-message, .personal-information-page__fv-editor__notes-message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.personal-information-page__themes-editor__notes-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

.personal-information-page__fv-editor__notes-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .personal-information-page__themes-editor__notes-link, .personal-information-page__fv-editor__notes-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__themes-editor__notes-link, .personal-information-page__fv-editor__notes-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-information-page__themes-editor__notes-link a, .personal-information-page__fv-editor__notes-link a {
  margin-right: auto;
}

.personal-information-page__data-form {
  margin: 0 auto 2.75rem auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-information-page__data-form__indicator[type=checkbox] {
  display: none;
}

.personal-information-page__data-form__indicator[type=checkbox]:checked ~ .personal-information-page__data-form__header .personal-information-page__data-form__header-edit {
  display: none;
}

.personal-information-page__data-form__indicator[type=checkbox]:not(:checked) ~ .personal-information-page__data-form__header .personal-information-page__data-form__header-close-edit {
  display: none;
}

.personal-information-page__data-form__header {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__header {
    padding-bottom: 1.25rem;
  }
}
.personal-information-page__data-form__header-text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__header-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__header-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__header-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__header-text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-information-page__data-form__header-close-edit, .personal-information-page__data-form__header-edit {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .personal-information-page__data-form__header-close-edit, .personal-information-page__data-form__header-edit {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__header-close-edit, .personal-information-page__data-form__header-edit {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-information-page__data-form__header-close-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__header-edit i + span {
  margin-left: 0.5rem;
}

.personal-information-page__data-form__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__content {
    margin-top: 2.25rem;
  }
}
.personal-information-page__data-form__content__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__description {
    width: 60%;
  }
}
.personal-information-page__data-form__content__form {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__content__form {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content__form {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__content__form {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__content__form {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content__form {
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form {
    width: 100%;
  }
  .personal-information-page__data-form__content__form .vdma-form-group {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__first {
    width: 45%;
  }
}
.personal-information-page__data-form__content__form__second {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__content__form__second {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content__form__second {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__second {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__content__form__second {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__second {
    margin-top: 0;
    width: 50%;
  }
}
.personal-information-page__data-form__content__form__third {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__content__form__third {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__content__form__third {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__third {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__content__form__third {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__third {
    width: 45%;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__content__form__fourth {
    width: 100%;
  }
}
.personal-information-page__data-form__image-group {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group {
    flex-direction: row;
  }
}
.personal-information-page__data-form__image-group__sizable {
  width: 50%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group__sizable {
    width: 31.25%;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group__sizable {
    width: 33.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group__sizable {
    width: 30%;
  }
}
.personal-information-page__data-form__image-group__overflow {
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}

.personal-information-page__data-form__image-group__overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.personal-information-page__data-form__image-group__actions {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-top: 2.25rem;
  }
}
.personal-information-page__data-form__image-group__actions > *:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group__actions > *:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group__actions > *:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group__actions > *:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group__actions > *:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group__actions {
    margin-left: 1.25rem;
  }
}
.personal-information-page__data-form__image-group input {
  display: none;
}

.personal-information-page__data-form__image-group label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group label {
    width: auto;
    margin-right: auto;
  }
}
.personal-information-page__data-form__image-group a {
  font-family: "Open Sans Bold";
}

.personal-information-page__data-form__image-group a .textlink-text {
  border-bottom: none !important;
}

.personal-information-page__contact {
  display: flex;
  margin: 0 auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-information-page__contact {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__contact {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__contact {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__contact {
    margin: 0 auto 5.75rem auto;
  }
}
.personal-information-page__contact .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 47.96875em) {
  .personal-information-page__contact .article__contacts {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__contact .article__contacts {
    width: 70%;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__contact .article__contacts {
    width: 60%;
  }
}
.personal-information-page__contact .article__contacts__header {
  color: #333;
}

.personal-settings-page__breadcrumbs, .personal-settings-page__header, .personal-settings-page__data, .personal-settings-page__password, .personal-settings-page__company-data, .personal-settings-page__membership, .personal-settings-page__protection, .personal-settings-page__deactivate, .personal-settings-page__contact {
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__breadcrumbs, .personal-settings-page__header, .personal-settings-page__data, .personal-settings-page__password, .personal-settings-page__company-data, .personal-settings-page__membership, .personal-settings-page__protection, .personal-settings-page__deactivate, .personal-settings-page__contact {
    width: 83.3333333333%;
  }
}
.personal-settings-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
.personal-settings-page__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin: 1.25rem auto 1.875rem auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__header {
    margin: 1.5rem auto 2.125rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__header {
    margin: 1.625rem auto 2.375rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__header {
    margin: 1.875rem auto 2.75rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__header {
    margin: 2.25rem auto 3.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .personal-settings-page__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.personal-settings-page__block-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__block-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__block-header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__block-header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__block-header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-settings-page__block-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__block-header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__block-header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__block-header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-settings-page__block-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__block-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__block-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__block-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.personal-settings-page__data {
  margin: 0 auto;
}

.personal-settings-page__data__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .personal-settings-page__data__content {
    flex-direction: row;
  }
}
.personal-settings-page__data__item {
  width: 100%;
}

.personal-settings-page__data__item:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__data__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__data__item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__data__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__data__item:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__data__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__data__item {
    width: 50%;
  }
}
.personal-settings-page__data__item-title {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__data__item-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__data__item-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-settings-page__data__item-value {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__data__item-value {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__data__item-value {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.personal-settings-page__password {
  margin: 2.75rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__password {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__password {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__password {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__password {
    margin: 5.75rem auto 0 auto;
  }
}
.personal-settings-page__password__content {
  display: flex;
}

.personal-settings-page__password__content a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__password__content a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__password__content a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.personal-settings-page__company-data {
  margin: 2.75rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__company-data {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__company-data {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__company-data {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__company-data {
    margin: 5.75rem auto 0 auto;
  }
}
.personal-settings-page__company-data__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .personal-settings-page__company-data__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.personal-settings-page__company-data__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__company-data__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__company-data__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__company-data__description {
    width: 50%;
    order: 2;
  }
}
.personal-settings-page__company-data__description a {
  font-family: "Open Sans Bold";
  color: #222F5B;
}

.personal-settings-page__company-data__form {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__company-data__form {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__company-data__form {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__company-data__form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__company-data__form {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-settings-page__company-data__form {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__company-data__form {
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__company-data__form {
    width: 45%;
    margin-top: 0;
    order: 1;
  }
}
.personal-settings-page__membership {
  margin: 2.75rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__membership {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__membership {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__membership {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__membership {
    margin: 5.75rem auto 0 auto;
  }
}
.personal-settings-page__membership__content {
  display: flex;
  flex-direction: column;
}

.personal-settings-page__membership__links {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__membership__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__membership__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__membership__links {
    flex-direction: row;
  }
}
.personal-settings-page__membership__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.personal-settings-page__membership__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

@media (min-width: 89.96875em) {
  .personal-settings-page__membership__links__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__membership__links__item:nth-child(1), .personal-settings-page__membership__links__item:nth-child(2) {
    width: 35%;
  }
  .personal-settings-page__membership__links__item:nth-child(3) {
    width: 30%;
  }
}
.personal-settings-page__membership__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__membership__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__membership__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__membership__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__membership__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__membership__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__membership__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__membership__description {
    width: 65%;
  }
}
.personal-settings-page__membership__description a {
  font-family: "Open Sans Regular";
}

.personal-settings-page__protection {
  margin: 2.75rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__protection {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__protection {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__protection {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__protection {
    margin: 5.75rem auto 0 auto;
  }
}
.personal-settings-page__deactivate {
  margin: 2.75rem auto 0 auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__deactivate {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__deactivate {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__deactivate {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__deactivate {
    margin: 5.75rem auto 0 auto;
  }
}
.personal-settings-page__protection__info, .personal-settings-page__deactivate__info {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__protection__info, .personal-settings-page__deactivate__info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__protection__info, .personal-settings-page__deactivate__info {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.personal-settings-page__protection__info b, .personal-settings-page__deactivate__info b {
  font-family: "Open Sans Bold";
}

.personal-settings-page__protection__info a, .personal-settings-page__deactivate__info a {
  font-family: "Open Sans Regular";
}

.personal-settings-page__contact {
  display: flex;
  margin: 2.75rem auto 2.75rem auto;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__contact {
    margin: 3.5rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__contact {
    margin: 4.25rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__contact {
    margin: 5rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .personal-settings-page__contact {
    margin: 5.75rem auto 5.75rem auto;
  }
}
.personal-settings-page__contact .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 0 !important;
}

@media (min-width: 47.96875em) {
  .personal-settings-page__contact .article__contacts {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .personal-settings-page__contact .article__contacts {
    width: 70%;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__contact .article__contacts {
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__contact .article__contacts .article__contacts__user-image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
.personal-settings-page__contact .article__contacts__header {
  color: #333;
}

.personal-settings-page__modal__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.personal-settings-page__modal__form .vdma-textarea-group, .personal-settings-page__modal__form .vdma-radio-group {
  width: auto;
}

.personal-settings-page__modal__sub .article__contacts {
  width: 100%;
  margin: 0 !important;
}

.personal-settings-page__modal__sub .article__contacts__header {
  color: #333;
}

@media (min-width: 63.96875em) {
  .personal-settings-page__change-password-modal-content {
    width: 54.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .personal-settings-page__change-password-modal-content {
    width: 41.6666666667%;
  }
}
.search-groups-page__head {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-groups-page__head {
    width: 83.3333333333%;
  }
}
.search-groups-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .search-groups-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.search-groups-page__head__header-content {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
.search-groups-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-groups-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-groups-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-groups-page__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-groups-page__content {
    width: 83.3333333333%;
  }
}
.search-groups-page__search {
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__search {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__search {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__search {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__search {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-groups-page__filters {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__filters {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__filters {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__filters {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__filters {
    margin-top: 2.25rem;
  }
}
.search-groups-page__filters .vdma-filter-box {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__filters .vdma-filter-box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__filters .vdma-filter-box {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__filters .vdma-filter-box {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__filters .vdma-filter-box {
    margin-bottom: 2.25rem;
  }
}
.search-groups-page__results .vdma-groups__content .group-teaser:first-child {
  padding-top: 0;
}

.search-groups-page__pagination {
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-groups-page__pagination {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__pagination {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__pagination {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__pagination {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-groups-page__pagination {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__pagination {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__pagination {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__pagination {
    margin-top: 3.75rem;
  }
}
.search-groups-page__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.search-groups-page__membership {
  background-color: #f4f3f0;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.search-groups-page__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0 !important;
  padding: 1.875rem 0 2.75rem 0;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage {
    padding: 2.125rem 0 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage {
    padding: 2.375rem 0 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage {
    padding: 2.75rem 0 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage {
    padding: 3.75rem 0 5.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.search-groups-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-groups-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.search-groups-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.search-groups-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.search-groups-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.search-groups-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.search-groups-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-groups-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-groups-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.search-groups-page__membership__advantage__actions button, .search-groups-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-groups-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__actions button, .search-groups-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-groups-page__membership__advantage__actions label {
    width: auto;
  }
}
.search-groups-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-groups-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.search-groups-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .search-groups-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .search-groups-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .search-groups-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .search-groups-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.search-articles-page__head {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-articles-page__head {
    width: 83.3333333333%;
  }
}
.search-articles-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .search-articles-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.search-articles-page__head__header-content {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
.search-articles-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .search-articles-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-articles-page__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-articles-page__content {
    width: 83.3333333333%;
  }
}
.search-articles-page__search {
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__search {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__search {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__search {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__search {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-articles-page__filters {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__filters {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__filters {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__filters {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__filters {
    margin-top: 2.25rem;
  }
}
.search-articles-page__filters .vdma-filter-box {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__filters .vdma-filter-box {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__filters .vdma-filter-box {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__filters .vdma-filter-box {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__filters .vdma-filter-box {
    margin-bottom: 2.25rem;
  }
}
.search-articles-page__results .vdma-articles__content .group-teaser:first-child {
  padding-top: 0;
}

.search-articles-page__results .vdma-downloads-list__content {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-articles-page__results .vdma-downloads-list__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__results .vdma-downloads-list__content {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__results .vdma-downloads-list__content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__results .vdma-downloads-list__content {
    padding-bottom: 2.25rem;
  }
}
.search-articles-page__results .vdma-downloads-list__content:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__results .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__results .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__results .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__results .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.search-articles-page__pagination {
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-articles-page__pagination {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__pagination {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__pagination {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__pagination {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__pagination {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__pagination {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__pagination {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__pagination {
    margin-top: 3.75rem;
  }
}
.search-articles-page__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.search-articles-page__membership {
  background-color: #f4f3f0;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.search-articles-page__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0 !important;
  padding: 1.875rem 0 2.75rem 0;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage {
    padding: 2.125rem 0 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage {
    padding: 2.375rem 0 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage {
    padding: 2.75rem 0 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage {
    padding: 3.75rem 0 5.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.search-articles-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-articles-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.search-articles-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.search-articles-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.search-articles-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.search-articles-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.search-articles-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-articles-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-articles-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.search-articles-page__membership__advantage__actions button, .search-articles-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-articles-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__actions button, .search-articles-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-articles-page__membership__advantage__actions label {
    width: auto;
  }
}
.search-articles-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-articles-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.search-articles-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .search-articles-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .search-articles-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .search-articles-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .search-articles-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.search-magazine-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
.search-magazine-page__description {
  margin: 1.25rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__description {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description {
    margin-bottom: 1.875rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .search-magazine-page__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .search-magazine-page__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .search-magazine-page__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .search-magazine-page__description {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
}
.search-magazine-page__description-text__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__description-text__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-text__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-text__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-text__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.search-magazine-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .search-magazine-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .search-magazine-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .search-magazine-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .search-magazine-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .search-magazine-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .search-magazine-page__description-text__read-more i {
  transform: rotate(180deg);
}

.search-magazine-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.search-magazine-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-magazine-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.search-magazine-page__description-text__part-one {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__description-text__part-one {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-text__part-one {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-text__part-one {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-text__part-one {
    margin-top: 2.25rem;
  }
}
.search-magazine-page__description-text__part-one, .search-magazine-page__description-text__part-two {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__description-text__part-one, .search-magazine-page__description-text__part-two {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-text__part-one, .search-magazine-page__description-text__part-two {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.search-magazine-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

.search-magazine-page__description-next-info {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  padding: 0.75rem 0;
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__description-next-info {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-next-info {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info {
    padding: 1.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__description-next-info {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-next-info {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__description-next-info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-next-info {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-next-info {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
  }
}
.search-magazine-page__description-next-info__header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-magazine-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-magazine-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.search-magazine-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.search-magazine-page__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__content {
    width: 83.3333333333%;
  }
}
.search-magazine-page__search {
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__search {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__search {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__search {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__search {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.search-magazine-page__filters {
  padding: 1.25rem 0;
  margin-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__filters {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__filters {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__filters {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__filters {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__filters {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__filters {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__filters {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__filters {
    padding: 2.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__filters {
    margin-bottom: 0;
    padding-bottom: 2.75rem;
    border-bottom: none;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .search-magazine-page__filters {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .search-magazine-page__filters {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .search-magazine-page__filters {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .search-magazine-page__filters {
    padding-bottom: 3.75rem;
  }
}
.search-magazine-page__filters .vdma-filter-box {
  margin: 0;
}

@media (min-width: 89.96875em) {
  .search-magazine-page__filters .vdma-filter-box__inner .vdma-filter-group__content {
    min-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__filters .vdma-filter-box__inner .vdma-filter-group__content {
    min-height: 2.25rem;
  }
}
.search-magazine-page__results .vdma-downloads-list {
  margin-bottom: 0;
}

.search-magazine-page__results .vdma-downloads-list__content {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content {
    padding-bottom: 2.25rem;
  }
}
.search-magazine-page__results .vdma-downloads-list__content:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__results .vdma-downloads-list__content:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__results .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__results .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__results .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__results .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.search-magazine-page__pagination {
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__pagination {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__pagination {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__pagination {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__pagination {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__pagination {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__pagination {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__pagination {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__pagination {
    margin-top: 3.75rem;
  }
}
.search-magazine-page__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.search-magazine-page__contact {
  display: flex;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__contact {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__contact {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__contact {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__contact {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__contact {
    width: 83.3333333333%;
  }
}
.search-magazine-page__contact .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 0 !important;
}

.search-magazine-page__contact .article__contacts__half-item {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__contact .article__contacts__half-item {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__contact .article__contacts__half-item {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__contact .article__contacts__half-item {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__contact .article__contacts__half-item {
    padding-top: 2.25rem;
  }
}
.search-magazine-page__membership {
  background-color: #f4f3f0;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.search-magazine-page__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0 !important;
  padding: 1.875rem 0 2.75rem;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage {
    padding: 2.125rem 0 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage {
    padding: 2.375rem 0 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage {
    padding: 2.75rem 0 5rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage {
    padding: 3.75rem 0 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.search-magazine-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-magazine-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.search-magazine-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.search-magazine-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.search-magazine-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.search-magazine-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.search-magazine-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.search-magazine-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-magazine-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.search-magazine-page__membership__advantage__actions button, .search-magazine-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-magazine-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__actions button, .search-magazine-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .search-magazine-page__membership__advantage__actions label {
    width: auto;
  }
}
.search-magazine-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.search-magazine-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.search-magazine-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .search-magazine-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .search-magazine-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .search-magazine-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .search-magazine-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
.dater-standards-page__head {
  color: #fff;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-standards-page__head {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head {
    padding-top: 1.25rem;
  }
}
.dater-standards-page__head__breadcrumbs {
  margin: 0 auto;
  display: flex;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__breadcrumbs {
    width: 83.3333333333%;
  }
}
.dater-standards-page__head__breadcrumbs li {
  color: #fff;
}

.dater-standards-page__head__breadcrumbs li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__breadcrumbs li:not(:first-child) {
    display: inline-block;
  }
}
.dater-standards-page__head__breadcrumbs li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__breadcrumbs li:first-child::after {
    display: inline-block;
  }
}
.dater-standards-page__head__header-content {
  margin: 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__header-content {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head__header-content {
    width: 66.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
.dater-standards-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-standards-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.dater-standards-page__head__header-content__description {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head__header-content__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__head__header-content__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head__header-content__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__head__header-content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__head__header-content__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.dater-standards-page__content {
  width: 100%;
  margin-bottom: 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__content {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__content {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__content {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__content {
    margin-bottom: 5.75rem;
  }
}
.dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
  padding-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots {
    padding-left: 8.3333333333% !important;
  }
}
.dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
  content: "";
  max-width: 4.1666666667%;
  min-width: 4.1666666667%;
  width: 4.1666666667%;
  flex: 1 1 4.1666666667%;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__dots::after {
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
    flex: 1 1 8.3333333333%;
  }
}
.dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__content__tabbar .vdma-tabbar .vdma-tabbar__tabs {
    width: 83.3333333333%;
  }
}
.dater-standards-page__search {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__search {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__search {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__search {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__search {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__search {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.dater-standards-page__search .dater-standards-page-search-hint {
  color: #333 !important;
}

.dater-standards-page__filters {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__filters {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__filters {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__filters {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__filters {
    margin-top: 2.25rem;
  }
}
.dater-standards-page__filters .vdma-filter-box {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__filters .vdma-filter-box {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__filters .vdma-filter-box {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__filters .vdma-filter-box {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__filters .vdma-filter-box {
    margin-bottom: 1.25rem;
  }
}
.dater-standards-page__filters .vdma-filter-box__inner {
  margin-bottom: 1.25rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__filters .vdma-filter-box__inner {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__filters .vdma-filter-box__inner {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__filters .vdma-filter-box__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__filters .vdma-filter-box__inner {
    margin-bottom: 2.25rem;
  }
}
.dater-standards-page__filters .vdma-filter-box__info {
  display: block;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__filters .vdma-filter-box__info {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__filters .vdma-filter-box__info {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__filters .vdma-filter-box__info {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__filters .vdma-filter-box__info {
    padding-top: 1.25rem;
  }
}
.dater-standards-page__pagination {
  margin: 1.875rem auto 0 auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__pagination {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__pagination {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__pagination {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__pagination {
    margin: 3.75rem auto 0 auto;
  }
}
.dater-standards-page__download {
  margin: 1.875rem auto 0 0;
  display: flex;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__download {
    margin: 2.125rem auto 0 0;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__download {
    margin: 2.375rem auto 0 0;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__download {
    margin: 2.75rem auto 0 0;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__download {
    margin: 3.75rem auto 0 0;
  }
}
.dater-standards-page__download a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .dater-standards-page__download a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__download a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-standards-page__disclaimer {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__disclaimer {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__disclaimer {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__disclaimer {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__disclaimer {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-standards-page__disclaimer {
    width: 75%;
  }
}
.dater-standards-page__disclaimer__text {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #f4f3f0;
  color: #707175;
  padding: 0.75rem 1rem;
}

@media (min-width: 47.96875em) {
  .dater-standards-page__disclaimer__text {
    padding: 0.875rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-standards-page__disclaimer__text {
    padding: 0.875rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-standards-page__disclaimer__text {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-standards-page__disclaimer__text {
    padding: 1.25rem 1.75rem;
  }
}
.dater-standards-page__disclaimer__text__prefix {
  color: #000;
}

.dater-standards-page__disclaimer__text__prefix::after {
  content: ":";
  display: inline-block;
}

.vdma-dater table {
  width: 100%;
  border-spacing: 0;
}

.vdma-dater table thead {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #f4f3f0;
  color: #707175;
}

.vdma-dater table thead tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.75rem 0 0.75rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-dater table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dater table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dater table thead tr th {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dater table thead tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-dater table thead tr th:not(:last-child) {
  border-right: 0.125rem solid #fff;
}

.vdma-dater table tbody tr td {
  padding: 0.75rem 0 0.75rem 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 47.96875em) {
  .vdma-dater table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-dater table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-dater table tbody tr td {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-dater table tbody tr td {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-dater table thead tr th:nth-child(1), .vdma-dater table thead tr td:nth-child(1), .vdma-dater table tbody tr th:nth-child(1), .vdma-dater table tbody tr td:nth-child(1) {
  width: 100%;
}

@media (min-width: 63.96875em) {
  .vdma-dater table thead tr th:nth-child(1), .vdma-dater table thead tr td:nth-child(1), .vdma-dater table tbody tr th:nth-child(1), .vdma-dater table tbody tr td:nth-child(1) {
    width: 65%;
    max-width: 65%;
  }
}
.vdma-dater table thead tr th:nth-child(2), .vdma-dater table thead tr td:nth-child(2), .vdma-dater table tbody tr th:nth-child(2), .vdma-dater table tbody tr td:nth-child(2) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-dater table thead tr th:nth-child(2), .vdma-dater table thead tr td:nth-child(2), .vdma-dater table tbody tr th:nth-child(2), .vdma-dater table tbody tr td:nth-child(2) {
    display: table-cell;
    width: 15%;
    max-width: 15%;
  }
}
.vdma-dater table thead tr th:nth-child(3), .vdma-dater table thead tr td:nth-child(3), .vdma-dater table tbody tr th:nth-child(3), .vdma-dater table tbody tr td:nth-child(3) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-dater table thead tr th:nth-child(3), .vdma-dater table thead tr td:nth-child(3), .vdma-dater table tbody tr th:nth-child(3), .vdma-dater table tbody tr td:nth-child(3) {
    display: table-cell;
    width: 30%;
    max-width: 30%;
  }
}
.vdma-machine-safety table, .vdma-standard-catalog table {
  width: 100%;
  border-spacing: 0;
}

.vdma-machine-safety table thead, .vdma-standard-catalog table thead {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #f4f3f0;
  color: #707175;
}

.vdma-machine-safety table thead tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.75rem 0 0.75rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-machine-safety table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-machine-safety table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table thead tr th {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-machine-safety table thead tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-standard-catalog table thead tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.75rem 0 0.75rem 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-standard-catalog table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-standard-catalog table thead tr th {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-standard-catalog table thead tr th {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-standard-catalog table thead tr th {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-machine-safety table thead tr th:not(:last-child), .vdma-standard-catalog table thead tr th:not(:last-child) {
  border-right: 0.125rem solid #fff;
}

.vdma-machine-safety table tbody tr td {
  padding: 0.75rem 0 0.75rem 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 47.96875em) {
  .vdma-machine-safety table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-machine-safety table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table tbody tr td {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-machine-safety table tbody tr td {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-standard-catalog table tbody tr td {
  padding: 0.75rem 0 0.75rem 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 47.96875em) {
  .vdma-standard-catalog table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-standard-catalog table tbody tr td {
    padding: 0.875rem 0 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-standard-catalog table tbody tr td {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-standard-catalog table tbody tr td {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.vdma-machine-safety table thead tr th:nth-child(1), .vdma-machine-safety table thead tr td:nth-child(1), .vdma-machine-safety table tbody tr th:nth-child(1), .vdma-machine-safety table tbody tr td:nth-child(1), .vdma-standard-catalog table thead tr th:nth-child(1), .vdma-standard-catalog table thead tr td:nth-child(1), .vdma-standard-catalog table tbody tr th:nth-child(1), .vdma-standard-catalog table tbody tr td:nth-child(1) {
  width: 27.2728%;
  max-width: 27.2728%;
}

@media (min-width: 47.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(1), .vdma-machine-safety table thead tr td:nth-child(1), .vdma-machine-safety table tbody tr th:nth-child(1), .vdma-machine-safety table tbody tr td:nth-child(1), .vdma-standard-catalog table thead tr th:nth-child(1), .vdma-standard-catalog table thead tr td:nth-child(1), .vdma-standard-catalog table tbody tr th:nth-child(1), .vdma-standard-catalog table tbody tr td:nth-child(1) {
    width: 15%;
    max-width: 15%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(1), .vdma-machine-safety table thead tr td:nth-child(1), .vdma-machine-safety table tbody tr th:nth-child(1), .vdma-machine-safety table tbody tr td:nth-child(1), .vdma-standard-catalog table thead tr th:nth-child(1), .vdma-standard-catalog table thead tr td:nth-child(1), .vdma-standard-catalog table tbody tr th:nth-child(1), .vdma-standard-catalog table tbody tr td:nth-child(1) {
    width: 10%;
    max-width: 10%;
  }
}
.vdma-machine-safety table thead tr th:nth-child(2), .vdma-machine-safety table thead tr td:nth-child(2), .vdma-machine-safety table tbody tr th:nth-child(2), .vdma-machine-safety table tbody tr td:nth-child(2), .vdma-standard-catalog table thead tr th:nth-child(2), .vdma-standard-catalog table thead tr td:nth-child(2), .vdma-standard-catalog table tbody tr th:nth-child(2), .vdma-standard-catalog table tbody tr td:nth-child(2) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(2), .vdma-machine-safety table thead tr td:nth-child(2), .vdma-machine-safety table tbody tr th:nth-child(2), .vdma-machine-safety table tbody tr td:nth-child(2), .vdma-standard-catalog table thead tr th:nth-child(2), .vdma-standard-catalog table thead tr td:nth-child(2), .vdma-standard-catalog table tbody tr th:nth-child(2), .vdma-standard-catalog table tbody tr td:nth-child(2) {
    display: table-cell;
    width: 10%;
    max-width: 10%;
  }
}
.vdma-machine-safety table thead tr th:nth-child(3), .vdma-machine-safety table thead tr td:nth-child(3), .vdma-machine-safety table tbody tr th:nth-child(3), .vdma-machine-safety table tbody tr td:nth-child(3), .vdma-standard-catalog table thead tr th:nth-child(3), .vdma-standard-catalog table thead tr td:nth-child(3), .vdma-standard-catalog table tbody tr th:nth-child(3), .vdma-standard-catalog table tbody tr td:nth-child(3) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(3), .vdma-machine-safety table thead tr td:nth-child(3), .vdma-machine-safety table tbody tr th:nth-child(3), .vdma-machine-safety table tbody tr td:nth-child(3), .vdma-standard-catalog table thead tr th:nth-child(3), .vdma-standard-catalog table thead tr td:nth-child(3), .vdma-standard-catalog table tbody tr th:nth-child(3), .vdma-standard-catalog table tbody tr td:nth-child(3) {
    display: table-cell;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(3), .vdma-machine-safety table thead tr td:nth-child(3), .vdma-machine-safety table tbody tr th:nth-child(3), .vdma-machine-safety table tbody tr td:nth-child(3), .vdma-standard-catalog table thead tr th:nth-child(3), .vdma-standard-catalog table thead tr td:nth-child(3), .vdma-standard-catalog table tbody tr th:nth-child(3), .vdma-standard-catalog table tbody tr td:nth-child(3) {
    width: 30%;
    max-width: 30%;
  }
}
.vdma-machine-safety table thead tr th:nth-child(3) span, .vdma-machine-safety table thead tr td:nth-child(3) span, .vdma-machine-safety table tbody tr th:nth-child(3) span, .vdma-machine-safety table tbody tr td:nth-child(3) span, .vdma-standard-catalog table thead tr th:nth-child(3) span, .vdma-standard-catalog table thead tr td:nth-child(3) span, .vdma-standard-catalog table tbody tr th:nth-child(3) span, .vdma-standard-catalog table tbody tr td:nth-child(3) span {
  word-break: break-all;
}

.vdma-machine-safety table thead tr th:nth-child(4), .vdma-machine-safety table thead tr td:nth-child(4), .vdma-machine-safety table tbody tr th:nth-child(4), .vdma-machine-safety table tbody tr td:nth-child(4), .vdma-standard-catalog table thead tr th:nth-child(4), .vdma-standard-catalog table thead tr td:nth-child(4), .vdma-standard-catalog table tbody tr th:nth-child(4), .vdma-standard-catalog table tbody tr td:nth-child(4) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(4), .vdma-machine-safety table thead tr td:nth-child(4), .vdma-machine-safety table tbody tr th:nth-child(4), .vdma-machine-safety table tbody tr td:nth-child(4), .vdma-standard-catalog table thead tr th:nth-child(4), .vdma-standard-catalog table thead tr td:nth-child(4), .vdma-standard-catalog table tbody tr th:nth-child(4), .vdma-standard-catalog table tbody tr td:nth-child(4) {
    display: table-cell;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(4), .vdma-machine-safety table thead tr td:nth-child(4), .vdma-machine-safety table tbody tr th:nth-child(4), .vdma-machine-safety table tbody tr td:nth-child(4), .vdma-standard-catalog table thead tr th:nth-child(4), .vdma-standard-catalog table thead tr td:nth-child(4), .vdma-standard-catalog table tbody tr th:nth-child(4), .vdma-standard-catalog table tbody tr td:nth-child(4) {
    width: 15%;
    max-width: 15%;
  }
}
.vdma-machine-safety table thead tr th:nth-child(5), .vdma-machine-safety table thead tr td:nth-child(5), .vdma-machine-safety table tbody tr th:nth-child(5), .vdma-machine-safety table tbody tr td:nth-child(5), .vdma-standard-catalog table thead tr th:nth-child(5), .vdma-standard-catalog table thead tr td:nth-child(5), .vdma-standard-catalog table tbody tr th:nth-child(5), .vdma-standard-catalog table tbody tr td:nth-child(5) {
  width: 72.7272%;
  max-width: 72.7272%;
}

@media (min-width: 47.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(5), .vdma-machine-safety table thead tr td:nth-child(5), .vdma-machine-safety table tbody tr th:nth-child(5), .vdma-machine-safety table tbody tr td:nth-child(5), .vdma-standard-catalog table thead tr th:nth-child(5), .vdma-standard-catalog table thead tr td:nth-child(5), .vdma-standard-catalog table tbody tr th:nth-child(5), .vdma-standard-catalog table tbody tr td:nth-child(5) {
    width: 85%;
    max-width: 85%;
  }
}
@media (min-width: 63.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(5), .vdma-machine-safety table thead tr td:nth-child(5), .vdma-machine-safety table tbody tr th:nth-child(5), .vdma-machine-safety table tbody tr td:nth-child(5), .vdma-standard-catalog table thead tr th:nth-child(5), .vdma-standard-catalog table thead tr td:nth-child(5), .vdma-standard-catalog table tbody tr th:nth-child(5), .vdma-standard-catalog table tbody tr td:nth-child(5) {
    width: 40%;
    max-width: 40%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-machine-safety table thead tr th:nth-child(5), .vdma-machine-safety table thead tr td:nth-child(5), .vdma-machine-safety table tbody tr th:nth-child(5), .vdma-machine-safety table tbody tr td:nth-child(5), .vdma-standard-catalog table thead tr th:nth-child(5), .vdma-standard-catalog table thead tr td:nth-child(5), .vdma-standard-catalog table tbody tr th:nth-child(5), .vdma-standard-catalog table tbody tr td:nth-child(5) {
    width: 35%;
    max-width: 35%;
  }
}
.dater-teaser__status, .machine-safety-teaser__status, .standard-catalog-teaser__status {
  color: #222F5B;
}

.dater-teaser__status.color-orange-100, .machine-safety-teaser__status.color-orange-100, .standard-catalog-teaser__status.color-orange-100 {
  color: #f18700;
}

.dater-teaser__status.color-red-100, .machine-safety-teaser__status.color-red-100, .standard-catalog-teaser__status.color-red-100 {
  color: #c13828;
}

.dater-teaser__status i, .machine-safety-teaser__status i, .standard-catalog-teaser__status i {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .dater-teaser__status i, .machine-safety-teaser__status i, .standard-catalog-teaser__status i {
    padding-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-teaser__status i, .machine-safety-teaser__status i, .standard-catalog-teaser__status i {
    padding-top: 0.25rem;
  }
}
.dater-teaser__status i svg, .machine-safety-teaser__status i svg, .standard-catalog-teaser__status i svg {
  width: 1.5rem;
  height: 1.5rem;
}

.dater-teaser__head, .machine-safety-teaser__head, .standard-catalog-teaser__head {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .dater-teaser__head, .machine-safety-teaser__head, .standard-catalog-teaser__head {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-teaser__head, .machine-safety-teaser__head, .standard-catalog-teaser__head {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-teaser__head::after, .machine-safety-teaser__head::after, .standard-catalog-teaser__head::after {
  content: ":";
  display: inline-block;
  transform: translateX(-100%);
}

.dater-teaser__value, .machine-safety-teaser__value, .standard-catalog-teaser__value {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #000;
}

@media (min-width: 63.96875em) {
  .dater-teaser__value, .machine-safety-teaser__value, .standard-catalog-teaser__value {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-teaser__value, .machine-safety-teaser__value, .standard-catalog-teaser__value {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-teaser__title__link {
  display: inline;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .dater-teaser__title__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-teaser__title__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-teaser__title__meta {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .dater-teaser__title__meta {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .dater-teaser__title__meta {
    display: none;
  }
}
.dater-teaser__title__meta__item {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .dater-teaser__title__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-teaser__title__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-teaser__title__meta__item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-teaser__title__meta__item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-teaser__title__meta__item:first-child {
    width: 40%;
  }
  .dater-teaser__title__meta__item:not(:first-child) {
    width: 60%;
  }
}
.machine-safety-teaser__info__link, .standard-catalog-teaser__info__link {
  display: inline;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .machine-safety-teaser__info__link, .standard-catalog-teaser__info__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .machine-safety-teaser__info__link, .standard-catalog-teaser__info__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.machine-safety-teaser__info__meta, .standard-catalog-teaser__info__meta {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .machine-safety-teaser__info__meta, .standard-catalog-teaser__info__meta {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .machine-safety-teaser__info__meta, .standard-catalog-teaser__info__meta {
    display: none;
  }
}
.machine-safety-teaser__info__meta__item {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .machine-safety-teaser__info__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .machine-safety-teaser__info__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .machine-safety-teaser__info__meta__item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .machine-safety-teaser__info__meta__item {
    margin-top: 1.25rem;
  }
}
.standard-catalog-teaser__info__meta__item {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .standard-catalog-teaser__info__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .standard-catalog-teaser__info__meta__item {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .standard-catalog-teaser__info__meta__item {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .standard-catalog-teaser__info__meta__item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .machine-safety-teaser__info__meta__item:first-child, .standard-catalog-teaser__info__meta__item:first-child {
    width: 47.0588235294%;
  }
  .machine-safety-teaser__info__meta__item:not(:first-child), .standard-catalog-teaser__info__meta__item:not(:first-child) {
    width: 29.4117647059%;
  }
  .machine-safety-teaser__info__meta__item:last-child, .standard-catalog-teaser__info__meta__item:last-child {
    width: 23.5294117647%;
  }
}
.video-details-page {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page {
    margin-bottom: 5.75rem;
  }
}
.video-details-page__header {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .video-details-page__header {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.video-details-page__content {
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .video-details-page__content {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__content {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__content {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__content {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__content {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__content {
    padding-right: 4.1666666667% !important;
  }
}
.video-details-page__content__main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .video-details-page__content__main {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__content__main {
    max-width: 57.1428571429%;
    min-width: 57.1428571429%;
    width: 57.1428571429%;
    flex: 1 1 57.1428571429%;
  }
}
.video-details-page__content__sub {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .video-details-page__content__sub {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__content__sub {
    max-width: 38.0952380952%;
    min-width: 38.0952380952%;
    width: 38.0952380952%;
    flex: 1 1 38.0952380952%;
  }
}
.video-details-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .video-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.video-details-page__video__title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.video-details-page__video__frame {
  margin-top: 1.25rem;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__frame {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__frame {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__frame {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__frame {
    margin-top: 2.25rem;
  }
}
.video-details-page__video__frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-details-page__video__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: block;
}

@media (min-width: 89.96875em) {
  .video-details-page__video__source {
    display: inline-block;
  }
  .video-details-page__video__source__title + .video-details-page__video__source__text {
    margin-left: 0.25rem;
  }
}
.video-details-page__video__source__title {
  color: #333;
  display: block;
}

@media (min-width: 89.96875em) {
  .video-details-page__video__source__title {
    display: inline;
  }
}
.video-details-page__video__source__text {
  color: #707175;
  display: block;
}

@media (min-width: 89.96875em) {
  .video-details-page__video__source__text {
    display: inline;
  }
}
.video-details-page__video__meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  color: #707175;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__meta {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__meta {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__meta {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__meta {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.video-details-page__video__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.video-details-page__video__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links {
    flex-flow: row nowrap;
  }
}
.video-details-page__video__links__download {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links__download {
    flex-flow: row wrap;
  }
}
.video-details-page__video__links__download .textlink {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links__download .textlink {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .video-details-page__video__links__download .textlink {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .video-details-page__video__links__download .textlink {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .video-details-page__video__links__download .textlink {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .video-details-page__video__links__download .textlink {
    margin-right: 2.25rem;
  }
}
.video-details-page__video__links__download .textlink + .textlink {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links__download .textlink + .textlink {
    margin-top: 0;
  }
}
.video-details-page__video__links__share {
  width: auto;
  display: flex;
}

.video-details-page__video__links__download {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links__download {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__links__download {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__links__download {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__links__download {
    margin-top: 2.25rem;
  }
}
.video-details-page__video__links__share {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__video__links__share {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__video__links__share {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__video__links__share {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__links__share {
    margin-top: 2.25rem;
  }
}
.video-details-page__video__links__download .textlink, .video-details-page__video__links__share .textlink {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .video-details-page__video__links__download .textlink, .video-details-page__video__links__share .textlink {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__video__links__download .textlink, .video-details-page__video__links__share .textlink {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.video-details-page__themes {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .video-details-page__themes {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__themes {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__themes {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__themes {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__themes {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__themes {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__themes {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__themes {
    margin-top: 3.75rem;
  }
}
.video-details-page__themes__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__themes__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__themes__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__themes__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__themes__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.video-details-page__themes__links {
  margin-top: 1.25rem;
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: wrap;
}

@media (min-width: 47.96875em) {
  .video-details-page__themes__links {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__themes__links {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__themes__links {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__themes__links {
    margin-top: 2.25rem;
  }
}
.video-details-page__themes__links a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 63.96875em) {
  .video-details-page__themes__links a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__themes__links a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.video-details-page__themes__links a:nth-child(n+17) {
  display: none;
}

.video-details-page__docs-download {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__docs-download {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download {
    margin-top: 5.75rem;
  }
}
.video-details-page__docs-download__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__docs-download__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.video-details-page__docs-download__content {
  margin-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .video-details-page__docs-download__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__content {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.video-details-page__docs-download__content .doc-download {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__docs-download__content .doc-download {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content .doc-download {
    padding-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download__content .doc-download {
    padding-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__content .doc-download {
    padding-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__docs-download__content .doc-download {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content .doc-download {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download__content .doc-download {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__content .doc-download {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content .doc-download {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__content .doc-download {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.video-details-page__docs-download__content .doc-download:last-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__docs-download__content .doc-download:last-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content .doc-download:last-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__docs-download__content .doc-download:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__docs-download__content .doc-download:last-child {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__docs-download__content .doc-download {
    width: 50%;
    max-width: 50%;
  }
}
.video-details-page__still-image {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__still-image {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__still-image {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__still-image {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__still-image {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__still-image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
.video-details-page__still-image__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__still-image__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__still-image__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__still-image__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__still-image__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.video-details-page__still-image__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__still-image__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__still-image__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__still-image__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__still-image__content {
    margin-top: 2.25rem;
  }
}
.video-details-page__current-videos {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__current-videos {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos {
    margin-top: 5.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos {
    margin-top: 0;
  }
}
.video-details-page__current-videos__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__current-videos__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.video-details-page__current-videos__content > * {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .video-details-page__current-videos__content > * {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__content > * {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__content > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos__content > * {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__ref {
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__ref {
    flex-direction: column;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__ref {
    flex-direction: row;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__frame {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__frame {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__frame {
    max-width: 37.5%;
    min-width: 37.5%;
    width: 37.5%;
    flex: 1 1 37.5%;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__info {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__info {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__content .vdma-thumbnail-video__info {
    max-width: 62.5%;
    min-width: 62.5%;
    width: 62.5%;
    flex: 1 1 62.5%;
    padding-left: 1rem;
  }
}
.video-details-page__current-videos__media-library {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #cecece;
  display: flex;
}

@media (min-width: 47.96875em) {
  .video-details-page__current-videos__media-library {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__media-library {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__media-library {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos__media-library {
    padding-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .video-details-page__current-videos__media-library {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__media-library {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .video-details-page__current-videos__media-library {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos__media-library {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .video-details-page__current-videos__media-library {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .video-details-page__current-videos__media-library {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.video-details-page__current-videos__media-library a {
  margin-right: auto;
}

.vdma-thumbnail-video {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-thumbnail-video__ref {
  color: #000;
  text-decoration: none;
  outline: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-thumbnail-video__ref:link, .vdma-thumbnail-video__ref:visited {
  text-decoration: none;
  outline: none;
}

.vdma-thumbnail-video__frame {
  width: 100%;
}

.vdma-thumbnail-video__frame__overflow {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.vdma-thumbnail-video__frame__overflow img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vdma-thumbnail-video__info {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-thumbnail-video__info {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-thumbnail-video__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-thumbnail-video__info {
    margin-top: 0;
  }
}
.vdma-thumbnail-video__info__title {
  width: 100%;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #000;
  text-decoration: none;
  outline: none;
  max-height: 3rem;
}

@media (min-width: 63.96875em) {
  .vdma-thumbnail-video__info__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-thumbnail-video__info__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-thumbnail-video__info__title {
    max-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-thumbnail-video__info__title {
    max-height: 5.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-thumbnail-video__info__title {
    max-height: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-thumbnail-video__info__title {
    max-height: 4rem;
  }
}
.vdma-thumbnail-video__info__meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .vdma-thumbnail-video__info__meta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-thumbnail-video__info__meta {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.error-page {
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .error-page {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.error-page__content {
  padding: 2.75rem 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .error-page__content {
    padding: 3.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .error-page__content {
    padding: 4.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .error-page__content {
    padding: 5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .error-page__content {
    padding: 5.75rem 0;
  }
}
@media (min-width: 63.96875em) {
  .error-page__content {
    width: 70%;
  }
}
.error-page__icon i {
  width: 2.5rem;
  height: 2.5rem;
  color: #c13828;
}

.error-page__icon i svg {
  width: 2.5rem;
  height: 2.5rem;
}

.error-page__head {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .error-page__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .error-page__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-page__head {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .error-page__head {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .error-page__head {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .error-page__head {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-page__head {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .error-page__head {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.error-page__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .error-page__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .error-page__message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .error-page__message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .error-page__message {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .error-page__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .error-page__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.error-page__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  width: auto;
  margin: 1.25rem auto 0 0;
}

@media (min-width: 47.96875em) {
  .error-page__link {
    margin: 1.5rem auto 0 0;
  }
}
@media (min-width: 63.96875em) {
  .error-page__link {
    margin: 1.625rem auto 0 0;
  }
}
@media (min-width: 89.96875em) {
  .error-page__link {
    margin: 1.875rem auto 0 0;
  }
}
@media (min-width: 119.96875em) {
  .error-page__link {
    margin: 2.25rem auto 0 0;
  }
}
@media (min-width: 63.96875em) {
  .error-page__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .error-page__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.mocked-portlet {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .mocked-portlet {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .mocked-portlet {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .mocked-portlet {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .mocked-portlet {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .mocked-portlet {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .mocked-portlet {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .mocked-portlet {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .mocked-portlet {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .mocked-portlet {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.error-portlet {
  background-color: #f4f3f0;
  border-left: 0.125rem solid #c13828;
  padding: 1.875rem;
  margin-top: 2.75rem;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .error-portlet {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .error-portlet {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .error-portlet {
    padding: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet {
    padding: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .error-portlet {
    padding: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet {
    padding: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .error-portlet {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.error-portlet__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .error-portlet__content {
    width: 80%;
  }
}
.error-portlet__icon i {
  width: 2.5rem;
  height: 2.5rem;
  color: #c13828;
}

.error-portlet__icon i svg {
  width: 2.5rem;
  height: 2.5rem;
}

.error-portlet__head {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .error-portlet__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-portlet__head {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet__head {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .error-portlet__head {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet__head {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .error-portlet__head {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet__head {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.error-portlet__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .error-portlet__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-portlet__message {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .error-portlet__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .error-portlet__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.error-modal {
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .error-modal {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .error-modal {
    padding: 0 !important;
  }
}
.error-modal__icon i {
  width: 2.5rem;
  height: 2.5rem;
  color: #c13828;
}

.error-modal__icon i svg {
  width: 2.5rem;
  height: 2.5rem;
}

.error-modal__head {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .error-modal__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .error-modal__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-modal__head {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .error-modal__head {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .error-modal__head {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .error-modal__head {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .error-modal__head {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .error-modal__head {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.error-modal__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .error-modal__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .error-modal__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .error-modal__message {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .error-modal__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .error-modal__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .error-modal__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.error-modal__action {
  margin-top: 1.25rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .error-modal__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .error-modal__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .error-modal__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .error-modal__action {
    margin-top: 2.25rem;
  }
}
.error-modal__action > * {
  width: auto;
  margin-right: auto;
}

.dater-details-page {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page {
    margin-bottom: 5.75rem;
  }
}
.dater-details-page__header {
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-details-page__header {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.dater-details-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .dater-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.dater-details-page__content {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content {
    margin-top: 2.25rem;
  }
}
.dater-details-page__content__head {
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head {
    margin-left: 16.6666666667% !important;
    margin-right: 16.6666666667% !important;
  }
}
.dater-details-page__content__head__meta {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.dater-details-page__content__head__meta > * {
  margin-bottom: 0.5rem;
}

.dater-details-page__content__head__meta .tag-exclusive {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head__meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__head__meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head__meta .tag-exclusive {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__meta .tag-exclusive {
    margin-right: 1.25rem;
  }
}
.dater-details-page__content__head__meta .events-detail-page__information__tags-exclusive p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head__meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__head__meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head__meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .dater-details-page__content__head__meta p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1.25rem;
  }
}
.dater-details-page__content__head__meta .article-viewer-page__article-tag-exclusive p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head__meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__head__meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head__meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .dater-details-page__content__head__meta p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1.25rem;
  }
}
.dater-details-page__content__head__meta .max-expression-page__information__tags-exclusive p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head__meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__head__meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head__meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .dater-details-page__content__head__meta p {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .dater-details-page__content__head__meta p {
    margin-right: 1.25rem;
  }
}
.dater-details-page__content__head__meta .tags {
  width: auto;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .dater-details-page__content__head__meta .tags {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__meta .tags {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__content__head__title {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__head__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__head__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__head__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.dater-details-page__content__info {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-details-page__content__info {
    margin-left: 16.6666666667% !important;
    margin-right: 16.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__info {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}
.dater-details-page__content__info__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__info__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__info__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__info__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__info__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__content__docs-download {
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__docs-download {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__docs-download {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download {
    margin-left: 16.6666666667% !important;
    margin-right: 16.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}
.dater-details-page__content__docs-download__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__docs-download__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__docs-download__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__content__docs-download .vdma-downloads-list {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list {
    margin-top: 1.25rem;
  }
}
.dater-details-page__content__docs-download .vdma-downloads-list__content {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content {
    padding-top: 2.25rem;
  }
}
.dater-details-page__content__docs-download .vdma-downloads-list__content:not(:last-child) {
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__docs-download .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
.dater-details-page__content__contact {
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .dater-details-page__content__contact {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__content__contact {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__content__contact {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-details-page__content__contact {
    margin-left: 16.6666666667% !important;
    margin-right: 16.6666666667% !important;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__contact {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}
.dater-details-page__content__contact .article__contacts {
  width: 100%;
  margin: 0 !important;
}

@media (min-width: 63.96875em) {
  .dater-details-page__content__contact .article__contacts .article__contacts__user-image {
    max-width: 18.75%;
    min-width: 18.75%;
    width: 18.75%;
    flex: 1 1 18.75%;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__content__contact .article__contacts .article__contacts__user-image {
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
    flex: 1 1 16.6666666667%;
  }
}
.dater-details-page__attributes {
  display: flex;
  flex-direction: column;
}

.dater-details-page__attributes__title {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .dater-details-page__attributes__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__attributes__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__attr {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .dater-details-page__attr {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__attr {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__attr:not(:first-child) {
  margin-top: 0.5rem;
}

.dater-details-page__attr__name {
  font-family: "Open Sans Bold";
}

.dater-details-page__attr__name::after {
  content: ":";
  display: inline-block;
  transform: translateX(-100%);
}

.dater-details-page__block:not(:first-of-type) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block:not(:first-of-type) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block:not(:first-of-type) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block:not(:first-of-type) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block:not(:first-of-type) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__title {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__block__text {
  margin-top: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__block__text b, .dater-details-page__block__text .bold, .dater-details-page__block__text strong {
  font-family: "Open Sans Bold";
}

.dater-details-page__block__text a {
  font-family: "Open Sans Regular";
}

.dater-details-page__block__text p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.dater-details-page__block__text h1, .dater-details-page__block__text h2, .dater-details-page__block__text h3, .dater-details-page__block__text h4, .dater-details-page__block__text h5, .dater-details-page__block__text h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h1, .dater-details-page__block__text h2, .dater-details-page__block__text h3, .dater-details-page__block__text h4, .dater-details-page__block__text h5, .dater-details-page__block__text h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h1, .dater-details-page__block__text h2, .dater-details-page__block__text h3, .dater-details-page__block__text h4, .dater-details-page__block__text h5, .dater-details-page__block__text h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h1, .dater-details-page__block__text h2, .dater-details-page__block__text h3, .dater-details-page__block__text h4, .dater-details-page__block__text h5, .dater-details-page__block__text h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h1, .dater-details-page__block__text h2, .dater-details-page__block__text h3, .dater-details-page__block__text h4, .dater-details-page__block__text h5, .dater-details-page__block__text h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__block__text h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.dater-details-page__block__text ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__block__text ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-details-page__block__text ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li {
    margin-top: 1.25rem;
  }
}
.dater-details-page__block__text ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li::before {
    top: 0.8125rem;
  }
}
.dater-details-page__block__text ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li ul {
    margin-left: 3.375rem;
  }
}
.dater-details-page__block__text ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.dater-details-page__block__text ul li ul li::before {
  display: none;
}

.dater-details-page__block__text ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__block__text ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.dater-details-page__block__text ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.dater-details-page__block__text ul li ul li ul li::before {
  display: none;
}

.dater-details-page__block__text ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .dater-details-page__block__text ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__block__text button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text button {
    margin-top: 1.25rem;
  }
}
.dater-details-page__block__text .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__text .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__text .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__text .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__text .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .dater-details-page__block__text label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .dater-details-page__block__text label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .dater-details-page__block__text label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .dater-details-page__block__text label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .dater-details-page__block__text label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .dater-details-page__block__text button, .dater-details-page__block__text .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .dater-details-page__block__text label {
    width: auto;
  }
}
.dater-details-page__block__refs {
  padding: 1.25rem;
  background-color: #f4f3f0;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__refs {
    padding: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__refs {
    padding: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__refs {
    padding: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__refs {
    padding: 2.25rem;
  }
}
.dater-details-page__block__refs__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block__refs__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block__refs__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block__refs__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__refs__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.dater-details-page__block__refs__links {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #333;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .dater-details-page__block__refs__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block__refs__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.dater-details-page__block__refs__links > a {
  margin-right: auto;
}

.dater-details-page__block .vdma-accordion {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block .vdma-accordion {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block .vdma-accordion {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block .vdma-accordion {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block .vdma-accordion {
    margin-top: 1.25rem;
  }
}
.dater-details-page__block .vdma-accordion .dater-details-page__attributes:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .dater-details-page__block .vdma-accordion .dater-details-page__attributes:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .dater-details-page__block .vdma-accordion .dater-details-page__attributes:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .dater-details-page__block .vdma-accordion .dater-details-page__attributes:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .dater-details-page__block .vdma-accordion .dater-details-page__attributes:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.level-1-details-page {
  position: relative;
}

.level-1-details-page__header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.level-1-details-page__breadcrumbs {
  margin: 12px auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__breadcrumbs {
    margin: 14px auto;
  }
}
.level-1-details-page__breadcrumbs .breadcrumbs {
  color: #fff;
}

.level-1-details-page__stage {
  display: block;
  position: relative;
  border-bottom: 0.0625rem solid #cecece;
}

.level-1-details-page__stage__image {
  position: relative;
}

.level-1-details-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.level-1-details-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .level-1-details-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.level-1-details-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-details-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-details-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-details-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-details-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.level-1-details-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-1-details-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-1-details-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-1-details-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-1-details-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .level-1-details-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .level-1-details-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .level-1-details-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .level-1-details-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info {
    width: 37.5rem;
  }
}
.level-1-details-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-details-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.level-1-details-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.level-1-details-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-details-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action {
    flex-direction: row;
  }
}
.level-1-details-page__stage__info-action button, .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action button, .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label {
    width: auto;
  }
}
.level-1-details-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-details-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .level-1-details-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__stage {
    border-bottom: none;
  }
}
.level-1-details-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 1.875rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__description {
    width: 83.3333333333%;
  }
}
.level-1-details-page__description b, .level-1-details-page__description .bold, .level-1-details-page__description strong {
  font-family: "Open Sans Bold";
}

.level-1-details-page__description a {
  font-family: "Open Sans Regular";
}

.level-1-details-page__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.level-1-details-page__description h1, .level-1-details-page__description h2, .level-1-details-page__description h3, .level-1-details-page__description h4, .level-1-details-page__description h5, .level-1-details-page__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h1, .level-1-details-page__description h2, .level-1-details-page__description h3, .level-1-details-page__description h4, .level-1-details-page__description h5, .level-1-details-page__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h1, .level-1-details-page__description h2, .level-1-details-page__description h3, .level-1-details-page__description h4, .level-1-details-page__description h5, .level-1-details-page__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h1, .level-1-details-page__description h2, .level-1-details-page__description h3, .level-1-details-page__description h4, .level-1-details-page__description h5, .level-1-details-page__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h1, .level-1-details-page__description h2, .level-1-details-page__description h3, .level-1-details-page__description h4, .level-1-details-page__description h5, .level-1-details-page__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-details-page__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-1-details-page__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-details-page__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li {
    margin-top: 1.25rem;
  }
}
.level-1-details-page__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li::before {
    top: 0.8125rem;
  }
}
.level-1-details-page__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li ul {
    margin-left: 3.375rem;
  }
}
.level-1-details-page__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-1-details-page__description ul li ul li::before {
  display: none;
}

.level-1-details-page__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-details-page__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.level-1-details-page__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-1-details-page__description ul li ul li ul li::before {
  display: none;
}

.level-1-details-page__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-1-details-page__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-1-details-page__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description button {
    margin-top: 1.25rem;
  }
}
.level-1-details-page__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-1-details-page__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-1-details-page__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__description button, .level-1-details-page__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-1-details-page__description label {
    width: auto;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__description {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
    margin-left: 8.3333333333% !important;
    margin-right: 33.3333333333% !important;
  }
}
.level-1-details-page__filters {
  display: flex;
  flex-direction: column;
}

.level-1-details-page__filters__header {
  font-family: "Open Sans Bold";
  margin: 1.875rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__filters__header {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__filters__header {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__filters__header {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__filters__header {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__filters__header {
    width: 83.3333333333%;
  }
}
.level-1-details-page__filters__content {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__filters__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__filters__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__filters__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__filters__content {
    margin-top: 1.25rem;
  }
}
.level-1-details-page__service-groups {
  margin: 1.875rem auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups {
    margin: 3.75rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups {
    width: 83.3333333333%;
  }
}
.level-1-details-page__service-groups .vdma-accordion {
  margin-bottom: 0;
}

.level-1-details-page__service-groups .vdma-accordion__header_togle {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__header_togle {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-1-details-page__service-groups .vdma-accordion__header__active > .vdma-accordion__header_togle > span {
  display: flex;
  border-bottom: 0.125rem solid #222F5B;
}

.level-1-details-page__service-groups .vdma-accordion__content {
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups .vdma-accordion__content {
    padding-bottom: 3.75rem;
  }
}
.level-1-details-page__service-groups__content {
  display: flex;
  flex-direction: column;
}

.level-1-details-page__service-groups__content .advice-and-network {
  width: 100%;
  margin-top: 1.25rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__service-groups__content .advice-and-network {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-1-details-page__service-groups__content .advice-and-network {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-1-details-page__service-groups__content .advice-and-network {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-1-details-page__service-groups__content .advice-and-network {
    margin-top: 2.25rem;
  }
}
.level-1-details-page__advantages {
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-1-details-page__advantages {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.level-2-details-page {
  position: relative;
}

.level-2-details-page__header {
  margin: 0.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__header {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__header {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__header {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__header {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__header {
    width: 83.3333333333%;
  }
}
.level-2-details-page__info {
  margin: 0.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__info {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__info {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__info {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__info {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__info {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__info {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
    margin-left: 8.3333333333% !important;
    margin-right: 33.3333333333% !important;
  }
}
.level-2-details-page__info__theme {
  display: flex;
  flex-flow: row wrap;
}

.level-2-details-page__info__theme .vdma-icon, .level-2-details-page__info__theme .group-teaser__info__roofline-status-icon, .level-2-details-page__info__theme .group-teaser__info__participant-status-icon, .level-2-details-page__info__theme .service-teaser__header__icon, .level-2-details-page__info__theme .service-quicklink__icon, .level-2-details-page__info__theme .service-select-teaser__header__icon, .level-2-details-page__info__theme .advice-and-network__item__icon, .level-2-details-page__info__theme .groups-details-page__content__info__head__roofline-status-icon, .level-2-details-page__info__theme .groups-details-page__content__info__head__participant-status-icon {
  width: 1.5rem;
  color: #f18700;
}

.level-2-details-page__info__theme .tags {
  width: auto;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

.level-2-details-page__info__theme > *:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.level-2-details-page__info__title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__info__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__info__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__info__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__info__title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.level-2-details-page__info__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__info__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__info__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__info__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__info__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__info__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__info__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__filters {
  display: flex;
  flex-direction: column;
}

.level-2-details-page__filters__header {
  font-family: "Open Sans Bold";
  margin: 1.875rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__filters__header {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__filters__header {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__filters__header {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__filters__header {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__filters__header {
    width: 83.3333333333%;
  }
}
.level-2-details-page__filters__content {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__filters__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__filters__content {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__filters__content {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__filters__content {
    margin-top: 1.25rem;
  }
}
.level-2-details-page__results {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.level-2-details-page__service {
  margin: 1.875rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__service {
    width: 83.3333333333%;
  }
}
.level-2-details-page__service__details {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.level-2-details-page__service__details__meta {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 89.96875em) {
  .level-2-details-page__service__details__meta {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.level-2-details-page__service__details__meta .vdma-icon, .level-2-details-page__service__details__meta .group-teaser__info__roofline-status-icon, .level-2-details-page__service__details__meta .group-teaser__info__participant-status-icon, .level-2-details-page__service__details__meta .service-teaser__header__icon, .level-2-details-page__service__details__meta .service-quicklink__icon, .level-2-details-page__service__details__meta .service-select-teaser__header__icon, .level-2-details-page__service__details__meta .advice-and-network__item__icon, .level-2-details-page__service__details__meta .groups-details-page__content__info__head__roofline-status-icon, .level-2-details-page__service__details__meta .groups-details-page__content__info__head__participant-status-icon {
  width: 1.5rem;
  color: #f18700;
}

.level-2-details-page__service__details__meta .tags {
  width: auto;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

.level-2-details-page__service__details__meta > *:not(:last-child) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.level-2-details-page__service__details__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__details__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__details__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__details__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__details__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__details__header {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.level-2-details-page__service__details__description {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__details__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__details__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__details__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__details__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__details__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__details__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__details__description {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.level-2-details-page__service__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.level-2-details-page__service__content > *:not(:first-child) {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content > *:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content > *:not(:first-child) {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content > *:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content > *:not(:first-child) {
    margin-top: 5.75rem;
  }
}
.level-2-details-page__service__content__description {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.level-2-details-page__service__content__description b, .level-2-details-page__service__content__description .bold, .level-2-details-page__service__content__description strong {
  font-family: "Open Sans Bold";
}

.level-2-details-page__service__content__description a {
  font-family: "Open Sans Regular";
}

.level-2-details-page__service__content__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.level-2-details-page__service__content__description h1, .level-2-details-page__service__content__description h2, .level-2-details-page__service__content__description h3, .level-2-details-page__service__content__description h4, .level-2-details-page__service__content__description h5, .level-2-details-page__service__content__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h1, .level-2-details-page__service__content__description h2, .level-2-details-page__service__content__description h3, .level-2-details-page__service__content__description h4, .level-2-details-page__service__content__description h5, .level-2-details-page__service__content__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h1, .level-2-details-page__service__content__description h2, .level-2-details-page__service__content__description h3, .level-2-details-page__service__content__description h4, .level-2-details-page__service__content__description h5, .level-2-details-page__service__content__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h1, .level-2-details-page__service__content__description h2, .level-2-details-page__service__content__description h3, .level-2-details-page__service__content__description h4, .level-2-details-page__service__content__description h5, .level-2-details-page__service__content__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h1, .level-2-details-page__service__content__description h2, .level-2-details-page__service__content__description h3, .level-2-details-page__service__content__description h4, .level-2-details-page__service__content__description h5, .level-2-details-page__service__content__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__service__content__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__service__content__description ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-details-page__service__content__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li {
    margin-top: 1.25rem;
  }
}
.level-2-details-page__service__content__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li::before {
    top: 0.8125rem;
  }
}
.level-2-details-page__service__content__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li ul {
    margin-left: 3.375rem;
  }
}
.level-2-details-page__service__content__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-2-details-page__service__content__description ul li ul li::before {
  display: none;
}

.level-2-details-page__service__content__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-details-page__service__content__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.level-2-details-page__service__content__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.level-2-details-page__service__content__description ul li ul li ul li::before {
  display: none;
}

.level-2-details-page__service__content__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-details-page__service__content__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description button {
    margin-top: 1.25rem;
  }
}
.level-2-details-page__service__content__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description button, .level-2-details-page__service__content__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .level-2-details-page__service__content__description label {
    width: auto;
  }
}
.level-2-details-page__service__content__description h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.level-2-details-page__service__content__description h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.level-2-details-page__service__content__description h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.level-2-details-page__service__content__description h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.level-2-details-page__service__content__description h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__service__content__description h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.level-2-details-page__service__content__description h1 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h1 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__description h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h2 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__description h3 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h3 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__description h4 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h4 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__description h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h5 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__description h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__service__content__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__service__content__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__description h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__service__content__description h6 {
    margin-bottom: 1.25rem;
  }
}
.level-2-details-page__service__content__gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.level-2-details-page__service__content__gallery .vdma-image-gallery__slide-image-overflow {
  padding-bottom: 42.85%;
}

.level-2-details-page__service__content__videos {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .level-2-details-page__service__content__videos {
    max-width: 60%;
    min-width: 60%;
    width: 60%;
    flex: 1 1 60%;
  }
}
.level-2-details-page__service__content__videos .article__video {
  width: 100%;
  margin: 0 !important;
}

.level-2-details-page__downloads {
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__downloads {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__downloads {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__downloads {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__downloads {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__downloads {
    width: 83.3333333333%;
  }
}
.level-2-details-page__downloads__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__downloads__section-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__downloads__section-title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__downloads__section-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__downloads__section-title {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__downloads__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__downloads__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__downloads__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__downloads__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__downloads__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__downloads__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__downloads__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__downloads__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__contacts {
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__contacts {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__contacts {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__contacts {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__contacts {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__contacts {
    width: 83.3333333333%;
  }
}
.level-2-details-page__contacts__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__contacts__section-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__contacts__section-title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__contacts__section-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__contacts__section-title {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__contacts__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__contacts__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__contacts__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__contacts__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__contacts__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__contacts__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__contacts__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__contacts__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__contacts__section-title:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__contacts__section-title:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__contacts__section-title:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__contacts__section-title:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__contacts__section-title:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.level-2-details-page__contacts__section-block {
  width: 100%;
}

.level-2-details-page__contacts__section-block .article__contacts {
  width: 100%;
  margin: 0 !important;
}

.level-2-details-page__services {
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__services {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__services {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__services {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__services {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__services {
    width: 83.3333333333%;
  }
}
.level-2-details-page__services__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__services__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__services__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__services__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__services__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__services__content {
  display: flex;
  flex-direction: column;
}

.level-2-details-page__services__content .advice-and-network {
  width: 100%;
  margin-top: 1.25rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__services__content .advice-and-network {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__services__content .advice-and-network {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__services__content .advice-and-network {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__services__content .advice-and-network {
    margin-top: 2.25rem;
  }
}
.level-2-details-page__direct-services {
  width: 100%;
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__direct-services {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__direct-services {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__direct-services {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__direct-services {
    margin-top: 5.75rem;
  }
}
.level-2-details-page__direct-services .service-direct {
  margin: 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__direct-services .service-direct {
    width: 83.3333333333%;
  }
}
.level-2-details-page__offer {
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__offer {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__offer {
    width: 83.3333333333%;
  }
}
.level-2-details-page__offer__section-title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__offer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__section-title {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__section-title {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__section-title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__offer__section-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__section-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__section-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__section-title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__offer__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.level-2-details-page__offer__content .vdma-accordion {
  margin-bottom: 0;
}

.level-2-details-page__offer__content .vdma-accordion__header_togle {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__header_togle {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.level-2-details-page__offer__content .vdma-accordion__header__active > .vdma-accordion__header_togle > span {
  display: flex;
  border-bottom: 0.125rem solid #222F5B;
}

.level-2-details-page__offer__content .vdma-accordion__content {
  padding-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__offer__content .vdma-accordion__content {
    padding-bottom: 3.75rem;
  }
}
.level-2-details-page__advantages {
  margin-top: 2.75rem;
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .level-2-details-page__advantages {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page__advantages {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page__advantages {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page__advantages {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page__advantages {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.level-2-details-page .vdma-downloads-list {
  width: 100%;
  margin-bottom: 0;
}

.level-2-details-page .vdma-downloads-list__content:not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
.level-2-details-page .vdma-downloads-list__content:not(:first-child) {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:first-child) {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page .vdma-downloads-list__content:not(:first-child) {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .level-2-details-page .vdma-downloads-list__image {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
@media (min-width: 63.96875em) {
  .level-2-details-page .vdma-downloads-list__image {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
    flex: 1 1 15%;
    margin-left: 5% !important;
  }
}
@media (min-width: 89.96875em) {
  .level-2-details-page .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 119.96875em) {
  .level-2-details-page .vdma-downloads-list__image {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
.level-2-details-page .vdma-groups__content {
  width: 100%;
}

.level-2-details-page .vdma-groups__content .group-teaser:first-child {
  padding-top: 0;
}

.level-2-details-page .vdma-groups__content .group-teaser:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.docs-storage-page {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .docs-storage-page {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page {
    margin-bottom: 5.75rem;
  }
}
.docs-storage-page__head {
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head {
    margin-left: 8.3333333333% !important;
    margin-right: 8.3333333333% !important;
  }
}
.docs-storage-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.docs-storage-page__head__breadcrumbs .breadcrumbs {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.docs-storage-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .docs-storage-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.docs-storage-page__head__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.docs-storage-page__head__link a {
  margin-right: auto;
}

.docs-storage-page__head__recent-update {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head__recent-update {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__recent-update {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__recent-update {
    margin-top: 2.25rem;
  }
}
.docs-storage-page__head__recent-update__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__recent-update__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.docs-storage-page__head__recent-update__items {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__head__recent-update__items {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update__items {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__head__recent-update__items {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__recent-update__items {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update__items {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__recent-update__items {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.docs-storage-page__head__recent-update__item {
  width: 100%;
  padding-left: 1rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update__item {
    padding-left: 1.25rem;
  }
}
.docs-storage-page__head__recent-update__item:not(:first-child) {
  margin-top: 0.25rem;
}

.docs-storage-page__head__recent-update__item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .docs-storage-page__head__recent-update__item::before {
    top: 0.625rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__head__recent-update__item::before {
    top: 0.75rem;
  }
}
.docs-storage-page__head__recent-update__item a {
  width: auto;
  word-wrap: break-word;
  margin-right: 0.25rem;
}

.docs-storage-page__head__recent-update__item__meta {
  color: #707175;
}

.docs-storage-page__content {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  margin-left: 4.1666666667% !important;
  margin-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .docs-storage-page__content {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page__content {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page__content {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page__content {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .docs-storage-page__content {
    margin-right: 8.3333333333% !important;
  }
}
.docs-storage-page-share {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.docs-storage-page-share__info {
  width: 100%;
  display: flex;
}

.docs-storage-page-share__info__category {
  margin-right: 0.5rem;
  position: relative;
}

.docs-storage-page-share__info__category i {
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .docs-storage-page-share__info__category i {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__info__category i {
    margin-top: 0.25rem;
  }
}
.docs-storage-page-share__info__name {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-word;
}

@media (min-width: 63.96875em) {
  .docs-storage-page-share__info__name {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__info__name {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.docs-storage-page-share__copy {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .docs-storage-page-share__copy {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page-share__copy {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page-share__copy {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__copy {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .docs-storage-page-share__copy {
    width: 63.6363636364%;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page-share__copy {
    width: 100%;
  }
}
.docs-storage-page-share__copy input[type=text] {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
  background-color: #f4f3f0;
  border-radius: 0;
  border: none;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    padding: 0.875rem 3.25rem 0.875rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    padding: 0.875rem 3.25rem 0.875rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    padding: 1.25rem 4rem 1.25rem 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__copy input[type=text] {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.docs-storage-page-share__copy input[type=text]::-ms-clear {
  display: none;
}

.docs-storage-page-share__copy input[type=text]:before {
  content: "";
}

.docs-storage-page-share__copy i {
  color: #222F5B;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

@media (min-width: 47.96875em) {
  .docs-storage-page-share__copy i {
    right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .docs-storage-page-share__copy i {
    right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .docs-storage-page-share__copy i {
    right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .docs-storage-page-share__copy i {
    right: 1.25rem;
  }
}
.docs-storage-page-share__copy i:active {
  opacity: 0.8;
}

.vdma-docs-storage__path {
  width: 100%;
  border-top: 0.0625rem solid #f4f3f0;
  padding: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__path {
    padding: 1.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__path {
    padding: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__path {
    padding: 1.5rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__path {
    padding: 1.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__path {
    width: 95.2380952381%;
    margin-left: 4.7619047619% !important;
  }
}
.vdma-docs-storage__path__point {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__path__point {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__path__point {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-docs-storage__path__point:last-child {
  font-family: "Open Sans Bold";
}

.vdma-docs-storage__path__point:not(:last-child) > a {
  max-width: 13.75rem;
}

.vdma-docs-storage__path__point__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.vdma-docs-storage__path__menu {
  display: flex;
  align-items: center;
}

.vdma-docs-storage__path__menu .vdma-menu__link {
  font-family: "Open Sans Regular";
  color: #222F5B;
}

.vdma-docs-storage__path__point:not(:last-child)::after, .vdma-docs-storage__path__menu:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.75rem;
  border-right: 0.125rem solid #929292;
  border-bottom: 0.125rem solid #929292;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: rotate(-45deg);
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view {
    margin-left: 4.7619047619% !important;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view {
    margin-left: 0 !important;
  }
}
.vdma-docs-storage__view table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}

.vdma-docs-storage__view table thead {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: #f4f3f0;
  color: #707175;
  vertical-align: top;
}

.vdma-docs-storage__view table thead tr th {
  font-weight: normal;
  text-align: left;
  padding: 0.75rem;
  cursor: pointer;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th {
    padding: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th {
    padding: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th {
    padding: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th {
    padding: 1.25rem;
  }
}
.vdma-docs-storage__view table thead tr th:not(:last-child) {
  border-right: 0.125rem solid #fff;
}

.vdma-docs-storage__view table thead tr th i {
  vertical-align: middle;
  color: #929292;
}

.vdma-docs-storage__view table thead tr th > * + i {
  margin-left: 0.125rem;
}

.vdma-docs-storage__view table tbody {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-docs-storage__view table tbody tr td {
  padding: 1rem 0.75rem;
  border-bottom: 0.0625rem solid #f4f3f0;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td {
    padding: 1.125rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td {
    padding: 1.25rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td {
    padding: 1.75rem 1.25rem;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(1) {
  width: 3rem;
  max-width: 3rem;
  background-color: #fff;
  border-bottom-color: #fff;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table thead tr td:nth-child(1) {
  width: 3rem;
  max-width: 3rem;
  background-color: #fff;
  border-bottom-color: #fff;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(1) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr th:nth-child(1) {
  width: 3rem;
  max-width: 3rem;
  background-color: #fff;
  border-bottom-color: #fff;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(1) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr td:nth-child(1) {
  width: 3rem;
  max-width: 3rem;
  background-color: #fff;
  border-bottom-color: #fff;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    width: 4rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(1), .vdma-docs-storage__view table thead tr td:nth-child(1), .vdma-docs-storage__view table tbody tr th:nth-child(1), .vdma-docs-storage__view table tbody tr td:nth-child(1) {
    display: table-cell;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(2) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(2) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table thead tr td:nth-child(2) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(2) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr th:nth-child(2) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(2) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr td:nth-child(2) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(2) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(3), .vdma-docs-storage__view table thead tr td:nth-child(3), .vdma-docs-storage__view table tbody tr th:nth-child(3), .vdma-docs-storage__view table tbody tr td:nth-child(3) {
  width: auto;
  border-right: none;
  padding-right: 0;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    display: table-cell;
    width: 34.5%;
    max-width: 34.5%;
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    padding-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(3) {
    display: table-cell;
    width: 34.5%;
    max-width: 34.5%;
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(3) {
    padding-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(3) {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(3) {
    display: table-cell;
    width: 34.5%;
    max-width: 34.5%;
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(3) {
    padding-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(3) {
    padding-right: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    display: table-cell;
    width: 34.5%;
    max-width: 34.5%;
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    padding-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    padding-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    padding-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3), .vdma-docs-storage__view table thead tr td:nth-child(3), .vdma-docs-storage__view table tbody tr th:nth-child(3), .vdma-docs-storage__view table tbody tr td:nth-child(3) {
    width: 40%;
    max-width: 40%;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(4), .vdma-docs-storage__view table thead tr td:nth-child(4), .vdma-docs-storage__view table tbody tr th:nth-child(4), .vdma-docs-storage__view table tbody tr td:nth-child(4) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(4), .vdma-docs-storage__view table thead tr td:nth-child(4), .vdma-docs-storage__view table tbody tr th:nth-child(4), .vdma-docs-storage__view table tbody tr td:nth-child(4) {
    display: table-cell;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(4), .vdma-docs-storage__view table thead tr td:nth-child(4), .vdma-docs-storage__view table tbody tr th:nth-child(4), .vdma-docs-storage__view table tbody tr td:nth-child(4) {
    width: 15%;
    max-width: 150%;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(5), .vdma-docs-storage__view table thead tr td:nth-child(5), .vdma-docs-storage__view table tbody tr th:nth-child(5), .vdma-docs-storage__view table tbody tr td:nth-child(5) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(5), .vdma-docs-storage__view table thead tr td:nth-child(5), .vdma-docs-storage__view table tbody tr th:nth-child(5), .vdma-docs-storage__view table tbody tr td:nth-child(5) {
    display: table-cell;
    width: 15%;
    max-width: 15%;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(6), .vdma-docs-storage__view table thead tr td:nth-child(6), .vdma-docs-storage__view table tbody tr th:nth-child(6), .vdma-docs-storage__view table tbody tr td:nth-child(6) {
  display: none;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(6), .vdma-docs-storage__view table thead tr td:nth-child(6), .vdma-docs-storage__view table tbody tr th:nth-child(6), .vdma-docs-storage__view table tbody tr td:nth-child(6) {
    display: table-cell;
    width: auto;
  }
}
.vdma-docs-storage__view table thead tr th:nth-child(7) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table thead tr td:nth-child(7) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr th:nth-child(7) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 4rem;
  }
}
.vdma-docs-storage__view table tbody tr td:nth-child(7) {
  width: 3rem;
  max-width: 3rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 3.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 4rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    display: table-cell;
    width: 5.625rem;
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    max-width: 6.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(7) {
    width: 6.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    display: table-cell;
    width: 5.625rem;
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    max-width: 6.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table thead tr td:nth-child(7) {
    width: 6.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    display: table-cell;
    width: 5.625rem;
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    max-width: 6.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr th:nth-child(7) {
    width: 6.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    display: table-cell;
    width: 5.625rem;
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    max-width: 6.75rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 5.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 6rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .vdma-docs-storage__view table tbody tr td:nth-child(7) {
    width: 6.75rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__view table thead tr th:nth-child(3) {
    border-right: 0.125rem solid #fff;
  }
}
.vdma-docs-storage__view table tbody tr td:nth-child(7) {
  text-align: right;
}

.vdma-docs-storage__sort .vdma-icon, .vdma-docs-storage__sort .group-teaser__info__roofline-status-icon, .vdma-docs-storage__sort .group-teaser__info__participant-status-icon, .vdma-docs-storage__sort .service-teaser__header__icon, .vdma-docs-storage__sort .service-quicklink__icon, .vdma-docs-storage__sort .service-select-teaser__header__icon, .vdma-docs-storage__sort .advice-and-network__item__icon, .vdma-docs-storage__sort .groups-details-page__content__info__head__roofline-status-icon, .vdma-docs-storage__sort .groups-details-page__content__info__head__participant-status-icon {
  display: inline-block;
  opacity: 0;
}

.vdma-docs-storage__sort[aria-direction=asc] .vdma-icon, .vdma-docs-storage__sort[aria-direction=asc] .group-teaser__info__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=asc] .group-teaser__info__participant-status-icon, .vdma-docs-storage__sort[aria-direction=asc] .service-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=asc] .service-quicklink__icon, .vdma-docs-storage__sort[aria-direction=asc] .service-select-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=asc] .advice-and-network__item__icon, .vdma-docs-storage__sort[aria-direction=asc] .groups-details-page__content__info__head__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=asc] .groups-details-page__content__info__head__participant-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .vdma-icon, .vdma-docs-storage__sort[aria-direction=desc] .group-teaser__info__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .group-teaser__info__participant-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .service-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=desc] .service-quicklink__icon, .vdma-docs-storage__sort[aria-direction=desc] .service-select-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=desc] .advice-and-network__item__icon, .vdma-docs-storage__sort[aria-direction=desc] .groups-details-page__content__info__head__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .groups-details-page__content__info__head__participant-status-icon {
  opacity: 1;
}

.vdma-docs-storage__sort[aria-direction=desc] .vdma-icon, .vdma-docs-storage__sort[aria-direction=desc] .group-teaser__info__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .group-teaser__info__participant-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .service-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=desc] .service-quicklink__icon, .vdma-docs-storage__sort[aria-direction=desc] .service-select-teaser__header__icon, .vdma-docs-storage__sort[aria-direction=desc] .advice-and-network__item__icon, .vdma-docs-storage__sort[aria-direction=desc] .groups-details-page__content__info__head__roofline-status-icon, .vdma-docs-storage__sort[aria-direction=desc] .groups-details-page__content__info__head__participant-status-icon {
  transform: rotate(180deg);
}

.vdma-docs-storage__item:hover {
  background-color: #f4f3f0;
}

@media (min-width: 89.96875em) {
  .vdma-docs-storage__item:hover .vdma-docs-storage__select .vdma-checkbox-group div, .vdma-docs-storage__item:hover .vdma-docs-storage__select .vdma-checkbox-group__indicator {
    display: block;
  }
}
.vdma-docs-storage__select .vdma-checkbox-group div, .vdma-docs-storage__select .vdma-checkbox-group__indicator {
  display: none;
  margin-top: 0;
}

.vdma-docs-storage__select .vdma-checkbox-group input:checked + div {
  display: block;
}

.vdma-docs-storage__name {
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  vertical-align: middle;
}

.vdma-docs-storage__name__link {
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}

.vdma-docs-storage__name p, .vdma-docs-storage__name span, .vdma-docs-storage__name i {
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.vdma-docs-storage__name i {
  color: #f18700;
  margin-left: 0.125rem;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__name i {
    display: none;
  }
}
.vdma-docs-storage__name__meta {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.75rem;
  display: block;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__name__meta {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__name__meta {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__name__meta {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__name__meta {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__name__meta {
    display: none;
  }
}
.vdma-docs-storage__category {
  position: relative;
}

.vdma-docs-storage__category i {
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__category i {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__category i {
    margin-top: 0.25rem;
  }
}
.vdma-docs-storage__menu {
  position: relative;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__download, .vdma-docs-storage__menu__star, .vdma-docs-storage__menu__dots {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__menu__download, .vdma-docs-storage__menu__star, .vdma-docs-storage__menu__dots {
    margin-top: 0.25rem;
  }
}
.vdma-docs-storage__menu__download, .vdma-docs-storage__menu__star {
  color: #222F5B;
  display: none;
}

@media (min-width: 89.96875em) {
  .vdma-docs-storage__menu__download, .vdma-docs-storage__menu__star {
    display: inline-block;
  }
}
.vdma-docs-storage__menu__download {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: -0.75rem;
  transform: translateX(-50%);
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__menu__download {
    left: -0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__download {
    left: -0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__menu__download {
    left: -1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__menu__download {
    left: -1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__menu__download {
    top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__download {
    top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__menu__download {
    top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__menu__download {
    top: 1.75rem;
  }
}
.vdma-docs-storage__menu__star {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .vdma-docs-storage__menu__star {
    left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__star {
    left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__menu__star {
    left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__menu__star {
    left: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-docs-storage__menu__star {
    top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__star {
    top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-docs-storage__menu__star {
    top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-docs-storage__menu__star {
    top: 1.75rem;
  }
}
.vdma-docs-storage__menu__star--selected {
  color: #f18700;
}

@media (min-width: 63.96875em) {
  .vdma-docs-storage__menu__star--selected {
    display: inline-block;
  }
}
.vdma-docs-storage__menu__dots {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vdma-docs-storage__menu__dots .vdma-menu {
  width: auto;
  margin-left: auto;
}

.groups-details-page {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page {
    margin-bottom: 5.75rem;
  }
}
.groups-details-page__header {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .groups-details-page__header {
    width: 83.3333333333%;
  }
}
.groups-details-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .groups-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content {
  margin: 1.25rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__content {
    width: 83.3333333333%;
  }
}
.groups-details-page__content__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.groups-details-page__content__info__head {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head {
    width: 65%;
  }
}
.groups-details-page__content__info__head__roofline {
  display: flex;
  flex-flow: row wrap;
}

.groups-details-page__content__info__head__roofline-status-icon {
  color: #f18700;
}

.groups-details-page__content__info__head__roofline-status-icon:not(:last-child) {
  margin-right: 0.5rem;
}

.groups-details-page__content__info__head__roofline-theme, .groups-details-page__content__info__head__roofline-format {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  display: inline;
}

.groups-details-page__content__info__head__roofline-theme:not(:last-child) {
  margin-right: 0.25rem;
}

.groups-details-page__content__info__head__roofline-format:not(:last-child) {
  margin-right: 0.25rem;
}

.groups-details-page__content__info__head__roofline-theme:not(:last-child)::after, .groups-details-page__content__info__head__roofline-format:not(:last-child)::after {
  content: " · ";
  display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.groups-details-page__content__info__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.75rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__title {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__title {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__title {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.groups-details-page__content__info__head__participant-status {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__participant-status {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__participant-status {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__participant-status {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__participant-status {
    margin-top: 1.75rem;
  }
}
.groups-details-page__content__info__head__participant-status-icon {
  color: #f18700;
}

.groups-details-page__content__info__head__participant-status-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__participant-status-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__participant-status-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__head__participant-status-icon + .groups-details-page__content__info__head__participant-status-text {
  margin-left: 0.5rem;
}

.groups-details-page__content__info__head__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  overflow: hidden;
  transition: 0.2s;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__content__info__head__description b, .groups-details-page__content__info__head__description .bold, .groups-details-page__content__info__head__description strong {
  font-family: "Open Sans Bold";
}

.groups-details-page__content__info__head__description a {
  font-family: "Open Sans Regular";
}

.groups-details-page__content__info__head__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h1, .groups-details-page__content__info__head__description h2, .groups-details-page__content__info__head__description h3, .groups-details-page__content__info__head__description h4, .groups-details-page__content__info__head__description h5, .groups-details-page__content__info__head__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h1, .groups-details-page__content__info__head__description h2, .groups-details-page__content__info__head__description h3, .groups-details-page__content__info__head__description h4, .groups-details-page__content__info__head__description h5, .groups-details-page__content__info__head__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h1, .groups-details-page__content__info__head__description h2, .groups-details-page__content__info__head__description h3, .groups-details-page__content__info__head__description h4, .groups-details-page__content__info__head__description h5, .groups-details-page__content__info__head__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h1, .groups-details-page__content__info__head__description h2, .groups-details-page__content__info__head__description h3, .groups-details-page__content__info__head__description h4, .groups-details-page__content__info__head__description h5, .groups-details-page__content__info__head__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h1, .groups-details-page__content__info__head__description h2, .groups-details-page__content__info__head__description h3, .groups-details-page__content__info__head__description h4, .groups-details-page__content__info__head__description h5, .groups-details-page__content__info__head__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__content__info__head__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__info__head__description ul {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__head__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content__info__head__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li::before {
    top: 0.8125rem;
  }
}
.groups-details-page__content__info__head__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li ul {
    margin-left: 3.375rem;
  }
}
.groups-details-page__content__info__head__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.groups-details-page__content__info__head__description ul li ul li::before {
  display: none;
}

.groups-details-page__content__info__head__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__head__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.groups-details-page__content__info__head__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.groups-details-page__content__info__head__description ul li ul li ul li::before {
  display: none;
}

.groups-details-page__content__info__head__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__head__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description button {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description button, .groups-details-page__content__info__head__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .groups-details-page__content__info__head__description label {
    width: auto;
  }
}
.groups-details-page__content__info__head__description h1 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h1 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h2 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h3 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h3 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h4 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h4 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h5 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__description h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description h6 {
    margin-bottom: 1.25rem;
  }
}
.groups-details-page__content__info__head__description ul {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__description ul {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__content__info__head input[type=checkbox] {
  display: none;
}

.groups-details-page__content__info__head input[type=checkbox]:checked ~ .groups-details-page__content__info__head__description {
  max-height: 100% !important;
}

.groups-details-page__content__info__head input[type=checkbox]:checked ~ .groups-details-page__content__info__head__read-more .groups-details-page__content__info__head__read-more-icon i {
  transform: rotate(180deg);
}

.groups-details-page__content__info__head__read-more {
  margin-top: 0.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__head__read-more {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__read-more {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__head__read-more {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__read-more {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content__info__head__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__head__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__head__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__head__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.groups-details-page__content__info__participants {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants {
    margin-top: 0;
    width: 30%;
  }
}
.groups-details-page__content__info__participants__contacts {
  border-top: 0.0625rem solid #cecece;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants__contacts {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    flex-direction: row;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__contacts {
    border-top: none;
    padding-top: 0;
    padding-bottom: 1.625rem;
    flex-direction: column;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__contacts {
    padding-bottom: 2.25rem;
  }
}
.groups-details-page__content__info__participants__contacts-title {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__contacts-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__contacts-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__info__participants__contacts__main .group-participant:not(:first-child) {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants__contacts__main, .groups-details-page__content__info__participants__contacts__sub {
    width: 50%;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__contacts__main, .groups-details-page__content__info__participants__contacts__sub {
    width: 100%;
  }
}
.groups-details-page__content__info__participants__contacts__sub {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants__contacts__sub {
    margin-top: 0;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__contacts__sub {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants__contacts__sub {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__contacts__sub {
    margin-top: 2.25rem;
  }
}
.groups-details-page__content__info__participants__contacts__sub__part {
  display: flex;
  flex-direction: column;
}

.groups-details-page__content__info__participants__contacts__sub__part:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants__contacts__sub__part:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__contacts__sub__part:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants__contacts__sub__part:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__contacts__sub__part:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.groups-details-page__content__info__participants__contacts__sub__part .group-participant:not(:first-child) {
  margin-top: 0.5rem;
}

.groups-details-page__content__info__participants__contacts__sub__part .group-participant + .group-participant {
  display: none;
}

@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants__contacts__sub__part .group-participant + .group-participant {
    display: flex;
  }
}
.groups-details-page__content__info__participants__actions {
  border-top: 0.0625rem solid #cecece;
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__info__participants__actions {
    padding-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__actions {
    padding-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__info__participants__actions {
    padding-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__actions {
    padding-top: 1.25rem;
  }
}
.groups-details-page__content__info__participants__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__info__participants__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__info__participants__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__notifications {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__notifications {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__notifications {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__notifications {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__notifications {
    margin-top: 3.75rem;
  }
}
.groups-details-page__content__notifications .group-notification {
  width: 100%;
  margin-bottom: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__notifications .group-notification {
    margin-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__notifications .group-notification {
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__notifications .group-notification {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__notifications .group-notification {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__content__notifications .group-notification {
    width: 47.5%;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__notifications .group-notification {
    width: 30%;
  }
  .groups-details-page__content__notifications .group-notification:nth-child(2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
  .groups-details-page__content__notifications .group-notification:nth-child(3n+2):last-child {
    margin-left: 5% !important;
    margin-right: auto;
  }
}
.groups-details-page__content__events {
  width: 100%;
  padding: 1rem;
  border: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__events {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__events {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__events {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__events {
    padding: 1.75rem;
  }
}
.groups-details-page__content__events__head {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__events__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__events__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__events__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__events__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__content__events__concealer {
  display: none;
}

.groups-details-page__content__events__main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.groups-details-page__content__events__main .event-overview {
  padding-bottom: 0;
}

.groups-details-page__content__events__hidden {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  display: flex;
  flex-direction: column;
}

.groups-details-page__content__events__hidden .event-overview {
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
  padding-bottom: 0;
}

@media (min-width: 47.96875em) {
  .groups-details-page__content__events__hidden .event-overview {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__content__events__hidden .event-overview {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__content__events__hidden .event-overview {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__events__hidden .event-overview {
    margin-top: 2.25rem;
  }
}
.groups-details-page__content__events__more-label {
  margin-top: 0.5rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.groups-details-page__content__events__more-label-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: auto;
  display: flex;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__events__more-label-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__content__events__more-label-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__content__events__more-label-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.groups-details-page__content__events__concealer:checked ~ .groups-details-page__content__events__hidden {
  max-height: 100vh;
}

.groups-details-page__content__events__concealer:not(:checked) ~ .groups-details-page__content__events__hidden {
  max-height: 0vh;
}

.groups-details-page__content__events__concealer:checked ~ .groups-details-page__content__events__more-label .groups-details-page__content__events__more-label-icon i svg {
  transform: rotate(180deg);
}

.groups-details-page__content__events__concealer:checked ~ .groups-details-page__content__events__more-label .groups-details-page__content__events__more-label-text-show {
  display: none;
}

.groups-details-page__content__events__concealer:not(:checked) ~ .groups-details-page__content__events__more-label .groups-details-page__content__events__more-label-text-hide {
  display: none;
}

.groups-details-page__content__events .event-overview {
  border-bottom: none;
}

@media (min-width: 63.96875em) {
  .groups-details-page__content__events .event-overview__first__timetable {
    width: calc(25% - 0.625rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .groups-details-page__content__events .event-overview__first__timetable {
    width: calc(25% - 0.625rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .groups-details-page__content__events .event-overview__first__timetable {
    width: calc(25% - 0.625rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .groups-details-page__content__events .event-overview__first__timetable {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .groups-details-page__content__events .event-overview__first__timetable {
    width: calc(25% - 0.875rem);
  }
}
.groups-details-page__news {
  margin: 2.75rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news {
    margin: 3.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news {
    margin: 4.25rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news {
    margin: 5.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__news {
    width: 83.3333333333%;
  }
}
.groups-details-page__news__head {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__news__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__news__history {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history {
    width: 70%;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history {
    width: 60%;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history {
    width: 50%;
  }
}
.groups-details-page__news__history > * {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history > * {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history > * {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history > * {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history > * {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__pins {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.groups-details-page__news__history__pins > *:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__pins > *:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__pins > *:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__pins > *:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__pins > *:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day {
  width: 100%;
  border-top: 0.0625rem solid #cecece;
  position: relative;
}

.groups-details-page__news__history__day:last-child {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day:last-child {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day:last-child {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day:last-child {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day:last-child {
    padding-bottom: 2.25rem;
  }
}
.groups-details-page__news__history__day__identity {
  width: auto;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border: 0.0625rem solid #cecece;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.groups-details-page__news__history__day__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.groups-details-page__news__history__day__content > * {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content > * {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content > * {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content > * {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content > * {
    padding-top: 2.25rem;
  }
}
.groups-details-page__news__history__day__content > *:not(:first-child) {
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content > *:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content > *:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content > *:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.groups-details-page__news__history__day__content .group-article + .group-event {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-event {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-event {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-event {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-event {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day__content .group-article + .group-record {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-record {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-record {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-record {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-article + .group-record {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day__content .group-event + .group-article {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-article {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-article {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-article {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-article {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day__content .group-event + .group-record {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-record {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-record {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-record {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-event + .group-record {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day__content .group-record + .group-article {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-article {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-article {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-article {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-article {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__history__day__content .group-record + .group-event {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-event {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-event {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-event {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__history__day__content .group-record + .group-event {
    margin-top: 3.75rem;
  }
}
.groups-details-page__news__action {
  width: 100%;
  margin: 1.25rem auto 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__action {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__action {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__action {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .groups-details-page__news__action {
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__action {
    width: 70%;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__action {
    width: 60%;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__action {
    width: 50%;
  }
}
.groups-details-page__news__action > *:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action > *:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-details-page__news__action > *:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-details-page__news__action > *:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__action > *:not(:first-child) {
    margin-top: 2.25rem;
  }
}
.groups-details-page__news__action__load-more {
  width: 100%;
  display: flex;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action__load-more {
    margin-right: auto;
  }
}
.groups-details-page__news__action__load-more > * {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action__load-more > * {
    width: auto;
  }
}
.groups-details-page__news__action__scroll-up {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action__scroll-up {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.groups-details-page__news__action__scroll-up > *:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action__scroll-up > *:not(:first-child) {
    margin-top: 0;
  }
}
.groups-details-page__news__action__scroll-up__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .groups-details-page__news__action__scroll-up__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__action__scroll-up__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.groups-details-page__news__action__scroll-up__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .groups-details-page__news__action__scroll-up__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-details-page__news__action__scroll-up__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-details-page__news__action__scroll-up__link a {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .groups-details-page__news__action__scroll-up__link a {
    margin-right: 0;
  }
}
.group-participant {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.group-participant__info {
  width: 100%;
  display: flex;
  align-items: center;
}

.group-participant__info__image {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .group-participant__info__image {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-participant__info__image {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-participant__info__image {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-participant__info__image {
    margin-right: 1.25rem;
  }
}
.group-participant__info__image-overflow {
  width: 2.5rem;
  height: 0;
  padding-bottom: 3.125rem;
  position: relative;
  overflow: hidden;
}

.group-participant__info__image-overflow img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.group-participant__info__title {
  width: 100%;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .group-participant__info__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-participant__info__title {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.group-participant__contacts {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-participant__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-participant__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-participant__contacts {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-participant__contacts {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .group-participant__contacts {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-participant__contacts {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-participant__contacts a {
  margin-right: auto;
}

.group-participant__contacts a + a {
  margin-top: 0.5rem;
}

.group-notification {
  width: 100%;
  border: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
  position: relative;
}

.group-notification__content {
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 47.96875em) {
  .group-notification__content {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .group-notification__content {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .group-notification__content {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .group-notification__content {
    padding: 1.75rem;
  }
}
.group-notification__content__head {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .group-notification__content__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .group-notification__content__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-notification__content__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-notification__content__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.group-notification__content__description {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 0.5rem;
}

.group-notification__content__action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-notification__content__action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .group-notification__content__action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .group-notification__content__action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .group-notification__content__action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .group-notification__content__action {
    margin-right: auto;
  }
}
@media (min-width: 47.96875em) {
  .group-notification__content__action > * {
    margin-right: auto;
  }
}
.group-notification__content__back-logo {
  width: auto;
  height: 120%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -5.5rem;
}

.group-notification__content__back-logo svg {
  width: auto;
  height: 100%;
  color: #f4f3f0;
}

.group-notification__count {
  font-family: "Open Sans Bold";
  font-size: 0.6875rem;
  letter-spacing: 0.010625rem;
  color: #fff;
  padding: 0 0.25rem;
  background-color: #f18700;
  border-radius: 0.5rem;
  min-width: 1rem;
  min-height: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -0.5rem;
  transform: translateY(-50%);
}

@media (min-width: 47.96875em) {
  .group-notification__count {
    letter-spacing: 0.015625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-radius: 0.75rem;
    padding: 0 0.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 63.96875em) {
  .group-notification__count {
    font-size: 1rem;
    line-height: 1.75rem;
    border-radius: 0.875rem;
    min-width: 1.75rem;
    min-height: 1.75rem;
  }
}
.group-notification__count__value:not(:empty)::after {
  content: "+";
}

.group-pin {
  width: 100%;
  padding: 1rem;
  background-color: #f4f3f0;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 47.96875em) {
  .group-pin {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .group-pin {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .group-pin {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .group-pin {
    padding: 1.75rem;
  }
}
.group-pin__icon {
  color: #707175;
  padding: 0.75rem 0.75rem 0 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 47.96875em) {
  .group-pin__icon {
    padding: 0.875rem 0.875rem 0 0;
  }
}
@media (min-width: 63.96875em) {
  .group-pin__icon {
    padding: 0.875rem 0.875rem 0 0;
  }
}
@media (min-width: 89.96875em) {
  .group-pin__icon {
    padding: 1rem 1rem 0 0;
  }
}
@media (min-width: 119.96875em) {
  .group-pin__icon {
    padding: 1.25rem 1.25rem 0 0;
  }
}
.group-pin__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.group-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.group-article__media, .group-article__info, .group-article__action {
  display: flex;
  flex-direction: column;
}

.group-article__action {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .group-article__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article__action {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article__action {
    margin-top: 1.25rem;
  }
}
.group-article__action-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .group-article__action-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article__action-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-article-meta {
  font-family: "Open Sans Regular";
  margin-bottom: -0.5rem;
  display: flex;
  flex-flow: row wrap;
}

.group-article-meta i {
  color: #f18700;
  margin-right: 0.5rem;
}

.group-article-meta .tag-exclusive {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .group-article-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article-meta .tag-exclusive {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article-meta .tag-exclusive {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-meta .tag-exclusive {
    margin-right: 1.25rem;
  }
}
.group-article-meta .events-detail-page__information__tags-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .group-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-meta .events-detail-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.events-detail-page__information__tags-exclusive .group-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .events-detail-page__information__tags-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .events-detail-page__information__tags-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .events-detail-page__information__tags-exclusive .group-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .events-detail-page__information__tags-exclusive .group-article-meta p {
    margin-right: 1.25rem;
  }
}
.group-article-meta .article-viewer-page__article-tag-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .group-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-meta .article-viewer-page__article-tag-exclusive p {
    margin-right: 1.25rem;
  }
}
.article-viewer-page__article-tag-exclusive .group-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .article-viewer-page__article-tag-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .article-viewer-page__article-tag-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .article-viewer-page__article-tag-exclusive .group-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .article-viewer-page__article-tag-exclusive .group-article-meta p {
    margin-right: 1.25rem;
  }
}
.group-article-meta .max-expression-page__information__tags-exclusive p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .group-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-meta .max-expression-page__information__tags-exclusive p {
    margin-right: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive .group-article-meta p {
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive .group-article-meta p {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive .group-article-meta p {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive .group-article-meta p {
    margin-right: 1.25rem;
  }
}
.group-article-meta .tags {
  width: auto;
  margin-bottom: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.group-article-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .group-article-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .group-article-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-article-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.group-article-meta + .group-article-header {
  margin-top: 0.5rem;
}

.group-article-description {
  margin-top: 0.5rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .group-article-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-article-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.group-article-image {
  margin-top: 0.5rem;
  position: relative;
}

.group-article-image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.group-article-image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.group-event {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.group-event__first {
  display: flex;
  flex-direction: column;
}

.group-event__first__timetable {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .group-event__first__timetable {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__timetable {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__timetable {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__timetable {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__timetable {
    justify-content: flex-start;
  }
}
.group-event__first__timetable--disabled {
  color: #707175;
  text-decoration: line-through;
}

.group-event__first__timetable .timetable-date {
  margin-right: 1rem;
}

@media (min-width: 47.96875em) {
  .group-event__first__timetable .timetable-date {
    margin-right: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__timetable .timetable-date {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__timetable .timetable-date {
    margin-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__timetable .timetable-date {
    margin-right: 1.75rem;
  }
}
.group-event__first__timetable .timetable-time {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .group-event__first__timetable .timetable-time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__timetable .timetable-time {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__timetable .timetable-time {
    margin-left: 0;
    align-self: flex-start;
  }
}
.group-event__first__info {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-event__first__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__info {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__info {
    margin-top: 1.25rem;
  }
}
.group-event__first__info-meta {
  font-family: "Open Sans Regular";
  display: flex;
  flex-direction: row;
  align-items: center;
}

.group-event__first__info-meta p + ul {
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .group-event__first__info-meta p + ul {
    margin-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__info-meta p + ul {
    margin-left: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__info-meta p + ul {
    margin-left: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__info-meta p + ul {
    margin-left: 1.25rem;
  }
}
.group-event__first__info-meta ul li {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.group-event__first__info-meta ul li:first-child::after {
  display: none;
}

@media (min-width: 47.96875em) {
  .group-event__first__info-meta ul li:first-child::after {
    display: inline;
  }
}
.group-event__first__info-meta ul li:not(:first-child) {
  display: none;
}

@media (min-width: 47.96875em) {
  .group-event__first__info-meta ul li:not(:first-child) {
    display: inline-block;
  }
}
.group-event__first__info-header {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222F5B;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .group-event__first__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.group-event__first__info-description {
  font-family: "Open Sans Light";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .group-event__first__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__first__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__first__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__first__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .group-event__first__info-description {
    display: block;
  }
}
.group-event__second {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .group-event__second {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__second {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__second {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__second {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .group-event__second {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) {
  .group-event__second {
    flex-direction: row-reverse;
  }
}
.group-event__second-status {
  width: 100%;
}

@media (min-width: 63.96875em) {
  .group-event__second-status {
    margin-left: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__second-status {
    margin-left: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__second-status {
    margin-left: 2.25rem;
  }
}
.group-event__second-link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-right: auto;
  display: flex;
}

@media (min-width: 47.96875em) {
  .group-event__second-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__second-link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .group-event__second-link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__second-link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .group-event__second-link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .group-event__second-link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .group-event__second-link {
    margin-top: 0;
    margin-right: 0;
  }
}
.group-record {
  width: 100%;
  display: flex;
}

.group-record__icon {
  color: #f18700;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}

@media (min-width: 63.96875em) {
  .group-record__icon {
    margin-top: 0.25rem;
  }
}
@media (min-width: 119.96875em) {
  .group-record__icon {
    margin-top: 0.375rem;
  }
}
.group-record__text {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .group-record__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .group-record__text {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.group-record__text a[class] {
  font-family: "Open Sans Bold";
  color: #222F5B;
}

.groups-list-page {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page {
    margin-bottom: 5.75rem;
  }
}
.groups-list-page__header {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .groups-list-page__header {
    width: 83.3333333333%;
  }
}
.groups-list-page__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .groups-list-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.groups-list-page__content {
  margin: 1.25rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .groups-list-page__content {
    width: 83.3333333333%;
  }
}
.groups-list-page__content__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.groups-list-page__content__info__head {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head {
    width: 65%;
  }
}
.groups-list-page__content__info__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.groups-list-page__content__info__head__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  overflow: hidden;
  transition: 0.2s;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.groups-list-page__content__info__head__description b, .groups-list-page__content__info__head__description .bold, .groups-list-page__content__info__head__description strong {
  font-family: "Open Sans Bold";
}

.groups-list-page__content__info__head__description a {
  font-family: "Open Sans Regular";
}

.groups-list-page__content__info__head__description p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h1, .groups-list-page__content__info__head__description h2, .groups-list-page__content__info__head__description h3, .groups-list-page__content__info__head__description h4, .groups-list-page__content__info__head__description h5, .groups-list-page__content__info__head__description h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h1, .groups-list-page__content__info__head__description h2, .groups-list-page__content__info__head__description h3, .groups-list-page__content__info__head__description h4, .groups-list-page__content__info__head__description h5, .groups-list-page__content__info__head__description h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h1, .groups-list-page__content__info__head__description h2, .groups-list-page__content__info__head__description h3, .groups-list-page__content__info__head__description h4, .groups-list-page__content__info__head__description h5, .groups-list-page__content__info__head__description h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h1, .groups-list-page__content__info__head__description h2, .groups-list-page__content__info__head__description h3, .groups-list-page__content__info__head__description h4, .groups-list-page__content__info__head__description h5, .groups-list-page__content__info__head__description h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h1, .groups-list-page__content__info__head__description h2, .groups-list-page__content__info__head__description h3, .groups-list-page__content__info__head__description h4, .groups-list-page__content__info__head__description h5, .groups-list-page__content__info__head__description h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.groups-list-page__content__info__head__description h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.groups-list-page__content__info__head__description ul {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-list-page__content__info__head__description ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li {
    margin-top: 1.25rem;
  }
}
.groups-list-page__content__info__head__description ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li::before {
    top: 0.8125rem;
  }
}
.groups-list-page__content__info__head__description ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li ul {
    margin-left: 3.375rem;
  }
}
.groups-list-page__content__info__head__description ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.groups-list-page__content__info__head__description ul li ul li::before {
  display: none;
}

.groups-list-page__content__info__head__description ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-list-page__content__info__head__description ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.groups-list-page__content__info__head__description ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.groups-list-page__content__info__head__description ul li ul li ul li::before {
  display: none;
}

.groups-list-page__content__info__head__description ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-list-page__content__info__head__description button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description button {
    margin-top: 1.25rem;
  }
}
.groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description button, .groups-list-page__content__info__head__description .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .groups-list-page__content__info__head__description label {
    width: auto;
  }
}
.groups-list-page__content__info__head__description h1 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h1 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h2 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h3 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h3 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h4 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h4 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h5 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__head__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__head__description h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description h6 {
    margin-bottom: 1.25rem;
  }
}
.groups-list-page__content__info__head__description ul {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__head__description ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__head__description ul {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.groups-list-page__content__info__moderator {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__info__moderator {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__moderator {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__info__moderator {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__moderator {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__info__moderator {
    margin-top: 0;
    width: 30%;
  }
}
.groups-list-page__content__info__moderator__contact {
  display: flex;
  flex-direction: column;
}

.groups-list-page__content__info__moderator__contact-title {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .groups-list-page__content__info__moderator__contact-title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__info__moderator__contact-title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.groups-list-page__content__info__moderator__contact .group-participant:not(:first-child) {
  margin-top: 0.5rem;
}

.groups-list-page__content__data {
  display: flex;
  flex-direction: column;
}

.groups-list-page__content__data__section__contacts {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts {
    margin-top: 5.75rem;
  }
}
.groups-list-page__content__data__section__contacts__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.groups-list-page__content__data__section__contacts__block:not(:first-child) .article__contacts {
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__block:not(:first-child) .article__contacts {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts__block:not(:first-child) .article__contacts {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts__block:not(:first-child) .article__contacts {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts__block:not(:first-child) .article__contacts {
    padding-top: 2.25rem;
  }
}
.groups-list-page__content__data__section__contacts__block:not(:last-child) .article__contacts {
  border-bottom: 0.0625rem solid #cecece;
}

.groups-list-page__content__data__section__contacts__block .article__contacts {
  width: 100%;
  margin: 0 !important;
  padding-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__block .article__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts__block .article__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts__block .article__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts__block .article__contacts {
    padding-bottom: 2.25rem;
  }
}
.groups-list-page__content__data__section__contacts__block .article__contacts__user-image-overflow {
  padding-bottom: 125%;
}

.groups-list-page__content__data__section__contacts__pagination {
  width: 91.6666666667%;
  margin: 0 auto;
  padding-top: 1.875rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__pagination {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .groups-list-page__content__data__section__contacts__pagination {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .groups-list-page__content__data__section__contacts__pagination {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .groups-list-page__content__data__section__contacts__pagination {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .groups-list-page__content__data__section__contacts__pagination {
    width: 83.3333333333%;
  }
}
.groups-list-page__content__data__section__contacts__pagination:empty {
  margin-top: 0;
  padding: 0;
}

.association-area-page {
  width: 100%;
}

.association-area-page__head {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__head {
    width: 83.3333333333%;
  }
}
.association-area-page__head__breadcrumbs {
  margin-top: 0.75rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .association-area-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__head__breadcrumbs {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__head__breadcrumbs {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__head__breadcrumbs {
    margin-top: 1.25rem;
  }
}
.association-area-page__head__header-content {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__head__header-content {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__head__header-content {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__head__header-content {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__head__header-content {
    margin-bottom: 2.25rem;
  }
}
.association-area-page__head__header-content__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 1.25rem;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .association-area-page__head__header-content__title {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__head__header-content__title {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__head__header-content__title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__head__header-content__title {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__head__header-content__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__head__header-content__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__head__header-content__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__head__header-content__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.association-area-page__search {
  margin: 0 auto 2.75rem auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__search {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__search {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__search {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__search {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__search {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__search__global {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
.association-area-page__search__global .vdma-global-search .vdma-global-search__results.vdma-global-search__results--shadow {
  right: 0;
}

.association-area-page__results {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__results {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__results {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__results {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__results {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay {
  width: 100%;
}

.association-area-page__overlay__branch {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

.association-area-page__overlay__head {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.75rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__head {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__head {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__head {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__overlay__head {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__head {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__head {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__head {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__head {
    width: 75%;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__head {
    width: 85%;
  }
}
.association-area-page__overlay__description {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description {
    width: 75%;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description {
    width: 85%;
  }
}
.association-area-page__overlay__description__content {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
  transition: 0.2s;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-area-page__overlay__description__content b, .association-area-page__overlay__description__content .bold, .association-area-page__overlay__description__content strong {
  font-family: "Open Sans Bold";
}

.association-area-page__overlay__description__content a {
  font-family: "Open Sans Regular";
}

.association-area-page__overlay__description__content p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.association-area-page__overlay__description__content h1, .association-area-page__overlay__description__content h2, .association-area-page__overlay__description__content h3, .association-area-page__overlay__description__content h4, .association-area-page__overlay__description__content h5, .association-area-page__overlay__description__content h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h1, .association-area-page__overlay__description__content h2, .association-area-page__overlay__description__content h3, .association-area-page__overlay__description__content h4, .association-area-page__overlay__description__content h5, .association-area-page__overlay__description__content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h1, .association-area-page__overlay__description__content h2, .association-area-page__overlay__description__content h3, .association-area-page__overlay__description__content h4, .association-area-page__overlay__description__content h5, .association-area-page__overlay__description__content h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h1, .association-area-page__overlay__description__content h2, .association-area-page__overlay__description__content h3, .association-area-page__overlay__description__content h4, .association-area-page__overlay__description__content h5, .association-area-page__overlay__description__content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h1, .association-area-page__overlay__description__content h2, .association-area-page__overlay__description__content h3, .association-area-page__overlay__description__content h4, .association-area-page__overlay__description__content h5, .association-area-page__overlay__description__content h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__overlay__description__content h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__overlay__description__content ul {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__overlay__description__content ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li {
    margin-top: 1.25rem;
  }
}
.association-area-page__overlay__description__content ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li::before {
    top: 0.8125rem;
  }
}
.association-area-page__overlay__description__content ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li ul {
    margin-left: 3.375rem;
  }
}
.association-area-page__overlay__description__content ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__overlay__description__content ul li ul li::before {
  display: none;
}

.association-area-page__overlay__description__content ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__overlay__description__content ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.association-area-page__overlay__description__content ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__overlay__description__content ul li ul li ul li::before {
  display: none;
}

.association-area-page__overlay__description__content ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__overlay__description__content button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content button {
    margin-top: 1.25rem;
  }
}
.association-area-page__overlay__description__content .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content button, .association-area-page__overlay__description__content .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__overlay__description__content label {
    width: auto;
  }
}
.association-area-page__overlay__description__content h1 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h1 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content h2 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h2 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content h3 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h3 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content h4 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h4 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content h5 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h5 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content h6 {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__content h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__content h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content h6 {
    margin-bottom: 1.25rem;
  }
}
.association-area-page__overlay__description__content ul {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__content ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__content ul {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.association-area-page__overlay__description input[type=checkbox] {
  display: none;
}

.association-area-page__overlay__description input[type=checkbox]:checked ~ .association-area-page__overlay__description__content {
  max-height: 100% !important;
}

.association-area-page__overlay__description input[type=checkbox]:checked ~ .association-area-page__overlay__description__read-more .association-area-page__overlay__description__read-more-icon i {
  transform: rotate(180deg);
}

.association-area-page__overlay__description__read-more {
  margin-top: 0.75rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__description__read-more {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__read-more {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__description__read-more {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__read-more {
    margin-top: 1.25rem;
  }
}
.association-area-page__overlay__description__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
}

@media (min-width: 63.96875em) {
  .association-area-page__overlay__description__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__description__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__overlay__description__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.association-area-page__overlay__org-units {
  width: 100%;
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__org-units {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__org-units {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__org-units {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__org-units {
    margin-top: 5.75rem;
  }
}
.association-area-page__overlay__contacts {
  width: 100%;
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__overlay__contacts {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__overlay__contacts {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__overlay__contacts {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__overlay__contacts {
    margin-top: 5.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page .vdma-modal-content {
    width: 83.3333333333%;
  }
}
.association-area-page .vdma-modal-content-info {
  display: block;
}

.association-area-page__stage {
  display: block;
  position: relative;
}

.association-area-page__stage__image {
  position: relative;
}

.association-area-page__stage__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__image-overflow {
    padding-bottom: 42.85%;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__image-overflow {
    padding-bottom: 37.5%;
  }
}
.association-area-page__stage__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 89.96875em) {
  .association-area-page__stage__image-overflow img {
    width: 100%;
    height: auto;
  }
}
.association-area-page__stage__image__source {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 0.125rem 0.25rem;
  text-align: right;
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__image__source {
    bottom: 0.875rem;
    right: 4.1666666667%;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__stage__image__source {
    bottom: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__stage__image__source {
    bottom: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__stage__image__source {
    bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__image__source {
    padding: 0.125rem 0.5rem;
  }
}
.association-area-page__stage__info {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__stage__info {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__stage__info {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info {
    width: 30rem;
    padding: 1.625rem !important;
    position: absolute;
    bottom: 1.625rem;
    left: 6.25%;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__stage__info {
    bottom: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__stage__info {
    bottom: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__stage__info {
    bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__stage__info {
    padding: 1.625rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__stage__info {
    padding: 1.875rem !important;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__stage__info {
    padding: 2.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info {
    width: 37.5rem;
  }
}
.association-area-page__stage__info-theme {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
}

@media (min-width: 63.96875em) {
  .association-area-page__stage__info-theme {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-theme {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__stage__info-theme i {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
}

.association-area-page__stage__info-title {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info-title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.association-area-page__stage__info-description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info-description {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-description {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__stage__info-action {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info-action {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info-action {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-action {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action {
    flex-direction: row;
  }
}
.association-area-page__stage__info-action button, .association-area-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__stage__info-action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action button, .association-area-page__stage__info-action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__stage__info-action label {
    width: auto;
  }
}
.association-area-page__stage__info-action a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-right: auto;
}

@media (min-width: 63.96875em) {
  .association-area-page__stage__info-action a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-action a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__stage__info-action button + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-top: 1.25rem;
  }
}
.association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__stage__info-action button + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__stage__info-action .personal-information-page__data-form__image-group label + a {
    margin-left: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-left: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__stage__info-action label + a {
    margin-left: 2.25rem;
  }
}
.association-area-page__stage__info {
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 63.96875em) {
  .association-area-page__stage__info {
    border-bottom: none;
    width: 50%;
    left: auto;
    right: 8.3333333333%;
  }
}
.association-area-page__description {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
  margin-top: 2.75rem !important;
}

@media (min-width: 47.96875em) {
  .association-area-page__description {
    margin-top: 3.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description {
    margin-top: 4.25rem !important;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description {
    margin-top: 5rem !important;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description {
    margin-top: 5.75rem !important;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__description {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__description {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text {
    max-width: 75%;
    min-width: 75%;
    width: 75%;
    flex: 1 1 75%;
  }
  .association-area-page__description-text--no-margin {
    margin: 0 !important;
  }
}
.association-area-page__description-text input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .association-area-page__description-text__part-two {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .association-area-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .association-area-page__description-text__part-two {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .association-area-page__description-text__part-two {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .association-area-page__description-text__part-two {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .association-area-page__description-text__read-more i {
  transform: rotate(180deg);
}

.association-area-page__description-text__read-more {
  margin-top: 0.5rem;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.association-area-page__description-text__read-more-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .association-area-page__description-text__read-more-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__read-more-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__description-text__read-more-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.association-area-page__description-text__part-one b, .association-area-page__description-text__part-one .bold, .association-area-page__description-text__part-one strong, .association-area-page__description-text__part-two b, .association-area-page__description-text__part-two .bold, .association-area-page__description-text__part-two strong {
  font-family: "Open Sans Bold";
}

.association-area-page__description-text__part-one a, .association-area-page__description-text__part-two a {
  font-family: "Open Sans Regular";
}

.association-area-page__description-text__part-one p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-two p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-one h1, .association-area-page__description-text__part-one h2, .association-area-page__description-text__part-one h3, .association-area-page__description-text__part-one h4, .association-area-page__description-text__part-one h5, .association-area-page__description-text__part-one h6, .association-area-page__description-text__part-two h1, .association-area-page__description-text__part-two h2, .association-area-page__description-text__part-two h3, .association-area-page__description-text__part-two h4, .association-area-page__description-text__part-two h5, .association-area-page__description-text__part-two h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h1, .association-area-page__description-text__part-one h2, .association-area-page__description-text__part-one h3, .association-area-page__description-text__part-one h4, .association-area-page__description-text__part-one h5, .association-area-page__description-text__part-one h6, .association-area-page__description-text__part-two h1, .association-area-page__description-text__part-two h2, .association-area-page__description-text__part-two h3, .association-area-page__description-text__part-two h4, .association-area-page__description-text__part-two h5, .association-area-page__description-text__part-two h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h1, .association-area-page__description-text__part-one h2, .association-area-page__description-text__part-one h3, .association-area-page__description-text__part-one h4, .association-area-page__description-text__part-one h5, .association-area-page__description-text__part-one h6, .association-area-page__description-text__part-two h1, .association-area-page__description-text__part-two h2, .association-area-page__description-text__part-two h3, .association-area-page__description-text__part-two h4, .association-area-page__description-text__part-two h5, .association-area-page__description-text__part-two h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h1, .association-area-page__description-text__part-one h2, .association-area-page__description-text__part-one h3, .association-area-page__description-text__part-one h4, .association-area-page__description-text__part-one h5, .association-area-page__description-text__part-one h6, .association-area-page__description-text__part-two h1, .association-area-page__description-text__part-two h2, .association-area-page__description-text__part-two h3, .association-area-page__description-text__part-two h4, .association-area-page__description-text__part-two h5, .association-area-page__description-text__part-two h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h1, .association-area-page__description-text__part-one h2, .association-area-page__description-text__part-one h3, .association-area-page__description-text__part-one h4, .association-area-page__description-text__part-one h5, .association-area-page__description-text__part-one h6, .association-area-page__description-text__part-two h1, .association-area-page__description-text__part-two h2, .association-area-page__description-text__part-two h3, .association-area-page__description-text__part-two h4, .association-area-page__description-text__part-two h5, .association-area-page__description-text__part-two h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__description-text__part-one h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-two h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__description-text__part-one ul, .association-area-page__description-text__part-two ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul, .association-area-page__description-text__part-two ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul, .association-area-page__description-text__part-two ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__description-text__part-one ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-two ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two ul li {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-one ul li::before, .association-area-page__description-text__part-two ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li::before, .association-area-page__description-text__part-two ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li::before, .association-area-page__description-text__part-two ul li::before {
    top: 0.8125rem;
  }
}
.association-area-page__description-text__part-one ul li ul, .association-area-page__description-text__part-two ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one ul li ul, .association-area-page__description-text__part-two ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li ul, .association-area-page__description-text__part-two ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one ul li ul, .association-area-page__description-text__part-two ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li ul, .association-area-page__description-text__part-two ul li ul {
    margin-left: 3.375rem;
  }
}
.association-area-page__description-text__part-one ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__description-text__part-two ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__description-text__part-one ul li ul li::before, .association-area-page__description-text__part-two ul li ul li::before {
  display: none;
}

.association-area-page__description-text__part-one ul li ul li::after, .association-area-page__description-text__part-two ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li ul li::after, .association-area-page__description-text__part-two ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li ul li::after, .association-area-page__description-text__part-two ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__description-text__part-one ul li ul li ul, .association-area-page__description-text__part-two ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul, .association-area-page__description-text__part-two ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul, .association-area-page__description-text__part-two ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul, .association-area-page__description-text__part-two ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul, .association-area-page__description-text__part-two ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.association-area-page__description-text__part-one ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__description-text__part-two ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.association-area-page__description-text__part-one ul li ul li ul li::before, .association-area-page__description-text__part-two ul li ul li ul li::before {
  display: none;
}

.association-area-page__description-text__part-one ul li ul li ul li::after, .association-area-page__description-text__part-two ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul li::after, .association-area-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one ul li ul li ul li::after, .association-area-page__description-text__part-two ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__description-text__part-one button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one button {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-one .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-one .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-area-page__description-text__part-one label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-one label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-one label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-one label {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-two button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two button {
    margin-top: 1.25rem;
  }
}
.association-area-page__description-text__part-two .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-text__part-two .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__description-text__part-one button, .association-area-page__description-text__part-one .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__description-text__part-one label, .association-area-page__description-text__part-two button, .association-area-page__description-text__part-two .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__description-text__part-two label {
    width: auto;
  }
}
.association-area-page__description-text__part-two {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s linear;
}

.association-area-page__description-next-info {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-next-info {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-next-info {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-next-info {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-next-info {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-next-info {
    margin-top: 0;
    max-width: 20%;
    min-width: 20%;
    width: 20%;
    flex: 1 1 20%;
    margin-left: 5% !important;
  }
}
.association-area-page__description-next-info__header {
  margin-top: 0.75rem;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-next-info__header {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-next-info__header {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-next-info__header {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-next-info__header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-next-info__header {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-next-info__header {
    margin-top: 0;
  }
}
.association-area-page__description-next-info__links {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  list-style: none;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-next-info__links {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__description-next-info__links {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-next-info__links {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__description-next-info__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__description-next-info__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__description-next-info__links__item {
  display: flex;
  margin-right: auto;
  height: 100%;
}

.association-area-page__description-next-info__links__item:not(:first-child) {
  margin-top: 0.5rem;
}

.association-area-page__highlight-slider {
  width: 100%;
  margin: 0 auto 2.75rem auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight-slider {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight-slider {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight-slider {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight-slider {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight-slider {
    width: 83.3333333333%;
  }
}
.association-area-page__career {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__career {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career {
    margin: 0 auto 5.75rem auto;
  }
}
.association-area-page__branch {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__career, .association-area-page__branch {
    width: 83.3333333333%;
  }
}
.association-area-page__career__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__header {
    padding-bottom: 1.25rem;
  }
}
.association-area-page__branch__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__career__header, .association-area-page__branch__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__header, .association-area-page__branch__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__header, .association-area-page__branch__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__header, .association-area-page__branch__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__career__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content {
    margin: 2.25rem 0;
  }
}
.association-area-page__branch__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__content {
    margin: 2.25rem 0;
  }
}
.association-area-page__career__content .content-teaser, .association-area-page__branch__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.association-area-page__career__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.association-area-page__branch__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser, .association-area-page__branch__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .association-area-page__career__content .content-teaser:nth-child(even) .content-teaser__image, .association-area-page__branch__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .association-area-page__career__content .content-teaser:nth-child(even) .content-teaser__info, .association-area-page__branch__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.association-area-page__career__content .content-teaser__image, .association-area-page__branch__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__image, .association-area-page__branch__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__image, .association-area-page__branch__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.association-area-page__career__content .content-teaser__image-overflow, .association-area-page__branch__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.association-area-page__career__content .content-teaser__image-overflow img, .association-area-page__branch__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.association-area-page__career__content .content-teaser__image-overflow video, .association-area-page__career__content .content-teaser__image-overflow iframe, .association-area-page__branch__content .content-teaser__image-overflow video, .association-area-page__branch__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.association-area-page__career__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.association-area-page__branch__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__info, .association-area-page__branch__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info, .association-area-page__branch__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__branch__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.association-area-page__career__content .content-teaser__info-meta, .association-area-page__branch__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.association-area-page__career__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

.association-area-page__branch__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__info-header, .association-area-page__branch__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info-header, .association-area-page__branch__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__content .content-teaser__info-header, .association-area-page__branch__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser__info-header, .association-area-page__branch__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__career__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
.association-area-page__branch__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__content .content-teaser__info-description, .association-area-page__branch__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__content .content-teaser__info-description, .association-area-page__branch__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__career__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__career__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__career__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__career__action {
    padding-top: 2.25rem;
  }
}
.association-area-page__branch__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__branch__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__branch__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__branch__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__branch__action {
    padding-top: 2.25rem;
  }
}
.association-area-page__career__action button, .association-area-page__career__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__career__action label, .association-area-page__branch__action button, .association-area-page__branch__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__branch__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__career__action button, .association-area-page__career__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__career__action label, .association-area-page__branch__action button, .association-area-page__branch__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__branch__action label {
    width: auto;
  }
}
.association-area-page__themes {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .association-area-page__themes {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__themes {
    width: 83.3333333333%;
  }
}
.association-area-page__themes__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-area-page__themes__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__themes__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__themes__content {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__themes__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__content {
    margin-top: 2.25rem;
  }
}
.association-area-page__themes__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__themes__description {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__description {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__description {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__description {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__themes__areas {
  width: 100%;
  margin-bottom: -0.5rem;
  display: inline-flex;
  flex-flow: row wrap;
}

.association-area-page__themes__areas a {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  background-color: #f4f3f0;
  color: #222F5B;
  border-left: 0.25rem solid #f18700;
  height: 5.8125rem;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-family: "Open Sans Light";
}

@media (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    padding: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__themes__areas a i.textlink-icon {
  align-self: flex-start;
}

@media (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    margin-right: 0.875rem;
    width: calc(50% - 0.4375rem);
    height: 8.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.4375rem);
    height: 7.375rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.333% - 0.6666666667rem);
    height: 8.25rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.333% - 0.8333333333rem);
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a:nth-child(even) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__themes__areas a:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.332% - 0.8333333333rem);
    height: 10rem;
  }
}
@media (min-width: 119.96875em) and (min-width: 47.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 63.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 89.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
@media (min-width: 119.96875em) and (min-width: 119.96875em) {
  .association-area-page__themes__areas a {
    width: calc(33.332% - 0.8333333333rem);
  }
}
.association-area-page__our-services {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-area-page__our-services {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__our-services {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__our-services {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__our-services {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__our-services {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-area-page__our-services__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Open Sans Light";
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__our-services__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__our-services__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__our-services__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__our-services__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__our-services__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__our-services__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__our-services__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__our-services__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__membership {
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  width: 100% !important;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership {
    margin-bottom: 5.75rem;
  }
}
.association-area-page__membership__advantage {
  margin-top: 1.875rem;
  margin-top: 0;
  padding: 1.875rem 0 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage {
    padding: 2.125rem 0 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage {
    padding: 2.375rem 0 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage {
    padding: 2.75rem 0 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage {
    padding: 3.75rem 0 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage {
    margin-top: 3.75rem;
  }
}
.association-area-page__membership__advantage__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__membership__advantage__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__content {
    margin-top: 1.625rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__membership__advantage__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__membership__advantage__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__membership__advantage__content {
    margin-top: 2.25rem;
  }
}
.association-area-page__membership__advantage__item {
  margin-top: 1.25rem;
  height: 100%;
  display: flex;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item {
    margin-top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
  }
}
.association-area-page__membership__advantage__item-logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.association-area-page__membership__advantage__item-logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.association-area-page__membership__advantage__item-message {
  width: 100%;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item-message {
    margin-left: 0;
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item-message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__membership__advantage__item-message {
    margin-top: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__membership__advantage__item-message {
    margin-top: 1.25rem;
  }
}
.association-area-page__membership__advantage__item-message-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__item-message-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item-message-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage__item-message-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__item-message-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__membership__advantage__item-message-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
}

@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__item-message-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__item-message-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__membership__advantage__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__actions {
    align-items: center;
    flex-flow: row wrap;
  }
}
.association-area-page__membership__advantage__actions button, .association-area-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__membership__advantage__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__actions button, .association-area-page__membership__advantage__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .association-area-page__membership__advantage__actions label {
    width: auto;
  }
}
.association-area-page__membership__advantage__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.association-area-page__membership__advantage__actions a:last-child {
  margin-right: auto;
}

.association-area-page__membership__advantage__actions > * {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__actions > * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__membership__advantage__actions > * {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__membership__advantage__actions > * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__membership__advantage__actions > * {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .association-area-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .association-area-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .association-area-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 2.75rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .association-area-page__membership__advantage__actions > *:not(:last-child) {
    margin-right: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__membership__advantage {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-area-page__board {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__board {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__board {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__board {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__board {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__board {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-area-page__board__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__board__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__board__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__board__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__board__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__board__vdma-image-gallery {
  margin: 1.25rem 0 1.875rem 0;
}

@media (min-width: 47.96875em) {
  .association-area-page__board__vdma-image-gallery {
    margin: 1.5rem 0 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__board__vdma-image-gallery {
    margin: 1.625rem 0 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__board__vdma-image-gallery {
    margin: 1.875rem 0 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__board__vdma-image-gallery {
    margin: 2.25rem 0 3.75rem 0;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__board__vdma-image-gallery .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__board__vdma-image-gallery .vdma-image-gallery__slide-image-overflow {
    padding-bottom: 56.25%;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__board__vdma-image-gallery .vdma-image-gallery__slide-image-overflow img {
    height: 100%;
    width: auto;
  }
}
.association-area-page__organisation {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.association-area-page__organisation-link {
  text-decoration: none;
}

.association-area-page__organisation__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__organisation__content {
  width: 100%;
  background-color: #f4f3f0;
  padding: 1.875rem 0;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content {
    padding: 2.125rem 0;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content {
    padding: 2.375rem 0;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content {
    padding: 2.75rem 0;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content {
    padding: 3.75rem 0;
  }
}
.association-area-page__organisation__content__header {
  width: auto;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__header {
    margin: 0 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__header {
    margin: 0 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__header {
    margin: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__header {
    margin: 0 1.75rem;
  }
}
.association-area-page__organisation__content__header__title {
  width: 100%;
  font-family: "Open Sans Bold";
  color: #222F5B;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #cecece;
  text-align: center;
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__header__title {
    padding-bottom: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__header__title {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__header__title {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__header__title {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__header__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__header__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__header__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__header__title {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.association-area-page__organisation__content__main {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.association-area-page__organisation__content__main__block {
  flex: 1 1 auto;
  background-color: #fff;
  margin: 1.25rem 1rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row wrap;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__main__block {
    margin: 1.5rem 1.125rem 0 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__main__block {
    margin: 1.625rem 1.25rem 0 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__main__block {
    margin: 1.875rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__main__block {
    margin: 2.25rem 1.75rem 0 1.75rem;
  }
}
.association-area-page__organisation__content__main__block > * {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  padding: 1rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__main__block > * {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__main__block > * {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__main__block > * {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__main__block > * {
    padding: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__main__block > * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__main__block > * {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__main__block > * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__main__block > * {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__organisation__content__sub {
  width: 100%;
  margin-top: 1.875rem;
  padding: 0 1rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__sub {
    padding: 0 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__sub {
    padding: 0 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__sub {
    padding: 0 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__sub {
    padding: 0 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__sub {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__sub {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__sub {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__sub {
    margin-top: 3.75rem;
  }
}
.association-area-page__organisation__content__sub > * {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__sub > * {
    padding: 0.875rem 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__sub > * {
    padding: 0.875rem 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__sub > * {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__sub > * {
    padding: 1.25rem 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__organisation__content__sub > * {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__content__sub > * {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__content__sub > * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__content__sub > * {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__organisation__content__sub > *:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #f18700;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.association-area-page__organisation__action {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__action {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__organisation__action {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__organisation__action {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__organisation__action {
    margin-top: 5.75rem;
  }
}
.association-area-page__organisation__action > * {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .association-area-page__organisation__action > * {
    width: auto;
  }
}
.association-area-page__highlight {
  width: 100%;
  margin-bottom: 2.75rem;
  background-color: #f4f3f0;
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
  display: block;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight {
    padding-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight {
    padding-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight {
    margin-bottom: 5.75rem;
  }
}
.association-area-page__highlight__header {
  margin: 0 auto;
  width: 91.6666666667%;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__header {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__header {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__header {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight__header {
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__highlight__quote {
  margin: 0 auto;
  width: 91.6666666667%;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__quote {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__quote {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__quote {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__quote {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight__quote {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__quote {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__quote {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__quote {
    padding: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .association-area-page__highlight__quote {
    width: 83.3333333333%;
  }
}
.association-area-page__highlight__teaser {
  margin: 0 auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__teaser {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser {
    flex-direction: row;
  }
}
.association-area-page__highlight__teaser__column {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser__column {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__highlight__teaser__column {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__highlight__teaser__column {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__highlight__teaser__column {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__highlight__teaser__column {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser__column:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .association-area-page__highlight__teaser__column:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .association-area-page__highlight__teaser__column:nth-child(odd) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .association-area-page__highlight__teaser__column:nth-child(odd) {
    margin-right: 1rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .association-area-page__highlight__teaser__column:nth-child(odd) {
    margin-right: 1.25rem;
  }
}
.association-area-page__highlight__teaser-item {
  flex: 1 1 0rem;
  background-color: #fff;
  color: #000;
  padding: 1rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__teaser-item {
    padding: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser-item {
    padding: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__teaser-item {
    padding: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__teaser-item {
    padding: 1.75rem;
  }
}
@media (-ms-high-contrast: none) {
  .association-area-page__highlight__teaser-item {
    flex: 0 0 auto;
  }
}
.association-area-page__highlight__teaser-item:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__teaser-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser-item:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__teaser-item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__teaser-item:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.association-area-page__highlight__teaser-item .number-teaser {
  width: 100%;
  cursor: initial;
}

.association-area-page__highlight__teaser-item .number-teaser__header__title {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__teaser-item .number-teaser__header__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__highlight__teaser-item .vdma-resume {
  text-decoration: none;
}

.association-area-page__highlight__teaser-item .vdma-resume__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .association-area-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .association-area-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .association-area-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .association-area-page__highlight__teaser-item .vdma-resume__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.association-area-page__highlight__teaser-item .vdma-resume__header, .association-area-page__highlight__teaser-item .vdma-resume__description {
  color: #000;
}

.org-units {
  width: 100%;
}

.org-units__head {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .org-units__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .org-units__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .org-units__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .org-units__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.org-units__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .org-units__content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.org-units__item {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .org-units__item {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__item {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .org-units__item {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__item {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .org-units__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .org-units__item:not(:only-child) {
    width: calc(50% - 1.1875rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .org-units__item:not(:only-child) {
    width: calc(50% - 1.375rem);
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .org-units__item:not(:only-child) {
    width: calc(50% - 1.875rem);
  }
}
.org-units__item__head {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .org-units__item__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__item__head {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .org-units__item__head {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__item__head {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.org-units__item__head > * {
  margin-right: auto;
}

.org-units__item__head a {
  color: #222F5B;
}

.org-units__item__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .org-units__item__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__item__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.org-units__item__link {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .org-units__item__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__item__link {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .org-units__item__link {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__item__link {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .org-units__item__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .org-units__item__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.org-units__item__link > * {
  margin-right: auto;
}

.highlight-slider {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
}

.highlight-slider-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  transform: translateX(-100%);
}

.highlight-slider__slide {
  width: 100%;
  min-width: 100%;
  padding-bottom: 42.85%;
  position: relative;
}

.highlight-slider__slide__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
}

.highlight-slider__slide__image {
  flex: 0 0 50%;
  position: relative;
}

.highlight-slider__slide__image__overflow {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.highlight-slider__slide__image__overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.highlight-slider__slide__info {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  background-color: #222F5B;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 0 0.75rem;
}

@media (min-width: 47.96875em) {
  .highlight-slider__slide__info {
    padding: 0 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .highlight-slider__slide__info {
    padding: 0 5rem 0 2.75rem;
    letter-spacing: 0.015625rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .highlight-slider__slide__info {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .highlight-slider__slide__info {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .highlight-slider__slide__info {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .highlight-slider__slide__info {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 119.96875em) {
  .highlight-slider__slide__info {
    padding: 0 5.75rem 0 3.75rem;
  }
}
.highlight-slider__slide__info__text {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0.5rem 0;
  overflow: hidden;
  color: #fff;
}

@media (min-width: 47.96875em) {
  .highlight-slider__slide__info__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 1rem 0;
  }
}
@media (min-width: 63.96875em) {
  .highlight-slider__slide__info__text {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .highlight-slider__slide__info__text {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 1.25rem 0;
  }
}
@media (min-width: 119.96875em) {
  .highlight-slider__slide__info__text {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.highlight-slider-action {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}

.highlight-slider-action i {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f18700;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight-slider-action i svg {
  height: 1.5rem;
  width: 1.5rem;
  color: #fff;
}

.max-expression-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.max-expression-page__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__header {
    width: 83.3333333333%;
  }
}
.max-expression-page__breadcrumbs {
  margin: 0.75rem auto 0 auto;
  width: 91.6666666667%;
  display: flex;
}

@media (min-width: 47.96875em) {
  .max-expression-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__breadcrumbs {
    width: 83.3333333333%;
  }
}
.max-expression-page__information {
  margin: 1.25rem auto 1.875rem auto;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information {
    margin: 1.5rem auto 2.125rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information {
    margin: 1.625rem auto 2.375rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information {
    margin: 1.875rem auto 2.75rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information {
    margin: 2.25rem auto 3.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information {
    width: 83.3333333333%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.max-expression-page__information-heading {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information-heading {
    width: 65%;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information-heading {
    width: 70%;
  }
}
.max-expression-page__information-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information-details {
    padding: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information-details {
    padding: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information-details {
    padding: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information-details {
    padding: 1.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information-details {
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information-details {
    flex-direction: column;
    width: 30%;
    padding: 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information-details {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.max-expression-page__information-details-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information-details-left {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information-details-left {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
  .max-expression-page__information-details-left__status {
    display: none;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information-details-left {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
.max-expression-page__information-details-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information-details-right {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
    flex: 1 1 50%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information-details-right {
    margin-bottom: auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information-details-right {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information-text {
    display: none;
  }
}
.max-expression-page__information__tags {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags {
    flex-direction: row;
    align-items: center;
  }
}
.max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
    margin-top: 0;
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
    margin-left: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
    margin-left: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__tags-exclusive + .max-expression-page__information__tags-list {
    margin-left: 1.25rem;
  }
}
.max-expression-page__information__tags-exclusive {
  display: flex;
}

.max-expression-page__information__tags-list {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__tags-list {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__tags-list {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 0.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.max-expression-page__information__description {
  font-family: "Open Sans Bold";
  margin-top: 1.875rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description {
    margin-top: 3.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__main {
  width: 100%;
}

.max-expression-page__information__description__indicator {
  display: none;
}

.max-expression-page__information__description__indicator:checked ~ .max-expression-page__information__description__label svg {
  transform: rotate(180deg);
}

.max-expression-page__information__description__indicator:checked ~ .max-expression-page__information__description__other {
  height: 100%;
}

.max-expression-page__information__description__label {
  font-family: "Open Sans Bold";
  color: #222F5B;
  margin-top: 0.75rem;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__label svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.125rem;
}

.max-expression-page__information__description__other {
  font-family: "Open Sans Light";
  width: 100%;
  height: 0;
  overflow: hidden;
}

.max-expression-page__information__description__other > *:first-child {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other > *:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other > *:first-child {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other > *:first-child {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other > *:first-child {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__main b, .max-expression-page__information__description__main .bold, .max-expression-page__information__description__main strong, .max-expression-page__information__description__other b, .max-expression-page__information__description__other .bold, .max-expression-page__information__description__other strong {
  font-family: "Open Sans Bold";
}

.max-expression-page__information__description__main a, .max-expression-page__information__description__other a {
  font-family: "Open Sans Regular";
}

.max-expression-page__information__description__main p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__other p:not(:first-child) {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other p:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other p:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other p:not(:first-child) {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__main h1, .max-expression-page__information__description__main h2, .max-expression-page__information__description__main h3, .max-expression-page__information__description__main h4, .max-expression-page__information__description__main h5, .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h1, .max-expression-page__information__description__other h2, .max-expression-page__information__description__other h3, .max-expression-page__information__description__other h4, .max-expression-page__information__description__other h5, .max-expression-page__information__description__other h6 {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__main h2, .max-expression-page__information__description__main h3, .max-expression-page__information__description__main h4, .max-expression-page__information__description__main h5, .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h1, .max-expression-page__information__description__other h2, .max-expression-page__information__description__other h3, .max-expression-page__information__description__other h4, .max-expression-page__information__description__other h5, .max-expression-page__information__description__other h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__main h2, .max-expression-page__information__description__main h3, .max-expression-page__information__description__main h4, .max-expression-page__information__description__main h5, .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h1, .max-expression-page__information__description__other h2, .max-expression-page__information__description__other h3, .max-expression-page__information__description__other h4, .max-expression-page__information__description__other h5, .max-expression-page__information__description__other h6 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__main h2, .max-expression-page__information__description__main h3, .max-expression-page__information__description__main h4, .max-expression-page__information__description__main h5, .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h1, .max-expression-page__information__description__other h2, .max-expression-page__information__description__other h3, .max-expression-page__information__description__other h4, .max-expression-page__information__description__other h5, .max-expression-page__information__description__other h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__main h2, .max-expression-page__information__description__main h3, .max-expression-page__information__description__main h4, .max-expression-page__information__description__main h5, .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h1, .max-expression-page__information__description__other h2, .max-expression-page__information__description__other h3, .max-expression-page__information__description__other h4, .max-expression-page__information__description__other h5, .max-expression-page__information__description__other h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__information__description__main h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h1:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h1:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h1:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h1:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h1:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h2:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h2:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h2:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h2:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h2:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h3:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h3:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h3:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h3:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h3:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h4:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h4:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h4:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h4:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h4:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h5:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h5:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h5:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h5:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h5:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__other h6:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h6:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h6:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h6:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h6:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__description__main ul, .max-expression-page__information__description__other ul {
  list-style: none;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul, .max-expression-page__information__description__other ul {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul, .max-expression-page__information__description__other ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__main ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__other ul li {
  margin-top: 0.75rem;
  padding-left: 1.125rem;
  position: relative;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other ul li {
    padding-left: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other ul li {
    padding-left: 1.375rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other ul li {
    padding-left: 1.625rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other ul li {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other ul li {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other ul li {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__main ul li::before, .max-expression-page__information__description__other ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #f18700;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li::before, .max-expression-page__information__description__other ul li::before {
    top: 0.6875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li::before, .max-expression-page__information__description__other ul li::before {
    top: 0.8125rem;
  }
}
.max-expression-page__information__description__main ul li ul, .max-expression-page__information__description__other ul li ul {
  list-style: none;
  margin-left: 0.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main ul li ul, .max-expression-page__information__description__other ul li ul {
    margin-left: 0.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li ul, .max-expression-page__information__description__other ul li ul {
    margin-left: 1.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main ul li ul, .max-expression-page__information__description__other ul li ul {
    margin-left: 2.375rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li ul, .max-expression-page__information__description__other ul li ul {
    margin-left: 3.375rem;
  }
}
.max-expression-page__information__description__main ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.max-expression-page__information__description__other ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.max-expression-page__information__description__main ul li ul li::before, .max-expression-page__information__description__other ul li ul li::before {
  display: none;
}

.max-expression-page__information__description__main ul li ul li::after, .max-expression-page__information__description__other ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #f18700;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li ul li::after, .max-expression-page__information__description__other ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li ul li::after, .max-expression-page__information__description__other ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__main ul li ul li ul, .max-expression-page__information__description__other ul li ul li ul {
  list-style: none;
  margin-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main ul li ul li ul, .max-expression-page__information__description__other ul li ul li ul {
    margin-left: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li ul li ul, .max-expression-page__information__description__other ul li ul li ul {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main ul li ul li ul, .max-expression-page__information__description__other ul li ul li ul {
    margin-left: 2.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li ul li ul, .max-expression-page__information__description__other ul li ul li ul {
    margin-left: 4.125rem;
  }
}
.max-expression-page__information__description__main ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.max-expression-page__information__description__other ul li ul li ul li {
  display: block;
  margin-top: 0.5rem;
  padding-left: 0.8125rem;
  position: relative;
}

.max-expression-page__information__description__main ul li ul li ul li::before, .max-expression-page__information__description__other ul li ul li ul li::before {
  display: none;
}

.max-expression-page__information__description__main ul li ul li ul li::after, .max-expression-page__information__description__other ul li ul li ul li::after {
  content: "-" !important;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  width: 0.3125rem;
  color: #707175;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main ul li ul li ul li::after, .max-expression-page__information__description__other ul li ul li ul li::after {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main ul li ul li ul li::after, .max-expression-page__information__description__other ul li ul li ul li::after {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__main button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main button {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__main .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .max-expression-page__information__description__main label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__main label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__main label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__main label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__main label {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__other button {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other button {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other button {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other button {
    margin-top: 1.25rem;
  }
}
.max-expression-page__information__description__other .personal-information-page__data-form__image-group label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other .personal-information-page__data-form__image-group label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other .personal-information-page__data-form__image-group label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other .personal-information-page__data-form__image-group label {
    margin-top: 1.25rem;
  }
}
.personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
  margin-top: 0.75rem;
  width: 100%;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main button, .max-expression-page__information__description__main .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__information__description__main label, .max-expression-page__information__description__other button, .max-expression-page__information__description__other .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__information__description__other label {
    width: auto;
  }
}
.max-expression-page__information__description__main h1 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h1 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h2 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h2 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h3 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h3 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h4 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h4 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h5 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h5 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h6 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h6 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h1 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h1 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h1 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h2 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h2 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h2 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h3 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h3 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h3 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h4 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h4 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h4 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h4 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h5 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h5 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h5 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h5 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__other h6 {
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__other h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__other h6 {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__other h6 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__other h6 {
    margin-bottom: 1.25rem;
  }
}
.max-expression-page__information__description__main h1, .max-expression-page__information__description__other h1 {
  letter-spacing: 0.015625rem;
  font-size: 2.5rem;
  line-height: 3.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__other h1 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__other h1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__other h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h1, .max-expression-page__information__description__other h1 {
    font-size: 4.75rem;
    line-height: 6rem;
  }
}
.max-expression-page__information__description__main h2, .max-expression-page__information__description__other h2 {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h2, .max-expression-page__information__description__other h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h2, .max-expression-page__information__description__other h2 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h2, .max-expression-page__information__description__other h2 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h2, .max-expression-page__information__description__other h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.max-expression-page__information__description__main h3, .max-expression-page__information__description__other h3 {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h3, .max-expression-page__information__description__other h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h3, .max-expression-page__information__description__other h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h3, .max-expression-page__information__description__other h3 {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h3, .max-expression-page__information__description__other h3 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.max-expression-page__information__description__main h4, .max-expression-page__information__description__other h4 {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h4, .max-expression-page__information__description__other h4 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h4, .max-expression-page__information__description__other h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h4, .max-expression-page__information__description__other h4 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h4, .max-expression-page__information__description__other h4 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.max-expression-page__information__description__main h5, .max-expression-page__information__description__other h5 {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__description__main h5, .max-expression-page__information__description__other h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h5, .max-expression-page__information__description__other h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__description__main h5, .max-expression-page__information__description__other h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h5, .max-expression-page__information__description__other h5 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__information__description__main h6, .max-expression-page__information__description__other h6 {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h6 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__description__main h6, .max-expression-page__information__description__other h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__description__main img, .max-expression-page__information__description__other img {
  width: 100%;
}

.max-expression-page__information__description__main img + a {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: none !important;
  margin-top: 0.5rem;
  color: #707175 !important;
  text-decoration: none !important;
}

.max-expression-page__information__description__other img + a {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-bottom: none !important;
  margin-top: 0.5rem;
  color: #707175 !important;
  text-decoration: none !important;
}

.max-expression-page__information__partners {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__partners {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__partners {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__partners {
    margin-top: 3.75rem;
  }
}
.max-expression-page__information__partners__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__partners__header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__partners__header {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners__header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__partners__header {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__partners__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__partners__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__partners__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__information__partners__indicator {
  display: none;
}

.max-expression-page__information__partners__indicator:checked ~ .max-expression-page__information__partners__label svg {
  transform: rotate(180deg);
}

.max-expression-page__information__partners__indicator:checked ~ .max-expression-page__information__partners__content {
  height: 100%;
}

.max-expression-page__information__partners__label {
  font-family: "Open Sans Bold";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__partners__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__partners__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__partners__label svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.125rem;
}

.max-expression-page__information__partners__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.max-expression-page__information__partners__content .vdma-partners {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__partners__content .vdma-partners {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__partners__content .vdma-partners {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners__content .vdma-partners {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__partners__content .vdma-partners {
    margin-top: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner {
    width: calc(25% - 1rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner {
    width: calc(25% - 1.25rem);
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner:nth-child(n+5) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner:nth-child(n+5) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner:nth-child(n+5) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner:nth-child(n+5) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__partners__content .vdma-partners__partner:nth-child(n+5) {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.max-expression-page__information__actions a {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__actions a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__actions a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__actions button, .max-expression-page__information__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__actions button, .max-expression-page__information__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
    width: auto;
  }
}
.max-expression-page__information__actions a {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__actions a {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__actions a {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__actions a {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__actions a {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__actions button {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__actions button {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__actions button {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__actions button {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__actions button {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__actions .personal-information-page__data-form__image-group label {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label {
    margin-top: 2.25rem;
  }
}
.personal-information-page__data-form__image-group .max-expression-page__information__actions label {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__actions a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__actions a:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__actions a:not(:last-child) {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__actions a:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__actions a:not(:last-child) {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__actions button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__actions button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__actions button:not(:last-child) {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__actions button:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__actions button:not(:last-child) {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label:not(:last-child) {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__actions .personal-information-page__data-form__image-group label:not(:last-child) {
    margin-right: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label:not(:last-child) {
    margin-right: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .personal-information-page__data-form__image-group .max-expression-page__information__actions label:not(:last-child) {
    margin-right: 2.25rem;
  }
}
.max-expression-page__information__status {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__status {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.max-expression-page__information__timetable {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__timetable {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__timetable {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__timetable {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable {
    margin-top: 0;
  }
}
.max-expression-page__information__timetable table {
  border-spacing: 0;
}

.max-expression-page__information__timetable table tbody tr {
  vertical-align: middle;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr:not(:first-child) {
    padding-top: 0.5rem;
  }
}
.max-expression-page__information__timetable table tbody tr:not(:first-child) td {
  padding-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr:not(:first-child) td {
    padding-top: 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__timetable table tbody tr:not(:first-child) td {
    padding-top: 0.5rem;
  }
}
.max-expression-page__information__timetable table tbody tr:not(:first-child) .timetable-date > * {
  display: block;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr:not(:first-child) .timetable-date > * {
    display: inline;
  }
}
.max-expression-page__information__timetable table tbody tr:not(:first-child) .timetable-date > *:not(:last-child)::after {
  content: " - ";
}

.max-expression-page__information__timetable table tbody tr:not(:first-child) .timetable-time {
  white-space: nowrap;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr {
    display: table;
  }
  .max-expression-page__information__timetable table tbody tr td {
    display: table-row;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__timetable table tbody tr {
    display: table-row;
  }
  .max-expression-page__information__timetable table tbody tr td {
    display: table-cell;
  }
}
.max-expression-page__information__timetable table tbody tr td + td {
  padding-left: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 0.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .max-expression-page__information__timetable table tbody tr td + td {
    padding-left: 1.25rem;
  }
}
.max-expression-page__information__timetable-calender {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__timetable-calender {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__timetable-calender {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__location, .max-expression-page__information__option, .max-expression-page__information__language {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__information__location, .max-expression-page__information__option, .max-expression-page__information__language {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__location, .max-expression-page__information__option, .max-expression-page__information__language {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__information__location-header, .max-expression-page__information__option-header, .max-expression-page__information__language-header {
  font-family: "Open Sans Bold";
}

.max-expression-page__information__location-header::after, .max-expression-page__information__option-header::after, .max-expression-page__information__language-header::after {
  content: ":";
}

.max-expression-page__information__location {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__location {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__location {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__location {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__location {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__location-address {
  font-family: "Open Sans Regular";
  margin-top: 0.25rem;
}

.max-expression-page__information__location-address ul {
  list-style: none;
}

.max-expression-page__information__location-room {
  margin-top: 0.25rem;
}

.max-expression-page__information__location-links {
  font-family: "Open Sans Bold";
  display: flex;
  flex-direction: column;
}

.max-expression-page__information__location-links ul {
  list-style: none;
}

.max-expression-page__information__location-links ul li {
  margin-top: 0.5rem;
}

.max-expression-page__information__option {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__option {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__option {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__option {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__option {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__language {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__information__language {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__information__language {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__information__language {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__information__language {
    margin-top: 2.25rem;
  }
}
.max-expression-page__information__option ul {
  font-family: "Open Sans Regular";
  list-style: none;
  margin-top: 0.25rem;
}

.max-expression-page__information__language ul {
  font-family: "Open Sans Regular";
  list-style: none;
  margin-top: 0.25rem;
}

.max-expression-page__jump {
  border-top: 0.0625rem solid #cecece;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .max-expression-page__jump {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__jump {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__jump {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__jump {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump {
    flex-direction: row;
    align-items: center;
  }
  .max-expression-page__jump__content {
    padding-bottom: 0;
  }
}
.max-expression-page__jump input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .max-expression-page__jump__content {
  max-height: 100vh;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  input[type=checkbox]:checked ~ .max-expression-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  input[type=checkbox]:checked ~ .max-expression-page__jump__content {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  input[type=checkbox]:checked ~ .max-expression-page__jump__content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  input[type=checkbox]:checked ~ .max-expression-page__jump__content {
    margin-bottom: 1.25rem;
  }
}
input[type=checkbox]:checked ~ .max-expression-page__jump__header i {
  transform: rotate(180deg);
}

.max-expression-page__jump__header {
  margin: 0.75rem 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .max-expression-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__jump__header {
    margin: 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump__header {
    margin: 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__jump__header {
    margin: 1.25rem 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump__header {
    pointer-events: none;
  }
}
.max-expression-page__jump__header-text {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (min-width: 63.96875em) {
  .max-expression-page__jump__header-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__jump__header-text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump__header-text {
    font-family: "Open Sans Regular";
    color: #707175;
  }
}
.max-expression-page__jump__header-icon {
  color: #222F5B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
}

@media (min-width: 89.96875em) {
  .max-expression-page__jump__header-icon {
    display: none;
  }
}
.max-expression-page__jump__content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s cubic-bezier(0.5, 0.1, 0.1, 1);
}

@media (min-width: 89.96875em) {
  .max-expression-page__jump__content {
    overflow: visible;
    max-height: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.875rem;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .max-expression-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .max-expression-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .max-expression-page__jump__content {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .max-expression-page__jump__content {
    margin-left: 2.25rem;
  }
}
.max-expression-page__jump__label {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  display: flex;
}

@media (min-width: 63.96875em) {
  .max-expression-page__jump__label {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__jump__label {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__jump__label + .max-expression-page__jump__label {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-top: 0;
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-left: 1.875rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .max-expression-page__jump__label + .max-expression-page__jump__label {
    margin-left: 2.25rem;
  }
}
.max-expression-page__top-articles {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__top-articles {
    width: 83.3333333333%;
  }
}
.max-expression-page__top-articles__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__top-articles__content {
  margin: 1.25rem 0;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__content {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content {
    margin: 2.25rem 0;
  }
}
.max-expression-page__top-articles__content .content-teaser {
  display: flex;
  flex-direction: column;
}

.max-expression-page__top-articles__content .content-teaser:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__content .content-teaser:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser {
    flex-direction: row;
    justify-content: space-between;
  }
  .max-expression-page__top-articles__content .content-teaser:nth-child(even) .content-teaser__image {
    order: 2;
  }
  .max-expression-page__top-articles__content .content-teaser:nth-child(even) .content-teaser__info {
    order: 1;
  }
}
.max-expression-page__top-articles__content .content-teaser__image {
  position: relative;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__image {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    flex: 1 1 40%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__image {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
.max-expression-page__top-articles__content .content-teaser__image-overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.max-expression-page__top-articles__content .content-teaser__image-overflow img {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.max-expression-page__top-articles__content .content-teaser__image-overflow video, .max-expression-page__top-articles__content .content-teaser__image-overflow iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.max-expression-page__top-articles__content .content-teaser__info {
  margin-top: 1rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.125rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 0;
    max-width: 55%;
    min-width: 55%;
    width: 55%;
    flex: 1 1 55%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    max-width: 47.5%;
    min-width: 47.5%;
    width: 47.5%;
    flex: 1 1 47.5%;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info {
    margin-top: 1.75rem;
  }
}
.max-expression-page__top-articles__content .content-teaser__info-meta {
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.max-expression-page__top-articles__content .content-teaser__info-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__top-articles__content .content-teaser__info-description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__content .content-teaser__info-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.max-expression-page__top-articles__action {
  border-top: 0.0625rem solid #cecece;
  padding-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__action {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__top-articles__action {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__top-articles__action {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__top-articles__action {
    padding-top: 2.25rem;
  }
}
.max-expression-page__top-articles__action button, .max-expression-page__top-articles__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__top-articles__action label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__top-articles__action button, .max-expression-page__top-articles__action .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .max-expression-page__top-articles__action label {
    width: auto;
  }
}
.max-expression-page__top-articles__content {
  margin-bottom: 0;
}

.max-expression-page__articles {
  margin: 0 auto 2.75rem auto;
  border-top: 0.0625rem solid #cecece;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__articles {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__articles {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__articles {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__articles {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__articles {
    width: 83.3333333333%;
  }
}
.max-expression-page__services {
  margin: 0 auto;
}

.max-expression-page__services__content .advice-and-network {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .max-expression-page__services__content .advice-and-network {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__services__content .advice-and-network {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__services__content .advice-and-network {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__services__content .advice-and-network {
    padding-top: 2.25rem;
  }
}
.max-expression-page__background {
  width: 100%;
  background-color: #f4f3f0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background {
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background {
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background {
    padding-top: 3.75rem;
  }
}
.max-expression-page__background-header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto 1.25rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background-header {
    margin: 0 auto 1.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background-header {
    margin: 0 auto 1.625rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background-header {
    margin: 0 auto 1.875rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-header {
    margin: 0 auto 2.25rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background-header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background-header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-header {
    width: 83.3333333333%;
  }
}
.max-expression-page__background-content__half {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-content__half {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-content__half {
    flex-direction: row;
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 1.625rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 1.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__background-content__half {
    margin-top: 2.25rem;
  }
}
.max-expression-page__background-content__half > * {
  display: flex;
  width: 100%;
}

.max-expression-page__background-content__half > * > * {
  width: 100%;
}

.max-expression-page__background-content__half > *:first-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-bottom: 0;
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .max-expression-page__background-content__half > *:first-child {
    margin-right: 1.25rem;
  }
}
.max-expression-page__background__press-statement {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background__press-statement {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.max-expression-page__background-links {
  width: 100%;
  margin: 1.25rem auto 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__background-links {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__background-links {
    margin: 1.625rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__background-links {
    margin: 1.875rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-links {
    margin: 2.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__background-links {
    width: 83.3333333333%;
  }
}
.max-expression-page__background-links__link {
  width: 100%;
  display: flex;
  margin-right: auto;
}

.max-expression-page__background-links__link > a {
  font-family: "Open Sans Bold";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 63.96875em) {
  .max-expression-page__background-links__link > a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__background-links__link > a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__program {
  width: 100%;
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__program {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__program {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__program {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__program {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__program {
    width: 83.3333333333%;
  }
}
.max-expression-page__program__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .max-expression-page__program__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__program__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__program__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__program__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__program__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__program__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__program__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__program__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__program__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.max-expression-page__publications-press-kits {
  margin: 0 auto 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .max-expression-page__publications-press-kits {
    margin: 0 auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__publications-press-kits {
    margin: 0 auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__publications-press-kits {
    margin: 0 auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__publications-press-kits {
    margin: 0 auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__publications-press-kits {
    width: 83.3333333333%;
  }
}
.max-expression-page__contacts {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #cecece;
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__contacts {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__contacts {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__contacts {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__contacts {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__contacts {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__contacts {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__contacts {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.max-expression-page__contacts__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
}

@media (min-width: 47.96875em) {
  .max-expression-page__contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts__header {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__contacts__header {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__contacts__header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__contacts__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__contacts__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__contacts__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.max-expression-page__contacts .article__contacts {
  width: 100%;
  margin: 0 !important;
  margin-top: 1.25rem !important;
}

@media (min-width: 47.96875em) {
  .max-expression-page__contacts .article__contacts {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts .article__contacts {
    margin-top: 1.625rem !important;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__contacts .article__contacts {
    margin-top: 1.875rem !important;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__contacts .article__contacts {
    margin-top: 2.25rem !important;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__contacts .article__contacts__contact__position-right {
    display: none;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts .article__contacts__contact__position-right {
    display: block;
  }
}
@media (min-width: 47.96875em) {
  .max-expression-page__contacts .article__contacts__contact__position-bottom {
    display: block;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__contacts .article__contacts__contact__position-bottom {
    display: none;
  }
}
.max-expression-page__contacts .article__contacts .article__contacts__half-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 89.96875em) {
  .max-expression-page__contacts .article__contacts .article__contacts__half-item:nth-child(n) {
    display: block;
  }
  .max-expression-page__contacts .article__contacts .article__contacts__half-item:nth-child(n+6) {
    display: none;
  }
}
.max-expression-page__our-topics {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .max-expression-page__our-topics {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .max-expression-page__our-topics {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .max-expression-page__our-topics {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .max-expression-page__our-topics {
    margin-bottom: 5.75rem;
  }
}
.max-expression-page__advantages {
  background-color: #f4f3f0;
  padding-left: 4.1666666667% !important;
  padding-right: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .max-expression-page__advantages {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
}
.vdma-event-program {
  width: 100%;
}

.vdma-event-program__days {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.vdma-event-program__days__day {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1.25rem 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.5, 0.1, 0.1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__days__day {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__days__day {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__days__day {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__days__day {
    padding: 2.25rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__days__day {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__days__day {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-event-program__days__day--active {
  font-family: "Open Sans Bold";
}

.vdma-event-program__days__day--active:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #222F5B;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__days__day--active:after {
    bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__days__day--active:after {
    bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__days__day--active:after {
    bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__days__day--active:after {
    bottom: 2.25rem;
  }
}
.vdma-event-program__days__day:not(:last-child) {
  margin-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__days__day:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__days__day:not(:last-child) {
    margin-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__days__day:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__days__day:not(:last-child) {
    margin-right: 2.25rem;
  }
}
.vdma-event-program__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-event-program__routine {
  width: 100%;
  display: none;
}

.vdma-event-program__routine--active {
  display: flex;
  flex-direction: column;
}

.vdma-event-program__routine__moderator {
  width: 100%;
}

.vdma-event-program__routine__moderator .speech__speakers .speaker-photo {
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__moderator .speech__speakers .speaker-photo {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    flex: 1 1 10%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__routine__moderator .speech__speakers .speaker-photo {
    max-width: 5%;
    min-width: 5%;
    width: 5%;
    flex: 1 1 5%;
  }
}
.vdma-event-program__routine__timetable {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__routine__timetable {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__routine__timetable {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__timetable {
    margin-top: 3.75rem;
  }
}
.vdma-event-program__routine__timetable__day {
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #cecece;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable__day {
    padding: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__routine__timetable__day {
    padding: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__routine__timetable__day {
    padding: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__timetable__day {
    padding: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable__day {
    flex-direction: row;
  }
}
.vdma-event-program__routine__timetable__day:first-child {
  border-top: 0.0625rem solid #cecece;
}

.vdma-event-program__routine__timetable__day__time {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.125rem;
  padding-right: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    padding-right: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    padding-right: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    padding-right: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    padding-right: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable__day__time {
    width: 20%;
  }
}
.vdma-event-program__routine__timetable__day__content {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__timetable__day__content {
    width: 80%;
  }
}
.vdma-event-program__routine__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-event-program__routine__info--active .vdma-event-program__routine__info__head svg {
  transform: rotate(180deg);
}

.vdma-event-program__routine__info--active .vdma-event-program__routine__info__block {
  display: flex;
  flex-direction: column;
}

.vdma-event-program__routine__info__head {
  width: 100%;
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 63.96875em) {
  .vdma-event-program__routine__info__head {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__info__head {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.vdma-event-program__routine__info__head svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #222F5B;
  margin-left: 0.125rem;
}

.vdma-event-program__routine__info__block {
  width: 100%;
  padding-top: 1.25rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__routine__info__block {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__routine__info__block {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__routine__info__block {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__routine__info__block {
    padding-top: 2.25rem;
  }
}
.vdma-event-program__themes {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-event-program__themes__pool {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.vdma-event-program__themes__pool__title {
  font-family: "Open Sans Bold";
  cursor: pointer;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0 1.25rem 0.75rem 0;
  color: #222F5B;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__themes__pool__title {
    margin: 0 1.5rem 0.875rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__themes__pool__title {
    margin: 0 1.625rem 0.875rem 0;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__themes__pool__title {
    margin: 0 1.875rem 1rem 0;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__themes__pool__title {
    margin: 0 2.25rem 1.25rem 0;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__themes__pool__title {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__themes__pool__title {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-event-program__themes__pool__title--active {
  position: relative;
}

.vdma-event-program__themes__pool__title--active:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #222F5B;
  position: absolute;
  bottom: 0;
  left: 0;
}

.vdma-event-program__themes__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.vdma-event-program__themes__content__block {
  width: 100%;
  display: none;
}

.vdma-event-program__themes__content__block--active {
  display: block;
}

.vdma-event-program__themes__content__block__description {
  width: 100%;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .vdma-event-program__themes__content__block__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__themes__content__block__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.vdma-event-program__themes__content__block__speakers {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__themes__content__block__speakers {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .vdma-event-program__themes__content__block__speakers {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__themes__content__block__speakers {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .vdma-event-program__themes__content__block__speakers {
    margin-top: 2.25rem;
  }
}
.vdma-event-program__themes__content__block__speakers .speech__speakers .speaker-photo {
  max-width: 18.1818181818%;
  min-width: 18.1818181818%;
  width: 18.1818181818%;
  flex: 1 1 18.1818181818%;
}

@media (min-width: 47.96875em) {
  .vdma-event-program__themes__content__block__speakers .speech__speakers .speaker-photo {
    max-width: 12.5%;
    min-width: 12.5%;
    width: 12.5%;
    flex: 1 1 12.5%;
  }
}
@media (min-width: 89.96875em) {
  .vdma-event-program__themes__content__block__speakers .speech__speakers .speaker-photo {
    max-width: 6.25%;
    min-width: 6.25%;
    width: 6.25%;
    flex: 1 1 6.25%;
  }
}
.profile-page {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.profile-page__head {
  width: 100%;
}

.profile-page__personal {
  width: 100%;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .profile-page__personal {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__personal {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__personal {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__personal {
    margin-top: 3.75rem;
  }
}
.profile-page__contact {
  width: 100%;
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .profile-page__contact {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__contact {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__contact {
    margin-top: 5.75rem;
  }
}
.profile-page__themes {
  width: 100%;
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .profile-page__themes {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__themes {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__themes {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__themes {
    margin-top: 5.75rem;
  }
}
.profile-page__groups {
  width: 100%;
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .profile-page__groups {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__groups {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__groups {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__groups {
    margin-top: 5.75rem;
  }
}
.profile-page__contact__head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  width: 91.6666666667%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .profile-page__contact__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__contact__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__contact__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__contact__head {
    padding-bottom: 1.25rem;
  }
}
.profile-page__themes__head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  width: 91.6666666667%;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .profile-page__themes__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__themes__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__themes__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__themes__head {
    padding-bottom: 1.25rem;
  }
}
.profile-page__groups__head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #cecece;
  width: 91.6666666667%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 47.96875em) {
  .profile-page__groups__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__groups__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__groups__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__groups__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .profile-page__contact__head, .profile-page__themes__head, .profile-page__groups__head {
    width: 83.3333333333%;
  }
}
.profile-page__contact__head__title, .profile-page__themes__head__title, .profile-page__groups__head__title {
  margin-right: auto;
  display: flex;
  align-items: center;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .profile-page__contact__head__title, .profile-page__themes__head__title, .profile-page__groups__head__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__contact__head__title, .profile-page__themes__head__title, .profile-page__groups__head__title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__contact__head__title, .profile-page__themes__head__title, .profile-page__groups__head__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__contact__head__title, .profile-page__themes__head__title, .profile-page__groups__head__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.profile-page__contact__head__title > *:not(:last-child) {
  margin-right: 0.5rem;
}

.profile-page__themes__head__title > *:not(:last-child) {
  margin-right: 0.5rem;
}

.profile-page__groups__head__title > *:not(:last-child) {
  margin-right: 0.5rem;
}

.profile-page__contact__head__action, .profile-page__themes__head__action, .profile-page__groups__head__action {
  display: flex;
}

.profile-page__contact__head__action__indicator[type=checkbox], .profile-page__themes__head__action__indicator[type=checkbox], .profile-page__groups__head__action__indicator[type=checkbox] {
  display: none;
}

.profile-page__contact__head__action__indicator[type=checkbox]:checked ~ .profile-page__contact__head__action__edit, .profile-page__themes__head__action__indicator[type=checkbox]:checked ~ .profile-page__contact__head__action__edit, .profile-page__groups__head__action__indicator[type=checkbox]:checked ~ .profile-page__contact__head__action__edit {
  display: none;
}

.profile-page__contact__head__action__indicator[type=checkbox]:not(:checked) ~ .profile-page__contact__head__action__close, .profile-page__themes__head__action__indicator[type=checkbox]:not(:checked) ~ .profile-page__contact__head__action__close, .profile-page__groups__head__action__indicator[type=checkbox]:not(:checked) ~ .profile-page__contact__head__action__close {
  display: none;
}

.profile-page__contact__head__action__close, .profile-page__contact__head__action__edit, .profile-page__themes__head__action__close, .profile-page__themes__head__action__edit, .profile-page__groups__head__action__close, .profile-page__groups__head__action__edit {
  font-family: "Open Sans Bold";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #222F5B;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 63.96875em) {
  .profile-page__contact__head__action__close, .profile-page__contact__head__action__edit, .profile-page__themes__head__action__close, .profile-page__themes__head__action__edit, .profile-page__groups__head__action__close, .profile-page__groups__head__action__edit {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__contact__head__action__close, .profile-page__contact__head__action__edit, .profile-page__themes__head__action__close, .profile-page__themes__head__action__edit, .profile-page__groups__head__action__close, .profile-page__groups__head__action__edit {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.profile-page__contact__head__action__close i + span {
  margin-left: 0.5rem;
}

.profile-page__contact__head__action__edit i + span {
  margin-left: 0.5rem;
}

.profile-page__themes__head__action__close i + span {
  margin-left: 0.5rem;
}

.profile-page__themes__head__action__edit i + span {
  margin-left: 0.5rem;
}

.profile-page__groups__head__action__close i + span {
  margin-left: 0.5rem;
}

.profile-page__groups__head__action__edit i + span {
  margin-left: 0.5rem;
}

.profile-page__contact__content {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .profile-page__contact__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__contact__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__contact__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__contact__content {
    margin-top: 2.25rem;
  }
}
.profile-page__themes__content {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .profile-page__themes__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__themes__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__themes__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__themes__content {
    margin-top: 2.25rem;
  }
}
.profile-page__groups__content {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .profile-page__groups__content {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__groups__content {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__groups__content {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__groups__content {
    margin-top: 2.25rem;
  }
}
.profile-page__contact__actions, .profile-page__themes__actions, .profile-page__groups__actions {
  margin: 0 auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .profile-page__contact__actions, .profile-page__themes__actions, .profile-page__groups__actions {
    width: 83.3333333333%;
  }
}
.profile-page__themes__head {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .profile-page__themes__head {
    flex-direction: row;
  }
}
.profile-page__themes__head__action {
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .profile-page__themes__head__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page__themes__head__action {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page__themes__head__action {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page__themes__head__action {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .profile-page__themes__head__action {
    margin-top: 0;
  }
}
.profile-page > *:last-child {
  margin-bottom: 2.75rem;
}

@media (min-width: 47.96875em) {
  .profile-page > *:last-child {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .profile-page > *:last-child {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .profile-page > *:last-child {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .profile-page > *:last-child {
    margin-bottom: 5.75rem;
  }
}
.private-profile {
  width: 100%;
}

.private-profile-breadcrumbs {
  width: 100%;
  margin: 0.75rem auto 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-breadcrumbs {
    width: 83.3333333333%;
  }
}
.private-profile-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f4f3f0;
}

.private-profile-head__breadcrumbs {
  width: 100%;
  margin: 0.75rem auto 0 auto;
  display: flex;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-head__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-head__breadcrumbs {
    margin: 0.875rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__breadcrumbs {
    margin: 1rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__breadcrumbs {
    margin: 1.25rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-head__breadcrumbs {
    width: 83.3333333333%;
  }
}
.private-profile-head__info {
  width: 100%;
  margin: 1.25rem auto;
  width: 91.6666666667%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-head__info {
    margin: 1.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-head__info {
    margin: 1.625rem auto;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__info {
    margin: 1.875rem auto;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info {
    margin: 2.25rem auto;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-head__info {
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-head__info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.private-profile-head__info__block {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-head__info__block {
    width: 55%;
  }
}
.private-profile-head__info__block__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

@media (min-width: 47.96875em) {
  .private-profile-head__info__block__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-head__info__block__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__info__block__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__block__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.private-profile-head__info__block__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  color: #000;
}

@media (min-width: 63.96875em) {
  .private-profile-head__info__block__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__block__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.private-profile-head__info__block__links {
  font-family: "Open Sans Bold";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .private-profile-head__info__block__links {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__block__links {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.private-profile-head__info__chart {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .private-profile-head__info__chart {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-head__info__chart {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__info__chart {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__chart {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-head__info__chart {
    margin-top: 0;
    width: 40%;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__info__chart {
    width: 30%;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__chart {
    width: 40%;
  }
}
.private-profile-head__info__chart__progress {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 47.96875em) {
  .private-profile-head__info__chart__progress {
    margin-right: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-head__info__chart__progress {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-head__info__chart__progress {
    margin-right: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__chart__progress {
    margin-right: 1.75rem;
  }
}
.private-profile-head__info__chart__text {
  font-family: "Open Sans Regular";
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.private-profile-head__info__chart__text__label {
  color: #707175;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.private-profile-head__info__chart__text__value {
  color: #000;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.25rem;
}

@media (min-width: 63.96875em) {
  .private-profile-head__info__chart__text__value {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-head__info__chart__text__value {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.private-profile-chart {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
}

@media (min-width: 63.96875em) {
  .private-profile-chart {
    width: 5rem;
    height: 5rem;
  }
}
.private-profile-chart::before {
  content: "";
  display: none;
  width: 1.375rem;
  height: 0.75rem;
  border-left: 0.25rem solid #f18700;
  border-bottom: 0.25rem solid #f18700;
  position: absolute;
  top: 32%;
  left: 40%;
  transform: rotate(-45deg) translate(-20%, -10%);
}

@media (min-width: 63.96875em) {
  .private-profile-chart::before {
    width: 1.75rem;
    height: 1rem;
  }
}
.private-profile-chart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}

@media (min-width: 47.96875em) {
  .private-profile-chart::after {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-chart::after {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-chart::after {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-chart::after {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.private-profile-chart__circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top: 0.25rem solid #cecece;
  border-right: 0.25rem solid #cecece;
  border-bottom: 0.25rem solid #cecece;
  border-left: 0.25rem solid #cecece;
  transform: rotate(45deg);
}

.private-profile-chart--small .private-profile-chart__circle {
  border-top: 0.25rem solid #f18700;
}

.private-profile-chart--small::after {
  content: "25%";
}

.private-profile-chart--middle .private-profile-chart__circle {
  border-top: 0.25rem solid #f18700;
  border-right: 0.25rem solid #f18700;
}

.private-profile-chart--middle::after {
  content: "50%";
}

.private-profile-chart--good .private-profile-chart__circle {
  border-top: 0.25rem solid #f18700;
  border-right: 0.25rem solid #f18700;
  border-bottom: 0.25rem solid #f18700;
}

.private-profile-chart--good::after {
  content: "75%";
}

.private-profile-chart--optimal .private-profile-chart__circle {
  border: 0.25rem solid #f18700;
}

.private-profile-chart--optimal::before {
  display: block;
}

.private-profile-personal {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-personal {
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal {
    flex-direction: row-reverse;
  }
}
.private-profile-personal__info {
  width: 77.2727272727%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info {
    flex-flow: row wrap;
  }
}
.private-profile-personal__info__name {
  letter-spacing: 0.015625rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__name {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-personal__info__name {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__name {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__name {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal__info__name {
    flex: 1 0 100%;
  }
}
.private-profile-personal__info__function {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .private-profile-personal__info__function {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__function {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal__info__function {
    flex: 1 0 100%;
  }
}
.private-profile-personal__info__company {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__company {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-personal__info__company {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__company {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__company {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-personal__info__company {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__company {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal__info__company:not(:last-child) {
    flex: 0 0 42%;
  }
}
.private-profile-personal__info__company__name {
  font-family: "Open Sans Bold";
}

.private-profile-personal__info__company__address {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__company__address {
    flex-direction: row;
    justify-content: space-between;
  }
}
.private-profile-personal__info__company__address__preview {
  width: 100%;
  color: #707175;
  display: flex;
  flex-direction: column;
}

.private-profile-personal__info__company__address__preview > * {
  margin-top: 0.5rem;
}

.private-profile-personal__info__company__address__values {
  width: 100%;
  color: #707175;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__company__address__values {
    width: 53.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__company__address__values {
    width: 66.6666666667%;
  }
}
.private-profile-personal__info__company__address__values > * {
  margin-top: 0.5rem;
}

.private-profile-personal__info__company__address__allow {
  width: 100%;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__company__address__allow {
    padding-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-personal__info__company__address__allow {
    padding-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__company__address__allow {
    padding-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__company__address__allow {
    padding-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal__info__company__address__allow {
    padding-top: 0;
    margin-top: 0.5rem;
    width: 40%;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__company__address__allow {
    width: 26.6666666667%;
  }
}
.private-profile-personal__info__company__address__allow .vdma-toggle-group {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__company__address__allow .vdma-toggle-group {
    margin-right: 0;
    margin-left: auto;
  }
}
.private-profile-personal__info__contacts {
  width: 100%;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .private-profile-personal__info__contacts {
    padding-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-personal__info__contacts {
    padding-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-personal__info__contacts {
    padding-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__contacts {
    padding-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-personal__info__contacts {
    flex: 1 1 0rem;
    padding-top: 0;
    margin-top: 0.875rem;
    width: 60%;
    padding-left: 6.6666666667% !important;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .private-profile-personal__info__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .private-profile-personal__info__contacts {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .private-profile-personal__info__contacts {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .private-profile-personal__info__contacts {
    margin-top: 1.25rem;
  }
}
.private-profile-personal__info__contacts a {
  font-family: "Open Sans Bold";
  color: #222F5B;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  word-break: break-all;
}

@media (min-width: 63.96875em) {
  .private-profile-personal__info__contacts a {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-personal__info__contacts a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.private-profile-personal__info__contacts a:not(:first-child) {
  margin-top: 0.5rem;
}

.private-profile-personal__photo {
  width: 18.1818181818%;
}

.private-profile-personal__photo__overflow {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

.private-profile-personal__photo__overflow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.private-profile-contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-contact {
    width: 83.3333333333%;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-contact {
    flex-direction: row;
    justify-content: space-between;
  }
}
.private-profile-contact__field {
  width: 100%;
  display: flex;
}

@media (min-width: 47.96875em) {
  .private-profile-contact__field {
    width: 60%;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-contact__field {
    width: 45%;
  }
}
.private-profile-contact__allow {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .private-profile-contact__allow {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-contact__allow {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-contact__allow {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-contact__allow {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-contact__allow {
    margin-top: 0;
    margin-bottom: auto;
    width: 35%;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-contact__allow {
    width: 20%;
  }
}
.private-profile-contact__allow .vdma-toggle-group {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .private-profile-contact__allow .vdma-toggle-group {
    margin-right: 0;
    margin-left: auto;
  }
}
.private-profile-themes {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-themes {
    width: 83.3333333333%;
  }
}
.private-profile-themes--inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.private-profile-themes-plate {
  width: auto;
  color: #222F5B;
  border: 0.0625rem solid #222F5B;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.1, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 47.96875em) {
  .private-profile-themes-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-themes-plate {
    padding: 0.5rem 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-themes-plate {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-themes-plate {
    padding: 0.5rem 1.25rem;
  }
}
.private-profile-themes-plate:hover, .private-profile-themes-plate:hover {
  color: #fff;
  background-color: #222F5B;
}

.private-profile-themes-plate:hover > *, .private-profile-themes-plate:hover > * {
  color: #fff;
}

.private-profile-themes-plate__text {
  color: #222F5B;
  text-decoration: none;
  font-family: "Open Sans Regular";
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .private-profile-themes-plate__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-themes-plate__text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.private-profile-groups {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-groups {
    width: 83.3333333333%;
  }
}
.private-profile-groups__group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.private-profile-groups__group:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .private-profile-groups__group:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-groups__group:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-groups__group:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-groups__group:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-groups__group {
    flex-direction: row;
    justify-content: space-between;
  }
}
.private-profile-groups__group__content {
  width: 100%;
  display: flex;
}

.private-profile-groups__group__content--inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 47.96875em) {
  .private-profile-groups__group__content {
    width: 65%;
  }
}
.private-profile-groups__group__content .group-teaser__info {
  width: 100% !important;
  min-width: auto !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

.private-profile-groups__group__allow {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

@media (min-width: 47.96875em) {
  .private-profile-groups__group__allow {
    margin-top: 1.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-groups__group__allow {
    margin-top: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-groups__group__allow {
    margin-top: 1.5rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-groups__group__allow {
    margin-top: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-groups__group__allow {
    margin-top: 0;
    width: 30%;
  }
}
.private-profile-groups__group__allow .vdma-toggle-group {
  margin-right: auto;
}

@media (min-width: 47.96875em) {
  .private-profile-groups__group__allow .vdma-toggle-group {
    margin-right: 0;
    margin-left: auto;
  }
}
.private-profile-pagination {
  width: 100%;
  margin: 1.875rem auto 0 auto;
  display: flex;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #cecece;
  align-items: center;
  justify-content: center;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .private-profile-pagination {
    padding-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-pagination {
    padding-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-pagination {
    padding-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-pagination {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-pagination {
    margin: 2.125rem auto 0 auto;
  }
}
@media (min-width: 63.96875em) {
  .private-profile-pagination {
    margin: 2.375rem auto 0 auto;
  }
}
@media (min-width: 89.96875em) {
  .private-profile-pagination {
    margin: 2.75rem auto 0 auto;
  }
}
@media (min-width: 119.96875em) {
  .private-profile-pagination {
    margin: 3.75rem auto 0 auto;
  }
}
@media (min-width: 47.96875em) {
  .private-profile-pagination {
    width: 83.3333333333%;
  }
}
.self-profiling {
  display: flex;
  flex-direction: column;
}

.self-profiling-content {
  display: flex;
  flex-direction: column;
}

.self-profiling-step-1__head {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  margin: 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__head {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__head {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head {
    margin: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__head {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__head {
    margin-top: 5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__head {
    margin-top: 5.75rem;
  }
}
.self-profiling-step-1__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__title {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.self-profiling-step-1__head__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__head__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__head__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__description {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.self-profiling-step-1__head__step {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__head__step {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__head__step {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__head__step {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__head__step {
    margin-top: 2.25rem;
  }
}
.self-profiling-step-1__self-profiling-form {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.self-profiling-step-1__self-profiling-form__settings {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group span {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group__indicator {
  margin-top: 0;
}

@media (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group__indicator {
    margin-top: 0.125rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group__indicator {
    margin-top: 0.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group {
    justify-content: space-between;
    align-items: flex-start;
  }
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group span {
    color: #707175;
    padding-left: 0;
    margin-right: auto;
    order: 1;
  }
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group input:checked ~ span {
    font-family: "Open Sans Bold";
    color: #222F5B !important;
  }
  .self-profiling-step-1__self-profiling-form__settings .vdma-checkbox-group__indicator {
    order: 2;
  }
}
.self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
  width: 100%;
}

.self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(50% - 0.4375rem);
    box-shadow: 0 0.375rem 0.75rem 0 rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem 0 rgba(112, 113, 117, 0.1);
    margin-right: 0.875rem;
    padding: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    padding: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    padding: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    padding: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    padding: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    margin-right: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    margin-right: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    margin-right: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(50% - 0.4375rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(50% - 0.625rem);
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 0.875rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(-n+2) {
    margin-top: 0;
  }
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(33.33% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(33.33% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(33.33% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(33.33% - 0.6666666667rem);
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row {
    width: calc(33.33% - 0.8333333333rem);
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 1rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(even) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(3n+3) {
    margin-right: 0;
  }
  .self-profiling-step-1__self-profiling-form__settings .vdma-form-group__row:nth-child(-n+3) {
    margin-top: 0;
  }
}
.self-profiling-step-1__self-profiling-form .vdma-form-group__actions {
  display: flex;
}

.self-profiling-step-1__self-profiling-form .vdma-form-group__actions button, .self-profiling-step-1__self-profiling-form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .self-profiling-step-1__self-profiling-form .vdma-form-group__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions {
    align-items: center;
  }
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-1__self-profiling-form .vdma-form-group__actions button, .self-profiling-step-1__self-profiling-form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .self-profiling-step-1__self-profiling-form .vdma-form-group__actions label {
    width: auto;
  }
}
.self-profiling-step-1__self-profiling-form__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 63.96875em) {
  .self-profiling-step-1__self-profiling-form__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-1__self-profiling-form__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.self-profiling-step-2__head {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  margin: 1.25rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head {
    padding-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__head {
    margin: 1.5rem 0;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head {
    margin: 1.625rem 0;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head {
    margin: 1.875rem 0;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head {
    margin: 2.25rem 0;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__head {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-2__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-2__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-2__head {
    margin-top: 5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-2__head {
    margin-top: 5.75rem;
  }
}
.self-profiling-step-2__head__back {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__head__back {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__back {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__back {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__back {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__back {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__back {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.self-profiling-step-2__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__title {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.self-profiling-step-2__head__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__head__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__description {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__description {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__description {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__description {
    max-width: 70%;
    min-width: 70%;
    width: 70%;
    flex: 1 1 70%;
  }
}
.self-profiling-step-2__head__step {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__head__step {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__head__step {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__head__step {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__head__step {
    margin-top: 2.25rem;
  }
}
.self-profiling-step-2__self-profiling-form {
  margin-bottom: 2.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form {
    margin-bottom: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings:last-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:last-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:last-child {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:last-child {
    margin-bottom: 1.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__title {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #707175;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__title {
    margin-bottom: 1.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__hide {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__item:nth-child(13) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__item:nth-child(13) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__item:nth-child(13) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__item:nth-child(13) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__item:nth-child(13) {
    margin-right: 1.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__items .content-themes-settings__show-all--hide {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:not(:checked) ~ .content-themes-settings__show-all .content-themes-settings__show-all--hide {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__items .content-themes-settings__item:nth-child(n+13) {
  display: block !important;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__items .content-themes-settings__show-all--show {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings input[type=checkbox]:checked ~ .content-themes-settings__show-all .content-themes-settings__show-all--show {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items > .content-themes-settings__item:nth-last-of-type(1) {
  margin-right: 0.75rem;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items > .content-themes-settings__item:nth-last-of-type(1) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items > .content-themes-settings__item:nth-last-of-type(1) {
    margin-right: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items > .content-themes-settings__item:nth-last-of-type(1) {
    margin-right: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__items > .content-themes-settings__item:nth-last-of-type(1) {
    margin-right: 1.25rem;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item {
  display: flex;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item:nth-child(n+13) {
  display: none;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item input[type=checkbox]:checked ~ span {
  background-color: #222F5B;
  color: #fff;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > label {
  display: flex;
  cursor: pointer;
}

.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__item > * span {
  color: #222F5B;
  font-family: "Open Sans Regular";
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all {
    display: none;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all--inline {
  height: 2.75rem;
  display: none;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all--inline {
    display: flex;
  }
}
.self-profiling-step-2__self-profiling-form__settings .content-themes-settings__show-all--inline label {
  margin-top: 0;
}

.self-profiling-step-2__self-profiling-form .vdma-form-group__actions {
  display: flex;
}

.self-profiling-step-2__self-profiling-form .vdma-form-group__actions button, .self-profiling-step-2__self-profiling-form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .self-profiling-step-2__self-profiling-form .vdma-form-group__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions {
    align-items: center;
  }
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .self-profiling-step-2__self-profiling-form .vdma-form-group__actions button, .self-profiling-step-2__self-profiling-form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .self-profiling-step-2__self-profiling-form .vdma-form-group__actions label {
    width: auto;
  }
}
.self-profiling-step-2__self-profiling-form__link {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 63.96875em) {
  .self-profiling-step-2__self-profiling-form__link {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .self-profiling-step-2__self-profiling-form__link {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.start-topic-selection {
  padding: 2.75rem;
}

@media (min-width: 47.96875em) {
  .start-topic-selection {
    padding: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .start-topic-selection {
    padding: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .start-topic-selection {
    padding: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .start-topic-selection {
    padding: 5.75rem;
  }
}
.start-topic-selection-modal__group-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.start-topic-selection-modal__group-actions:not(:first-child) {
  margin-top: 0;
}

.start-topic-selection-modal__group-actions:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #f4f3f0;
}

@media (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .start-topic-selection-modal__group-actions:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
.start-topic-selection-modal__group-actions .btn-orange {
  width: 100%;
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions .btn-orange {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .start-topic-selection-modal__group-actions .btn-orange {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .start-topic-selection-modal__group-actions .btn-orange {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .start-topic-selection-modal__group-actions .btn-orange {
    margin-bottom: 1.25rem;
  }
}
.start-topic-selection-modal__group-actions .btn-borderless {
  height: auto;
  min-height: auto;
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Regular";
}

@media (min-width: 63.96875em) {
  .start-topic-selection-modal__group-actions .btn-borderless {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .start-topic-selection-modal__group-actions .btn-borderless {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions {
    flex-direction: row;
  }
  .start-topic-selection-modal__group-actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .start-topic-selection-modal__group-actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .start-topic-selection-modal__group-actions > *:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .start-topic-selection-modal__group-actions > *:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .start-topic-selection-modal__group-actions .btn-orange {
    width: auto;
    margin-bottom: 0;
  }
}
.start-topic-selection-modal .vdma-modal-content-info__actions {
  flex-direction: column;
}

.finish-self-profiling-page {
  display: flex;
  flex-direction: column;
}

.finish-self-profiling-page__head {
  display: flex;
  flex-direction: row;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 47.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 63.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 89.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 5rem;
  }
}
@media (min-width: 63.96875em) and (min-width: 119.96875em) {
  .finish-self-profiling-page__head {
    margin-top: 5.75rem;
  }
}
.finish-self-profiling-page__head--left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head--left {
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
    flex: 1 1 41.6666666667%;
    margin-left: 8.3333333333% !important;
  }
}
.finish-self-profiling-page__head--right {
  display: none;
  margin-top: 0.5rem;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head--right {
    display: flex;
    max-width: 37.5%;
    min-width: 37.5%;
    width: 37.5%;
    flex: 1 1 37.5%;
    margin-left: 4.1666666667% !important;
  }
}
.finish-self-profiling-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #333;
  margin-bottom: 0.75rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .finish-self-profiling-page__head__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .finish-self-profiling-page__head__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__head__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 47.96875em) {
  .finish-self-profiling-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .finish-self-profiling-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 47.96875em) {
  .finish-self-profiling-page__head__title {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__title {
    width: 100%;
    min-width: 100%;
    margin-left: 0 !important;
  }
}
.finish-self-profiling-page__head__description {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__head__description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.finish-self-profiling-page__head__description--full {
  display: none;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__description--full {
    display: block;
  }
}
.finish-self-profiling-page__head__description--part {
  display: block;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__description--part {
    display: none;
  }
}
@media (min-width: 47.96875em) {
  .finish-self-profiling-page__head__description {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__head__description {
    width: 100%;
    min-width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0;
  }
}
.finish-self-profiling-page__video {
  width: 100%;
  display: block;
}

.finish-self-profiling-page__video--center {
  margin: 1.25rem 0 1.875rem;
}

@media (min-width: 47.96875em) {
  .finish-self-profiling-page__video--center {
    margin: 1.5rem 0 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__video--center {
    margin: 1.625rem 0 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .finish-self-profiling-page__video--center {
    margin: 1.875rem 0 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__video--center {
    margin: 2.25rem 0 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .finish-self-profiling-page__video--center {
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
    flex: 1 1 58.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__video--center {
    display: none;
  }
}
.finish-self-profiling-page__video--right {
  display: none;
}

@media (min-width: 63.96875em) {
  .finish-self-profiling-page__video--right {
    display: block;
    min-width: 100%;
    width: 100%;
  }
}
.finish-self-profiling-page__video__overflow {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.finish-self-profiling-page__video__overflow video {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.finish-self-profiling-page__action {
  margin: 1.875rem 0 1.25rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .finish-self-profiling-page__action {
    margin: 2.125rem 0 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .finish-self-profiling-page__action {
    margin: 2.375rem 0 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .finish-self-profiling-page__action {
    margin: 2.75rem 0 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .finish-self-profiling-page__action {
    margin: 3.75rem 0 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .finish-self-profiling-page__action {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.theme-selection-suggestion-page__head {
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
  display: flex;
  flex-direction: column;
  margin: 1.25rem 0 1.875rem;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head {
    margin: 1.5rem 0 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head {
    margin: 1.625rem 0 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .theme-selection-suggestion-page__head {
    margin: 1.875rem 0 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__head {
    margin: 2.25rem 0 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head {
    margin-top: 3.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head {
    margin-top: 4.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .theme-selection-suggestion-page__head {
    margin-top: 5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .theme-selection-suggestion-page__head {
    margin-top: 5.75rem;
  }
}
.theme-selection-suggestion-page__head__back {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Open Sans Bold";
  margin-bottom: 0.75rem;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head__back {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head__back {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .theme-selection-suggestion-page__head__back {
    margin-bottom: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__head__back {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head__back {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__head__back {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.theme-selection-suggestion-page__head__title {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__head__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head__title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .theme-selection-suggestion-page__head__title {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__head__title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__head__title {
    max-width: 65%;
    min-width: 65%;
    width: 65%;
    flex: 1 1 65%;
  }
}
.theme-selection-suggestion-page__form {
  margin-bottom: 1.25rem;
  width: 91.6666666667%;
  margin-left: 4.1666666667% !important;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__form {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .theme-selection-suggestion-page__form {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__form {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form {
    width: 83.3333333333%;
    margin-left: 8.3333333333% !important;
  }
}
.theme-selection-suggestion-page__form .vdma-radio-group:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form .vdma-radio-group:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .theme-selection-suggestion-page__form .vdma-radio-group:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .theme-selection-suggestion-page__form .vdma-radio-group:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .theme-selection-suggestion-page__form .vdma-radio-group:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}
.theme-selection-suggestion-page__form .vdma-form-group__actions {
  display: flex;
}

.theme-selection-suggestion-page__form .vdma-form-group__actions button, .theme-selection-suggestion-page__form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .theme-selection-suggestion-page__form .vdma-form-group__actions label {
  width: 100%;
}

@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions {
    align-items: center;
  }
  .theme-selection-suggestion-page__form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.125rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 63.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.25rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 89.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 47.96875em) and (min-width: 119.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions > *:not(:first-child) {
    margin-left: 1.75rem;
  }
}
@media (min-width: 47.96875em) {
  .theme-selection-suggestion-page__form .vdma-form-group__actions button, .theme-selection-suggestion-page__form .vdma-form-group__actions .personal-information-page__data-form__image-group label, .personal-information-page__data-form__image-group .theme-selection-suggestion-page__form .vdma-form-group__actions label {
    width: auto;
  }
}
.registration {
  display: flex;
  flex-direction: column;
}

@media (min-width: 89.96875em) {
  .registration {
    flex-direction: row-reverse;
  }
}
.registration-content {
  margin: 2.75rem auto;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .registration-content {
    margin: 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .registration-content {
    margin: 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .registration-content {
    margin: 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .registration-content {
    margin: 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .registration-content {
    width: 66.6666666667%;
  }
}
@media (min-width: 63.96875em) {
  .registration-content {
    width: 50%;
  }
}
@media (min-width: 89.96875em) {
  .registration-content {
    width: 37.5%;
  }
}
@media (min-width: 119.96875em) {
  .registration-content {
    width: 29.1666666667%;
  }
}
@media (min-width: 89.96875em) {
  .registration-content {
    width: 66.6666666667%;
  }
}
@media (min-width: 89.96875em) {
  .registration-content__router {
    margin-left: 12.5% !important;
    width: 75%;
  }
}
.registration-footer {
  background-color: #f4f3f0;
}

@media (min-width: 89.96875em) {
  .registration-footer {
    width: 33.3333333333%;
  }
}
.registration-information {
  background-color: #f4f3f0;
  margin: 1.875rem auto 2.75rem auto;
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
}

@media (min-width: 47.96875em) {
  .registration-information {
    margin: 2.125rem auto 3.5rem auto;
  }
}
@media (min-width: 63.96875em) {
  .registration-information {
    margin: 2.375rem auto 4.25rem auto;
  }
}
@media (min-width: 89.96875em) {
  .registration-information {
    margin: 2.75rem auto 5rem auto;
  }
}
@media (min-width: 119.96875em) {
  .registration-information {
    margin: 3.75rem auto 5.75rem auto;
  }
}
@media (min-width: 47.96875em) {
  .registration-information {
    width: 83.3333333333%;
  }
}
@media (min-width: 89.96875em) {
  .registration-information {
    margin: 5rem auto 5rem auto;
    margin-left: 25% !important;
    width: 62.5%;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .registration-information {
    margin: 5rem auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .registration-information {
    margin: 5rem auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .registration-information {
    margin: 5rem auto 5rem auto;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .registration-information {
    margin: 5.75rem auto 5.75rem auto;
  }
}
.registration-information__header {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .registration-information__header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__header {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__header {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.registration-information__advantages-info {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages-info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-info {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-info {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-info {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-info {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 47.96875em) {
  .registration-information__advantages-info {
    margin-right: auto;
    width: 80%;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-info {
    width: 70%;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info {
    margin-right: 0;
    width: 100%;
  }
}
.registration-information__advantages {
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages {
    flex-direction: row;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages {
    flex-direction: column;
  }
}
.registration-information__advantages-block {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages-block {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-block {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-block {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-block {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .registration-information__advantages-block {
    width: 40%;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-block {
    width: 100%;
  }
}
.registration-information__advantages-block-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.registration-information__advantages-block-item:not(:first-child) {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .registration-information__advantages-block-item:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.registration-information__advantages-block-item__logo {
  min-width: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #f18700;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.registration-information__advantages-block-item__logo svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #f18700;
  margin: auto;
}

.registration-information__advantages-block-item__message {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 1rem;
}

@media (min-width: 63.96875em) {
  .registration-information__advantages-block-item__message {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-block-item__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.registration-information__advantages-info-block {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 3.75rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 47.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 63.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 89.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 5rem;
  }
}
@media (min-width: 89.96875em) and (min-width: 119.96875em) {
  .registration-information__advantages-info-block {
    margin-top: 5.75rem;
  }
}
@media (min-width: 47.96875em) {
  .registration-information__advantages-info-block {
    width: 50%;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info-block {
    width: 100%;
  }
}
.registration-information__advantages-info-block__ref {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 63.96875em) {
  .registration-information__advantages-info-block__ref {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-info-block__ref {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.registration-information__advantages-info-block__ref:not(:first-child) {
  margin-top: 1.875rem;
}

@media (min-width: 47.96875em) {
  .registration-information__advantages-info-block__ref:not(:first-child) {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-information__advantages-info-block__ref:not(:first-child) {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-information__advantages-info-block__ref:not(:first-child) {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-information__advantages-info-block__ref:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.registration-information__advantages-info-block__ref a {
  font-family: "Open Sans Regular";
  white-space: nowrap;
}

.registration-form {
  display: flex;
  flex-direction: column;
}

.registration-form__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .registration-form__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-form__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-form__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-form__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.registration-form__subscription {
  letter-spacing: 0.015625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #333;
  margin-top: 0.75rem;
}

@media (min-width: 47.96875em) {
  .registration-form__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-form__subscription {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-form__subscription {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-form__subscription {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-form__subscription {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-form__subscription {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.registration-form__form {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-form__form {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-form__form {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-form__form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-form__form {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-form__form {
    width: 75%;
  }
}
.registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
  letter-spacing: 0.015625rem;
  font-size: 2.25rem;
  line-height: 3rem;
  color: #333;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__header, .registration-thanks__header, .registration-complete__header {
    width: 91.6666666667%;
  }
}
.registration-invalid-link__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__message {
    margin-top: 2.25rem;
  }
}
.registration-thanks__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-thanks__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-thanks__message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-thanks__message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-thanks__message {
    margin-top: 2.25rem;
  }
}
.registration-complete__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #333;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-complete__message {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-complete__message {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-complete__message {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-complete__message {
    margin-top: 2.25rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__message, .registration-thanks__message, .registration-complete__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__message, .registration-thanks__message, .registration-complete__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__message, .registration-thanks__message, .registration-complete__message {
    width: 75%;
  }
}
.registration-invalid-link__message span.bold, .registration-thanks__message span.bold, .registration-complete__message span.bold {
  font-family: "Open Sans Bold";
  word-break: break-all;
}

.registration-invalid-link__message span.bold--break-word, .registration-thanks__message span.bold--break-word, .registration-complete__message span.bold--break-word {
  word-break: keep-all;
}

.registration-invalid-link__buttons {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__buttons {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__buttons {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__buttons {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__buttons {
    margin-top: 3.75rem;
  }
}
.registration-thanks__buttons {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .registration-thanks__buttons {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-thanks__buttons {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-thanks__buttons {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-thanks__buttons {
    margin-top: 3.75rem;
  }
}
.registration-complete__buttons {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 47.96875em) {
  .registration-complete__buttons {
    margin-top: 2.125rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-complete__buttons {
    margin-top: 2.375rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-complete__buttons {
    margin-top: 2.75rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-complete__buttons {
    margin-top: 3.75rem;
  }
}
@media (min-width: 47.96875em) {
  .registration-invalid-link__buttons, .registration-thanks__buttons, .registration-complete__buttons {
    flex-direction: row;
  }
}
.registration-invalid-link__contact {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__contact {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__contact {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__contact {
    margin-top: 5.75rem;
  }
}
.registration-thanks__contact {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .registration-thanks__contact {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-thanks__contact {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-thanks__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-thanks__contact {
    margin-top: 5.75rem;
  }
}
.registration-complete__contact {
  margin-top: 2.75rem;
}

@media (min-width: 47.96875em) {
  .registration-complete__contact {
    margin-top: 3.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-complete__contact {
    margin-top: 4.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-complete__contact {
    margin-top: 5rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-complete__contact {
    margin-top: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__contact, .registration-thanks__contact, .registration-complete__contact {
    width: 58.3333333333%;
  }
}
.registration-invalid-link__contact-message, .registration-thanks__contact-message, .registration-complete__contact-message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__contact-message, .registration-thanks__contact-message, .registration-complete__contact-message {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__contact-message, .registration-thanks__contact-message, .registration-complete__contact-message {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__contact-message, .registration-thanks__contact-message, .registration-complete__contact-message {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__contact-message, .registration-thanks__contact-message, .registration-complete__contact-message {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.registration-invalid-link__contact-person {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__contact-person {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__contact-person {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__contact-person {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-invalid-link__contact-person {
    margin-top: 2.25rem;
  }
}
.registration-thanks__contact-person {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-thanks__contact-person {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-thanks__contact-person {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-thanks__contact-person {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-thanks__contact-person {
    margin-top: 2.25rem;
  }
}
.registration-complete__contact-person {
  width: 100%;
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-complete__contact-person {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-complete__contact-person {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-complete__contact-person {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-complete__contact-person {
    margin-top: 2.25rem;
  }
}
.registration-invalid-link__contact-person .article__contacts, .registration-thanks__contact-person .article__contacts, .registration-complete__contact-person .article__contacts {
  margin: 0 !important;
}

@media (min-width: 47.96875em) {
  .registration-invalid-link__contact-person .article__contacts, .registration-thanks__contact-person .article__contacts, .registration-complete__contact-person .article__contacts {
    width: 100%;
  }
}
@media (min-width: 63.96875em) {
  .registration-invalid-link__contact-person .article__contacts .article__contacts__user-image, .registration-thanks__contact-person .article__contacts .article__contacts__user-image, .registration-complete__contact-person .article__contacts .article__contacts__user-image {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    flex: 1 1 25%;
  }
}
@media (min-width: 89.96875em) {
  .registration-invalid-link__contact-person .article__contacts .article__contacts__user-image, .registration-thanks__contact-person .article__contacts .article__contacts__user-image, .registration-complete__contact-person .article__contacts .article__contacts__user-image {
    max-width: 28.5714285714%;
    min-width: 28.5714285714%;
    width: 28.5714285714%;
    flex: 1 1 28.5714285714%;
  }
}
.registration-password__header {
  letter-spacing: 0.015625rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 47.96875em) {
  .registration-password__header {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-password__header {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-password__header {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-password__header {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
.registration-password__message {
  letter-spacing: 0.015625rem;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.75rem;
  color: #333;
}

@media (min-width: 47.96875em) {
  .registration-password__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-password__message {
    margin-top: 0.875rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-password__message {
    margin-top: 1rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-password__message {
    margin-top: 1.25rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-password__message {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-password__message {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
.registration-password__form {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-password__form {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-password__form {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-password__form {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-password__form {
    margin-top: 2.25rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-password__form {
    width: 75%;
  }
}
.registration-password__form__password-strength {
  margin-top: 1.25rem;
}

@media (min-width: 47.96875em) {
  .registration-password__form__password-strength {
    margin-top: 1.5rem;
  }
}
@media (min-width: 63.96875em) {
  .registration-password__form__password-strength {
    margin-top: 1.625rem;
  }
}
@media (min-width: 89.96875em) {
  .registration-password__form__password-strength {
    margin-top: 1.875rem;
  }
}
@media (min-width: 119.96875em) {
  .registration-password__form__password-strength {
    margin-top: 2.25rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0 ;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0 ;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem ;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem ;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem ;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem ;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem ;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem ;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem ;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem ;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem ;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem ;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
/* The dynamic spaces. */
:root {
  --ds100: 0.125rem;
  --ds200: 0.25rem;
  --ds300: 0.5rem;
  --ds400: 0.75rem;
  --ds450: 1rem;
  --ds500: 1.25rem;
  --ds600: 1.875rem;
  --ds700: 2.75rem;
  --ds800: 3.75rem;
}

@media (min-width: 47.96875em) {
  :root {
    --ds400: 0.875rem;
    --ds450: 1.125rem;
    --ds500: 1.5rem;
    --ds600: 2.125rem;
    --ds700: 3.5rem;
    --ds800: 5rem;
  }
}
@media (min-width: 63.96875em) {
  :root {
    --ds400: 0.875rem;
    --ds450: 1.25rem;
    --ds500: 1.625rem;
    --ds600: 2.375rem;
    --ds700: 4.25rem;
    --ds800: 5.75rem;
  }
}
@media (min-width: 89.96875em) {
  :root {
    --ds400: 1rem;
    --ds450: 1.5rem;
    --ds500: 1.875rem;
    --ds600: 2.75rem;
    --ds700: 5rem;
    --ds800: 6.875rem;
  }
}
@media (min-width: 119.96875em) {
  :root {
    --ds400: 1.25rem;
    --ds450: 1.75rem;
    --ds500: 2.25rem;
    --ds600: 3.75rem;
    --ds700: 5.75rem;
    --ds800: 8.75rem;
  }
}
.vdma-consulting-network .header-float__main-logo img {
  width: auto;
  height: 100px;
  margin-top: 2rem;
}

/*
* These variables was extracted from vdma/variables.css to avoid vdma styles duplication.
* To be refactored and merged into styles.css in a near future.
* Please do not copy any *.scss to the 'vdma' folder anymore as styles.css already contains all vdma styles compiled in a single file.
*/
/* End of variables.css extraction. Please remove this block and all corresponding 'macro' styles after refactoring */
header {
  z-index: 980;
}

.dropdown-menu-indicator-start .dropdown-header, .dropdown-menu-indicator-start .dropdown-subheader, .dropdown-menu-indicator-start .dropdown-caption, .dropdown-menu-indicator-start .dropdown-item {
  height: auto;
}

html.vdma-new-eu-theme body {
  /* For events */
}
html.vdma-new-eu-theme body .portlet-options-dropdown button {
  font-family: var(--font-family-base, system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-size: 14px;
  font-weight: 400;
  color: rgb(28, 28, 36);
}
html.vdma-new-eu-theme body .portlet-options-dropdown button .dropdown-item-indicator-start {
  width: 14px !important;
  height: 14px !important;
  top: 18px;
}
html.vdma-new-eu-theme body .portlet-options-dropdown button .lexicon-icon {
  width: 14px !important;
  height: 14px !important;
  color: rgb(28, 28, 36);
  fill: rgb(28, 28, 36);
}
html.vdma-new-eu-theme body .portlet-header {
  display: none;
}
html.vdma-new-eu-theme body .icon-group:before {
  content: none;
}
html.vdma-new-eu-theme body .control-menu {
  position: relative;
  z-index: 10000;
}
html.vdma-new-eu-theme body .header-float__main__nav label {
  display: initial;
  margin-top: 0;
  margin-bottom: 0;
}
html.vdma-new-eu-theme body .header-float__main__nav svg + label {
  margin-left: 0.5rem;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang {
  text-transform: uppercase;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang a {
  color: #a0c8de;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang .portlet-header {
  display: none;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang div, html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang section {
  padding: 0;
  margin: 0;
  border: none;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang .language-entry-short-text {
  padding: 0;
}
html.vdma-new-eu-theme body .header-float__main__nav-menu-ref__lang .language-entry-short-text:last-child {
  margin-left: var(--ds300);
}
html.vdma-new-eu-theme body a.textlink, html.vdma-new-eu-theme body a.textlink:link, html.vdma-new-eu-theme body a.textlink:visited, html.vdma-new-eu-theme body a.textlink:hover, html.vdma-new-eu-theme body a.textlink:active {
  text-decoration: none;
  color: #222F5B;
}
html.vdma-new-eu-theme body a.textlink.textlink--red, html.vdma-new-eu-theme body a.textlink.textlink--red:link, html.vdma-new-eu-theme body a.textlink.textlink--red:visited, html.vdma-new-eu-theme body a.textlink.textlink--red:hover, html.vdma-new-eu-theme body a.textlink.textlink--red:active {
  color: #c13828;
}
html.vdma-new-eu-theme body .textlink-text a, html.vdma-new-eu-theme body .textlink-text a:link, html.vdma-new-eu-theme body .textlink-text a:visited, html.vdma-new-eu-theme body .textlink-text a:hover, html.vdma-new-eu-theme body .textlink-text a:active {
  text-decoration: none;
  color: #222F5B;
}
html.vdma-new-eu-theme body .service-article__header__link a.textlink {
  color: #fff;
}
html.vdma-new-eu-theme body .header-login a.textlink,
html.vdma-new-eu-theme body .header-login a.textlink:link,
html.vdma-new-eu-theme body .header-login a.textlink:visited,
html.vdma-new-eu-theme body .header-login a.textlink:hover,
html.vdma-new-eu-theme body .header-login a.textlink:active {
  color: inherit;
}
html.vdma-new-eu-theme body .portlet-column,
html.vdma-new-eu-theme body .portlet-content {
  padding: 0;
  margin: 0;
}
html.vdma-new-eu-theme body .dropdown-menu {
  z-index: 10000;
}
html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-navigation,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-navigation,
html.vdma-new-eu-theme body .footer-lower .portlet-navigation {
  width: 100%;
}
html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-navigation .portlet-header,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-navigation .portlet-header,
html.vdma-new-eu-theme body .footer-lower .portlet-navigation .portlet-header {
  display: none;
}
html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-navigation .portlet,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-navigation .portlet,
html.vdma-new-eu-theme body .footer-lower .portlet-navigation .portlet {
  margin-bottom: 0;
}
html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-content,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-content,
html.vdma-new-eu-theme body .footer-lower .portlet-content {
  padding: 0;
}
html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-content p, html.vdma-new-eu-theme body .footer-list__suggestion-group .portlet-content ul,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-content p,
html.vdma-new-eu-theme body .header-list__suggestion-group .portlet-content ul,
html.vdma-new-eu-theme body .footer-lower .portlet-content p,
html.vdma-new-eu-theme body .footer-lower .portlet-content ul {
  margin-bottom: 0;
}
html.vdma-new-eu-theme body .footer-lower ul {
  margin: 0;
}
html.vdma-new-eu-theme body .footer-list label, html.vdma-new-eu-theme body .footer-socials label {
  display: inline;
}
html.vdma-new-eu-theme body .footer-socials p {
  margin: 0;
}
html.vdma-new-eu-theme body .footer-socials .footer-social__item i.icon-group + label {
  margin-bottom: 0;
}
html.vdma-new-eu-theme body .footer-lists *,
html.vdma-new-eu-theme body .header-float * {
  letter-spacing: 0.25px;
}
html.vdma-new-eu-theme body .breadcrumbs {
  margin: 0;
}
html.vdma-new-eu-theme body .color-red-100 {
  color: #c13828;
}
html.vdma-new-eu-theme body .portlet-content-editable {
  border-style: none;
  border-width: 0;
}
html.vdma-new-eu-theme body .vdma-toast {
  z-index: 1000;
}
html.vdma-new-eu-theme body .vdma-input-disabled {
  pointer-events: none;
  background-color: #eee;
}
html.vdma-new-eu-theme body span.language-entry-short-text {
  color: white;
}

.dropdown-menu .dropdown-item {
  height: auto;
}

.dropdown-menu .list-unstyled a.dropdown-item {
  font-family: var(--font-family-base, system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol");
  font-size: 14px;
  font-weight: 400;
  color: rgb(28, 28, 36);
}

/* VOW-4464 */
div.portlet-boundary_org_vdma_podigee_portlet_PodigeePortlet_ .portlet-body iframe {
  min-height: 300px;
}

@media (max-width: 876px) {
  div.portlet-boundary_org_vdma_podigee_portlet_PodigeePortlet_ .portlet-body iframe {
    min-height: 420px;
  }
}
@media (max-width: 850px) {
  div.portlet-boundary_org_vdma_podigee_portlet_PodigeePortlet_ .portlet-body iframe {
    min-height: 500px;
  }
}
/* ~VOW-4464 */