@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes zoom {
  0% {
    height: 120%;
    opacity: 0; }
  80% {
    height: 100%;
    opacity: 1; }
  100% {
    height: 100%;
    opacity: 1; } }
@keyframes ml {
  from {
    opacity: 0;
    margin-left: -300px; }
  to {
    opacity: 1;
    margin-left: 0px; } }
@keyframes mr {
  from {
    opacity: 0;
    margin-left: 1900px; }
  to {
    opacity: 1;
    margin-right: 0px; } }
@keyframes mb {
  from {
    opacity: 0;
    transform: translateY(300px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes fade-logo {
  0% {
    transform: translate(-50%, -50%);
    opacity: 0;
    top: -800px;
    left: 50%; }
  50% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
    top: 50%;
    left: 50%; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in1 {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes width {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 75%;
    opacity: 1; } }
@keyframes height {
  from {
    height: 0;
    opacity: 0; }
  to {
    height: 100%;
    opacity: 1; } }
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* $font-pl: 'Roboto Flex', sans-serif; */
:root {
  --bs-dropdown-border-radius:0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 62.5%; }

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #425059;
  margin: 1em 0;
  padding: 0; }

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical; }

.row {
  margin-left: 0;
  margin-right: 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem; }
  @media (min-width: 1601px) {
    body {
      font-size: 1.8rem; } }

.no-js body,
.touch body {
  opacity: 1; }

.loader {
  opacity: 0; }

h1 {
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
  color: #d44744;
  margin: 0 1rem 2rem 0; }
  h1 em {
    font-size: 2rem;
    font-style: normal; }
  @media (min-width: 992px) {
    h1 {
      margin: 0 1rem 3rem 0;
      font-size: 3.5rem; } }
  @media (min-width: 1601px) {
    h1 {
      font-size: 4rem; } }

h2 {
  font-size: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #d44744;
  line-height: 1em; }
  @media (min-width: 1500px) {
    h2 {
      font-size: 3rem; } }
  h2.underline {
    position: relative;
    color: #000; }
    h2.underline::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: 10px;
      left: 0; }
  h2 strong {
    font-size: 2rem;
    font-weight: 400; }
    @media (min-width: 1500px) {
      h2 strong {
        font-size: 2.6rem; } }
  h2 em {
    font-style: normal;
    font-size: 2rem; }
    @media (min-width: 1500px) {
      h2 em {
        font-size: 2.6rem; } }
  h2.uppercase {
    text-transform: uppercase; }

h3 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px 0 10px 0;
  color: #000;
  font-weight: 400; }
  @media (min-width: 1500px) {
    h3 {
      font-size: 2.2rem; } }

h4 {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #000; }
  @media (min-width: 1500px) {
    h4 {
      font-size: 2rem; } }

.lined {
  position: relative; }
  .lined:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    z-index: 0; }
  .lined span {
    display: inline-block;
    background-color: #f2f2f2;
    z-index: 2;
    position: relative;
    padding: 20px; }

a {
  color: #d44744;
  text-decoration: none;
  opacity: 1; }
  a:hover {
    text-decoration: none;
    opacity: 0.6; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: 300;
  text-align: justify; }
  @media (min-width: 1601px) {
    p {
      font-size: 1.8rem; } }

ul li {
  font-family: "Roboto", sans-serif; }

strong {
  font-family: "Roboto", sans-serif;
  font-weight: 600; }

.strong {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

p.big {
  font-size: 22px !important;
  line-height: 30px !important; }
  @media (min-width: 1500px) {
    p.big {
      font-size: 28px !important;
      line-height: 35px !important; } }

.font-14 {
  font-size: 14px !important; }

.note {
  font-size: 1.6rem !important;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic; }

.font-16 {
  font-size: 16px !important; }

.font-20 {
  font-size: 2rem !important; }

.font-30 {
  font-size: 3rem !important;
  font-family: "Roboto Condensed", sans-serif; }

i.small,
p.small {
  font-size: 14px !important;
  line-height: 20px !important; }

.text-black {
  color: #000 !important; }
  .text-black h2 {
    color: #000; }

.text-white {
  color: #fff !important; }
  .text-white h2 {
    color: #fff !important; }

.no-slide {
  padding-top: 150px; }

.ml-5 {
  margin-left: 0; }
  @media (min-width: 768px) {
    .ml-5 {
      margin-left: 50px; } }

.p-50 {
  padding: 50px; }

/* ==========================================================================
   Custom classes
   ========================================================================== */
.wrapper {
  margin: 0 10px; }
  @media (min-width: 430px) {
    .wrapper {
      margin: 0 40px; } }
  @media (min-width: 1400px) {
    .wrapper {
      margin: 0px 5% 0px 5%; } }
  @media (min-width: 1900px) {
    .wrapper {
      max-width: 1400px;
      margin: auto; } }
  .wrapper h1 {
    max-width: 1200px; }
    .wrapper h1 em {
      display: block; }

main {
  margin-top: 120px;
  padding-top: 10px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    main {
      margin-top: 120px; } }
  main span {
    font-size: 16px; }

.welcome {
  background-color: #f1f1f1;
  padding: 40px; }

.info-note {
  font-size: 1.4rem;
  font-style: italic !important; }
  .info-note p {
    font-size: 1.4rem !important;
    font-style: italic; }

.bgr-gray {
  background-color: #e4e4e4;
  padding-bottom: 100px; }

.bgr-blue {
  background-color: #27a8e0;
  color: #fff; }
  .bgr-blue h1,
  .bgr-blue h2,
  .bgr-blue p {
    color: #fff; }
  .bgr-blue a {
    color: #fff; }

.breadcrumbs {
  margin: 10px 0 20px 0px;
  font-size: 14px;
  opacity: 0.5;
  width: 90%; }
  .breadcrumbs a {
    color: #000; }

.main-content {
  padding: 0 10px 0px 10px; }
  @media (min-width: 768px) {
    .main-content {
      padding: 0 40px 0px 40px;
      border-left: 4px solid #a63437; } }
  .main-content ul {
    list-style-type: none; }
    .main-content ul li {
      position: relative;
      padding: 0px 10px 5px 30px;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      font-weight: 300; }
      @media (min-width: 1400px) {
        .main-content ul li {
          font-size: 1.4rem; } }
      .main-content ul li a {
        color: #fff; }
      .main-content ul li::before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #e4e4e4;
        position: absolute;
        top: 10px;
        left: 0; }
  .main-content ol li {
    position: relative;
    padding: 0px 5px 10px 5px;
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem; }
    @media (min-width: 1400px) {
      .main-content ol li {
        font-size: 1.8rem; } }
  .main-content ol li::marker {
    font-size: 22px !important;
    font-weight: 200;
    color: #d44744; }
  .main-content p {
    font-size: 1.4rem; }
    @media (min-width: 1400px) {
      .main-content p {
        font-size: 1.4rem; } }
  .main-content .read-more {
    color: #a63437;
    text-transform: uppercase;
    font-size: 1.4rem; }

.volume-content-in {
  display: block; }
  @media (min-width: 430px) {
    .volume-content-in {
      display: flex;
      flex-wrap: wrap;
      padding-top: 40px; } }
  .volume-content-in .card {
    width: 23%;
    border: 0;
    border-radius: 0;
    background-color: #e4e4e4;
    margin: 10px; }
    .volume-content-in .card .card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between !important; }
      .volume-content-in .card .card-body p {
        font-size: 1.4rem;
        color: #000 !important; }
      .volume-content-in .card .card-body .view-issue {
        font-size: 1.4rem;
        margin-top: 5px;
        text-transform: uppercase; }

footer {
  background-color: #e4e4e4;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  color: #000;
  padding: 50px 0 50px 0;
  position: relative; }
  @media (min-width: 1400px) {
    footer {
      padding: 50px 0 50px 0; } }
  footer .footer-logo {
    display: flex; }
    footer .footer-logo img {
      width: 100px; }
      @media (min-width: 768px) {
        footer .footer-logo img {
          width: 150px; } }
    footer .footer-logo h3 {
      margin-bottom: 20px;
      margin-top: 15px;
      font-size: 1.2rem;
      line-height: 1.2rem;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      padding-left: 5px;
      padding-top: 0px;
      font-weight: 600;
      width: 150px;
      color: #a63437; }
      @media (min-width: 1400px) {
        footer .footer-logo h3 {
          font-size: 1.5rem;
          line-height: 1.5rem; } }
  footer .copyright {
    width: 100%;
    position: absolute;
    bottom: 20px;
    opacity: 0.8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px; }
  footer .mt-70 {
    display: inline-block; }
    @media (min-width: 768px) {
      footer .mt-70 {
        margin-top: 70px; } }
  footer .wrapper {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px; }
    footer .wrapper h5 {
      font-size: 24px;
      margin-bottom: 40px; }
    footer .wrapper p {
      font-size: 14px; }
    footer .wrapper ul {
      padding-left: 0; }
      footer .wrapper ul li {
        list-style: none;
        font-size: 14px; }
    footer .wrapper .col1 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col1 {
          width: 40%; } }
    footer .wrapper .col2 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col2 {
          width: 50%; } }
    footer .wrapper .col3 {
      width: 100%; }
      @media (min-width: 768px) {
        footer .wrapper .col3 {
          width: 20%; } }
  footer a {
    color: #000; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.transp {
  background-color: transparent !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.show {
  display: block !important; }

.hide {
  display: none !important;
  visibility: hidden; }

.opacity-0 {
  opacity: 0; }

.opacity-zero {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0; }
  @media (min-width: 430px) {
    .opacity-zero {
      opacity: 1; } }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.absolute {
  position: relative !important; }

.pt-80 {
  padding-top: 20px; }
  @media (min-width: 992px) {
    .pt-80 {
      padding-top: 140px !important; } }
  @media (min-width: 1500px) {
    .pt-80 {
      padding-top: 180px !important; } }

.min-vh {
  margin-top: 100px;
  min-height: 55vh;
  position: relative; }
  @media (min-width: 767px) {
    .min-vh {
      min-height: 70vh; } }
  .min-vh .transp {
    padding: 0; }

.v-al {
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.flex-equal > * {
  flex: 1; }

@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1; } }
.loading {
  height: 100vh;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; }
  .loading .loader {
    position: absolute;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 4000;
    animation: loader 1s;
    background-color: #fff; }
    .loading .loader img {
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 300px;
      opacity: 1 !important; }
    @media (min-width: 1400px) {
      .loading .loader img {
        width: 400px; } }
@keyframes loader {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 1; } }
  .loading main,
  .loading .site-header,
  .loading .breadcrumbs,
  .loading footer {
    opacity: 0 !important; }

footer {
  animation: fade 1.2s; }

.site-header,
.breadcrumbs {
  animation: fade 0.5s; }

main {
  animation: fade 0.5s; }

@keyframes animete-left {
  0% {
    transform: translate(-2000px, 0); }
  70% {
    transform: translate(-2000px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes animete-clip {
  0% {
    right: 0;
    transform: translate(-3000px, 0);
    opacity: 0; }
  50% {
    transform: translate(-3000px, 0);
    right: 0;
    opacity: 0; }
  100% {
    transform: translate(auto, 0);
    right: 0;
    left: auto;
    opacity: 1; } }
@keyframes animete-top {
  0% {
    transform: translate(0, -1000px);
    opacity: 0; }
  70% {
    transform: translate(0, -1000px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes animete-right {
  0% {
    transform: translate(2000px, 0); }
  70% {
    transform: translate(2000px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes animete-right1 {
  0% {
    right: -100%; }
  100% {
    right: -10%; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  border-bottom: 1px solid #e4e4e4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header .search-menu {
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 40px;
    transform: 0.5s;
    overflow: hidden;
    margin: auto; }
    @media (min-width: 768px) {
      header .search-menu {
        position: absolute;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%;
        right: 100px;
        top: 50%;
        width: 250px;
        height: 40px; } }
    header .search-menu .icon-close {
      display: none; }
    header .search-menu .search-in {
      position: relative;
      width: 100%;
      height: 30px;
      margin: auto;
      border-radius: 40px;
      background-color: #e4e4e4; }
      header .search-menu .search-in .btn-search {
        border: 0;
        top: 2px;
        right: 8px;
        width: 25px;
        height: 25px;
        display: flex;
        z-index: 1000;
        cursor: pointer;
        position: absolute;
        border-radius: 60px;
        align-items: center;
        justify-content: center;
        font-size: 0;
        background-color: transparent; }
        header .search-menu .search-in .btn-search::before {
          content: "";
          width: 15px;
          height: 15px;
          position: absolute;
          border-radius: 50%;
          border: 2px solid #a63437;
          transform: translate(-3px, -3px); }
        header .search-menu .search-in .btn-search::after {
          content: "";
          width: 2px;
          height: 10px;
          position: absolute;
          background: #a63437;
          transform: translate(6px, 6px) rotate(315deg); }
      header .search-menu .search-in form {
        width: 80%;
        margin: auto;
        max-width: 600px; }
      header .search-menu .search-in input {
        top: 0;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        padding: 5px 0;
        background-color: transparent; }
        header .search-menu .search-in input::active {
          background-color: #fff; }
    header .search-menu.active {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }
      header .search-menu.active .search-in {
        background-color: #dbdbdb;
        border: 1px solid #d9d9d9; }
      header .search-menu.active .icon-close {
        position: absolute;
        top: -5px;
        right: 0px;
        font-size: 20px;
        display: block;
        cursor: pointer; }
  header .logo-container {
    margin: 0 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    header .logo-container a {
      display: flex;
      align-items: center !important; }
      header .logo-container a .logo img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 150px;
        padding: 10px 0; }
        @media (min-width: 768px) {
          header .logo-container a .logo img {
            width: 205px; } }
      header .logo-container a h1 {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        padding-left: 15px;
        padding-top: 5px;
        font-weight: 600;
        color: #a63437; }
  header .wrapper {
    position: relative; }
  header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1; }
  header.scroll .logo-container a .logo img {
    width: 40px; }
  header.scroll .logo-container a h1 {
    font-size: 0.9rem;
    line-height: 0.9rem;
    width: 80px;
    padding-top: 2px; }
  header.scroll .language {
    padding-top: 2px; }
  header.scroll .top-bar {
    height: 35px; }
    header.scroll .top-bar .search-menu {
      transform: scale(0.7) translate(0, -10px); }
  header.scroll .navbar-toggler {
    right: 20px;
    top: 60px; }
  header.scroll .nav-item {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    margin-right: 15px;
    font-size: 1.6rem !important; }
    @media (min-width: 992px) {
      header.scroll .nav-item {
        font-size: 1.4rem !important; } }
    @media (min-width: 1200px) {
      header.scroll .nav-item {
        font-size: 1.6rem !important; } }
    @media (min-width: 1500px) {
      header.scroll .nav-item {
        font-size: 2rem !important; } }

.left-menu {
  padding: 0 0 0 5px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .left-menu {
      min-width: 200px; } }
  @media (min-width: 1400px) {
    .left-menu {
      min-width: 205px; } }
  .left-menu h4 {
    display: none;
    padding-left: 10px;
    font-size: 2.2rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .left-menu h4 {
        display: block; } }

.dropdown {
  border: 0; }
  .dropdown .dropdown-toggle {
    background-color: #a63437;
    color: #fff; }
    @media (min-width: 768px) {
      .dropdown .dropdown-toggle {
        display: none !important; } }
  .dropdown .dropdown-menu {
    --bs-dropdown-border-color: #fff;
    border: 0;
    --bs-accordion-border-color: transparent;
    border-radius: 0;
    --bs-accordion-inner-border-radius:0; }
    @media (min-width: 768px) {
      .dropdown .dropdown-menu {
        display: block !important;
        position: relative;
        z-index: 1; } }
    .dropdown .dropdown-menu .accordion-item .accordion-button {
      padding: 4px 10px;
      color: #000;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      border-bottom: 1px solid #f1f1f1; }
      @media (min-width: 1400px) {
        .dropdown .dropdown-menu .accordion-item .accordion-button {
          font-size: 1.8rem; } }
    .dropdown .dropdown-menu .accordion-item .accordion-button:not(.collapsed) {
      background-color: #a63437;
      color: #fff; }
    .dropdown .dropdown-menu.show {
      width: 100%; }
    @media (max-width: 768px) {
      .dropdown .dropdown-menu .accordion-item .collapse:not(.show) {
        display: block !important; }
      .dropdown .dropdown-menu .collapse ul {
        display: flex;
        flex-wrap: wrap; } }
    .dropdown .dropdown-menu .accordion-body {
      padding: 5px 0; }
      .dropdown .dropdown-menu .accordion-body .list-group {
        --bs-list-group-border-width: 0;
        list-style-type: none;
        padding-left: 0; }
        .dropdown .dropdown-menu .accordion-body .list-group .list-group-item {
          font-size: 1.4rem;
          position: relative;
          padding: 2px 0px 2px 10px;
          margin: 2px 0;
          font-family: "Roboto", sans-serif;
          font-size: 1.6rem;
          font-weight: 300;
          list-style: none;
          background-color: #fff; }
          .dropdown .dropdown-menu .accordion-body .list-group .list-group-item a {
            padding-left: 5px;
            white-space: nowrap;
            color: #888888; }
          @media (min-width: 1400px) {
            .dropdown .dropdown-menu .accordion-body .list-group .list-group-item {
              font-size: 1.6rem; } }
          .dropdown .dropdown-menu .accordion-body .list-group .list-group-item.active a {
            color: #000;
            font-weight: 700; }

.accents {
  padding: 0px 0;
  position: relative; }
  @media (min-width: 768px) {
    .accents {
      max-width: 50%; } }
  .accents .wrapper {
    width: 100%;
    margin: 0; }
  .accents h1 {
    margin: 0 40px 20px 40px; }
    @media (min-width: 992px) {
      .accents h1 {
        margin: 0 40px; } }
  .accents h2 {
    font-weight: 400;
    height: 115px;
    text-transform: uppercase; }
  .accents .slider-acc {
    display: flex;
    justify-content: center;
    flex: 1 100%;
    flex-wrap: wrap; }
    .accents .slider-acc .slick-list {
      margin: 0 0px;
      width: 100%; }
      @media (min-width: 992px) {
        .accents .slider-acc .slick-list {
          margin: 0 50px; } }
    .accents .slider-acc .slick-track {
      display: flex;
      width: 100%; }
    .accents .slider-acc .slick-slide {
      padding: 0px 40px 0px 40px;
      display: flex;
      flex: 1 1 auto !important;
      justify-content: center;
      flex-wrap: wrap; }
      .accents .slider-acc .slick-slide p {
        color: #000;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 300; }
      .accents .slider-acc .slick-slide h2 {
        color: #6d9e00; }
      .accents .slider-acc .slick-slide a {
        background-color: #b2c194;
        padding: 5px 10px;
        display: inline-block;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-weight: 600; }
      .accents .slider-acc .slick-slide .acc_img {
        width: 100%;
        height: 130px;
        text-align: center; }
        .accents .slider-acc .slick-slide .acc_img img {
          max-width: 110px;
          margin: auto; }
    .accents .slider-acc .slick-next {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 40%;
      right: 0px;
      left: auto;
      background-color: transparent;
      border: 0;
      font-size: 0; }
      @media (min-width: 430px) {
        .accents .slider-acc .slick-next {
          right: 20px;
          width: 60px;
          height: 60px; } }
      .accents .slider-acc .slick-next:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .accents .slider-acc .slick-prev {
      transform: rotate(180deg);
      position: absolute;
      width: 40px;
      height: 40px;
      top: 40%;
      left: 0px;
      background-color: transparent;
      border: 0;
      font-size: 0; }
      @media (min-width: 430px) {
        .accents .slider-acc .slick-prev {
          left: 20px;
          width: 60px;
          height: 60px; } }
      .accents .slider-acc .slick-prev:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }

.news {
  margin: auto;
  max-width: 1400px;
  padding: 50px 20px 0 20px; }
  @media (min-width: 768px) {
    .news {
      padding: 50px 40px; } }
  .news h1 {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .news .news-slide {
      margin-left: -40px;
      margin-right: -40px; } }
  .news .news-slide .slick-next,
  .news .news-slide .slick-prev {
    border: 0;
    margin-top: -40px;
    background-color: #a63437;
    width: 30px;
    height: 30px;
    font-size: 0;
    opacity: 0.5; }
  .news .news-slide .slick-next {
    position: absolute;
    right: 40px;
    top: 0%;
    z-index: 10; }
    .news .news-slide .slick-next::before {
      top: 5px;
      position: absolute;
      left: 6px;
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 100%; }
  .news .news-slide .slick-prev {
    position: absolute;
    right: 80px;
    top: 0%;
    z-index: 10; }
    .news .news-slide .slick-prev::before {
      position: absolute;
      left: 4px;
      top: 5px;
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
      background-repeat: repeat;
      background-size: 100%; }
  .news .news-info {
    padding: 0 0px; }
    @media (min-width: 430px) {
      .news .news-info {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .news .news-info {
        padding: 0 40px; } }
    .news .news-info .news-date {
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      color: #d44744; }
      @media (min-width: 1500px) {
        .news .news-info .news-date {
          font-size: 1.4rem; } }
    .news .news-info img {
      width: 100%;
      max-width: auto; }
    .news .news-info p {
      font-weight: 300; }
  .news h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0 0px 0; }
    @media (min-width: 768px) {
      .news h3 {
        width: 80%; } }
  .news a {
    color: #000; }
    .news a:hover {
      color: #000; }

.content-resume {
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-top: 0px; }
  @media (min-width: 768px) {
    .content-resume {
      width: 50%; } }
  .content-resume h1,
  .content-resume h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .content-resume p {
    max-width: 650px;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif; }
  @media (min-width: 992px) {
    .content-resume {
      padding-left: 50px;
      padding-right: 0px; } }
  .content-resume .wrapper {
    max-width: 1600px;
    margin: 50px auto; }
    @media (min-width: 992px) {
      .content-resume .wrapper {
        margin: 100px auto; } }

.home-content {
  position: relative; }
  .home-content p {
    margin-bottom: 5px; }

.home-products {
  margin: auto;
  max-width: 1400px;
  padding: 50px 20px 0 20px; }
  @media (min-width: 768px) {
    .home-products {
      padding: 50px 40px; } }
  .home-products h1 {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .home-products {
      padding: 50px 40px;
      margin: 0px auto 100px auto; } }
  @media (min-width: 1500px) {
    .home-products {
      padding: 100px 40px;
      margin: 0 auto 0px auto; } }
  .home-products .home-prod-title {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #d44744; }
    @media (min-width: 992px) {
      .home-products .home-prod-title {
        font-size: 2.5rem; } }
    @media (min-width: 1500px) {
      .home-products .home-prod-title {
        font-size: 3rem; } }
  .home-products .home-prod-container {
    display: flex;
    flex-wrap: wrap; }
    .home-products .home-prod-container .prod-box {
      text-align: left;
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      padding-top: 50px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .home-products .home-prod-container .prod-box {
          padding-left: 20px;
          padding-right: 20px;
          width: 50%; } }
      @media (min-width: 992px) {
        .home-products .home-prod-container .prod-box {
          width: 25%; } }
      @media (min-width: 1500px) {
        .home-products .home-prod-container .prod-box {
          max-width: 320px;
          width: 20%; } }
      .home-products .home-prod-container .prod-box a {
        background-color: #ffffff;
        align-items: flex-start !important;
        opacity: 1 !important;
        color: #000;
        height: 100%;
        display: flex;
        flex-direction: column; }
      .home-products .home-prod-container .prod-box p {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif; }
      .home-products .home-prod-container .prod-box .prod-name {
        font-size: 20px;
        line-height: 24px;
        color: #6d9e00;
        font-weight: 600;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: "Raleway", sans-serif; }
        .home-products .home-prod-container .prod-box .prod-name span {
          display: block;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 200; }
      .home-products .home-prod-container .prod-box .prod-resume {
        margin-bottom: auto;
        width: 100%;
        flex-grow: 1 !important;
        padding: 10px 0px 20px 0px; }
      .home-products .home-prod-container .prod-box .card-price,
      .home-products .home-prod-container .prod-box .card-date {
        font-size: 16px;
        font-weight: 400; }
        .home-products .home-prod-container .prod-box .card-price span,
        .home-products .home-prod-container .prod-box .card-date span {
          text-transform: uppercase;
          font-size: 16px;
          font-family: "Raleway", sans-serif;
          color: #849098;
          display: inline; }
        .home-products .home-prod-container .prod-box .card-price p,
        .home-products .home-prod-container .prod-box .card-date p {
          font-family: "Roboto", sans-serif;
          display: inline !important;
          font-size: 18px;
          font-weight: 400;
          padding: 0; }
          .home-products .home-prod-container .prod-box .card-price p strong,
          .home-products .home-prod-container .prod-box .card-date p strong {
            font-weight: 400;
            color: #a63437;
            font-family: "Roboto", sans-serif; }
      .home-products .home-prod-container .prod-box .card-price {
        margin-top: auto !important; }
      .home-products .home-prod-container .prod-box .card-button {
        margin-top: auto;
        text-align: left;
        padding: 5px 0px;
        color: #6d9e00;
        font-size: 1.6rem;
        position: relative;
        display: inline-flex !important; }
        .home-products .home-prod-container .prod-box .card-button::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          background-color: #6d9e00;
          bottom: 0; }
      .home-products .home-prod-container .prod-box .prod-img {
        margin-bottom: auto;
        width: 100%;
        max-height: 340px;
        text-align: center;
        overflow: hidden;
        position: relative; }
        .home-products .home-prod-container .prod-box .prod-img img {
          width: 100%; }
        .home-products .home-prod-container .prod-box .prod-img .places {
          color: #ffffff;
          font-family: "Raleway", sans-serif;
          text-transform: uppercase;
          top: 10px;
          position: absolute;
          background-color: #a63437;
          padding: 2px 10px; }
          .home-products .home-prod-container .prod-box .prod-img .places span {
            font-size: 16px;
            font-weight: 400; }
          .home-products .home-prod-container .prod-box .prod-img .places .bi-person-raised-hand {
            display: none; }

.page {
  margin-top: 150px; }
  @media (min-width: 992px) {
    .page {
      margin-top: 155px; } }
  @media (min-width: 1400px) {
    .page {
      margin-top: 180px; } }
  .page .page-summary {
    position: relative;
    margin-bottom: 50px; }
    .page .page-summary .page-sum-img {
      max-width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .page .page-summary .page-sum-img {
          display: block; } }
    .page .page-summary .page-summary-info {
      background-color: #fff;
      padding: 0px;
      width: 100%; }
      @media (min-width: 768px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          top: 10%;
          left: 10%;
          width: 90%; } }
      @media (min-width: 992px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 60%; } }
      @media (min-width: 1400px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 50%; } }
      @media (min-width: 1700px) {
        .page .page-summary .page-summary-info {
          padding: 50px;
          position: absolute;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%;
          left: 70%;
          width: 55%; } }
  .page .tablist .nav-pills {
    border-bottom: 1px solid #d44744; }
    .page .tablist .nav-pills li {
      position: relative;
      padding: 0px; }
      .page .tablist .nav-pills li::before {
        display: none; }
      .page .tablist .nav-pills li .nav-link {
        text-transform: uppercase;
        color: #000;
        border-radius: 0;
        padding: 5px 20px; }
      .page .tablist .nav-pills li .nav-link.active {
        background-color: #d44744 !important;
        color: #fff; }
        .page .tablist .nav-pills li .nav-link.active::before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          display: block;
          top: auto;
          bottom: -5px;
          left: 45%;
          -moz-transform: translate(-50%, 0%);
          -o-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          transform: rotate(45deg);
          background-color: #d44744; }
  .page .katedra {
    display: block; }
    .page .katedra li {
      font-size: 1.6rem; }
    @media (min-width: 992px) {
      .page .katedra {
        display: flex; } }
    .page .katedra .col-1 {
      width: 100%; }
      @media (min-width: 992px) {
        .page .katedra .col-1 {
          width: 60%; } }
    .page .katedra .col-2 {
      width: 100%; }
      @media (min-width: 992px) {
        .page .katedra .col-2 {
          width: 40%; } }
  .page .contact-info {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block !important;
    font-size: 1.5rem; }
    .page .contact-info p, .page .contact-info a {
      font-size: 1.5rem; }
    @media (min-width: 992px) {
      .page .contact-info {
        display: flex !important; } }
    .page .contact-info .col {
      padding: 20px; }

.search-details {
  max-width: 1400px;
  margin-bottom: 80px;
  font-size: 16px; }
  .search-details p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0; }
  .search-details .news-det-img {
    max-width: 100%;
    margin-bottom: 40px; }
  .search-details .back-to-news {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px; }

.load-more {
  margin: auto;
  position: relative;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px; }

.cookie {
  z-index: 20;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }
  .cookie .cookie-info {
    padding: 25px 20px 25px 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 380px; }
    .cookie .cookie-info p {
      font-size: 11px;
      line-height: 18px;
      font-family: "Roboto", sans-serif;
      word-spacing: 0.1em;
      color: #000;
      text-align: justify; }
    .cookie .cookie-info button {
      font-size: 13px;
      padding: 10px;
      display: block;
      width: 100%;
      background-color: #000;
      color: #fff;
      border: 0;
      font-weight: 500; }
    @media (min-width: 768px) {
      .cookie .cookie-info {
        max-width: 380px; } }
  .cookie .btn-link {
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 12px;
    color: black;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none; }
    .cookie .btn-link span {
      position: relative;
      padding-bottom: 3px;
      word-spacing: 0.1em; }
      .cookie .btn-link span::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }

.back {
  margin-bottom: 50px;
  display: inline-block; }

.btn {
  border-radius: 0;
  font-size: 2rem;
  min-width: 110px;
  width: 100%;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  color: #a63437;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #d44744;
    color: #fff;
    opacity: 1; }
  @media (min-width: 768px) {
    .btn {
      width: auto;
      margin-left: 10px;
      font-size: 1.8rem; } }

.link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 25px; }
  .link-arrow::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M4 12H20M20 12L14 6M20 12L14 18" stroke="%23663333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'); }
  .link-arrow:hover::after {
    right: -5px; }

.btn-apply {
  font-size: 3rem !important;
  line-height: 3rem !important;
  position: relative;
  margin: 3rem 0 0 5rem !important;
  padding: 5px 0 0 0px !important;
  display: inline-block;
  color: #d44744; }
  .btn-apply::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    background-size: 100%;
    content: "";
    width: 30px;
    height: 30px;
    left: -40px;
    top: 12px;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" fill="%23a12b28" viewBox="0 0 36 36" style="enable-background:new 0 0 36 36;" xml:space="preserve"><path d="M13.5,2.6c-1.1,0-2,0.9-2,2s0.9,2,2,2h12.9L3.1,30c-0.8,0.8-0.8,2,0,2.8c0.4,0.4,0.9,0.6,1.4,0.6s1-0.2,1.4-0.6L29.5,9.2v13c0,1.1,0.9,2,2,2s2-0.9,2-2V2.6H13.5z"/></svg>'); }

.btn-download {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 35px;
  margin-bottom: 5px;
  background-color: #a63437;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.6rem; }
  .btn-download::after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 8px;
    left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover; }

.icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 3rem;
  padding: 10px;
  color: #000;
  position: relative; }
  .icon i {
    z-index: 1;
    position: absolute;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    border-radius: 50%;
    z-index: 0; }

.phone {
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg fill="%23000000" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><path d="M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256c56.917,0,110.805-18.283,156.352-53.333 c18.091-15.851,17.771-38.507,9.408-53.931c-5.291-9.771-13.355-16.448-22.741-19.733l4.288-4.8 c6.379-7.168,9.195-16.747,7.701-26.261c-1.493-9.515-7.125-17.749-15.424-22.635l-56.341-32.981 c-13.077-7.659-29.952-4.992-40.064,6.336l-12.501,14.059c-2.219,2.496-5.269,3.861-8.725,3.563 c-3.328-0.256-6.293-1.984-8.128-4.757l-68.672-103.616c-1.749-2.624-2.24-5.739-1.365-8.789c0.853-3.029,2.901-5.419,5.781-6.763 l19.648-9.131c13.803-6.379,21.227-21.739,17.664-36.523l-15.296-63.445c-2.24-9.365-8.512-17.131-17.173-21.312 c-8.683-4.203-18.645-4.288-27.392-0.235l-17.536,8.128c-25.92,12.032-45.013,34.752-52.373,62.357l-3.2,12.032 c-5.781,21.653-3.776,44.779,5.653,65.109l15.765,34.005c23.125,49.899,54.699,94.784,93.824,133.44l13.013,12.843 c19.328,19.093,44.928,30.101,72.064,30.976c1.173,0.043,2.368,0.064,3.541,0.064c23.573,0,46.144-7.723,64.64-21.717 c0.363-0.064,0.725,0.021,1.088-0.085c14.507-4.053,21.696,6.656,23.509,10.027c4.309,7.979,4.523,19.648-4.181,27.307 c-41.259,31.701-90.645,48.469-142.827,48.469c-129.387,0-234.667-105.28-234.667-234.667S126.613,21.333,256,21.333 S490.667,126.613,490.667,256c0,5.888,4.779,10.667,10.667,10.667c5.888,0,10.667-4.779,10.667-10.667 C512,114.837,397.163,0,256,0z M387.435,366.037l-9.28,10.411c-17.045,19.157-41.323,29.739-67.2,28.843 c-21.739-0.704-42.261-9.536-57.749-24.832l-13.013-12.864c-37.312-36.843-67.413-79.659-89.472-127.232l-15.765-34.005 c-7.339-15.829-8.896-33.792-4.416-50.645l3.2-12.032c5.717-21.461,20.565-39.147,40.747-48.491l17.536-8.128 c1.408-0.64,2.944-0.981,4.48-0.981c1.6,0,3.179,0.341,4.672,1.045c2.901,1.408,4.971,3.989,5.739,7.104l15.296,63.445 c1.195,4.928-1.28,10.048-5.888,12.181l-19.648,9.131c-8.469,3.925-14.805,11.349-17.344,20.331 c-2.539,8.981-1.045,18.603,4.117,26.389l68.651,103.616c5.547,8.32,14.421,13.525,24.405,14.229 c10.133,0.725,19.541-3.157,26.197-10.645l12.501-14.059c3.371-3.776,9.024-4.672,13.355-2.112l56.32,32.981 c2.773,1.643,4.651,4.395,5.141,7.552C390.507,360.448,389.568,363.648,387.435,366.037z"></path></g></g></g></svg>'); }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .slide {
    display: none; } }

/*# sourceMappingURL=style.css.map */
