/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  color: #ccc;
}

.body-theme {
  background-color: rgb(34, 33, 67);
  color: #ccc;
}

.header-theme {
  color: aliceblue;
  background: rgb(2, 2, 24);
  background: linear-gradient(30deg, rgba(4, 4, 89, 0.8) 0%, rgba(92, 5, 5, 0.8) 100%), url("../media/images/bgbody.jpg");
  box-shadow: 0px 0px 10px 3px rgb(11, 9, 42);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
}

.footer-theme {
  background-color: rgba(7, 5, 43, 0.5);
}

.form__theme {
  background-color: rgba(51, 50, 96, 0.7);
  box-shadow: 0px 0px 15px 5px rgb(20, 20, 60);
}

.section__themes {
  background-color: rgba(51, 50, 96, 0.7);
  box-shadow: 0px 0px 10px 5px rgb(20, 20, 60);
}

body::-webkit-scrollbar {
  width: 1rem;
  background-color: rgb(34, 33, 67);
}

body::-webkit-scrollbar-thumb {
  background-color: #2f2f57;
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #3a3e50;
}

body::-webkit-scrollbar-thumb:active {
  background-color: #5e5a75;
}

/* Collapsibles */
.collapsible__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .collapsible__content {
    opacity: 1;
    max-height: 100%;
  }
}

.collapsible--expanded .collapsible__content {
  max-height: 100%;
  opacity: 1;
}

.collapsible__chevron {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .collapsible__chevron {
    display: none;
  }
}

.collapsible--expanded .collapsible__chevron {
  transform: rotate(0);
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

/* containers */
.container-fluid {
  margin: 0;
}

.container-main {
  max-width: 1160px;
  padding: 1rem;
  margin: auto;
}
@media (min-width: 1441px) {
  .container-main {
    padding: 2rem;
    min-width: 1180px;
    max-width: 1300px;
  }
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 1rem;
}
@media (min-width: 1441px) {
  .container {
    padding: 2rem;
    min-width: 1180px;
    max-width: 1260px;
  }
}

.container2 {
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 1441px) {
  .container2 {
    min-width: 1180px;
    max-width: 1260px;
  }
}

/* section wrapper */
.form-wrapper2 {
  margin: 3rem auto 5rem auto;
  width: 90%;
  position: relative;
  border-radius: 2rem;
  min-height: 40vh;
  padding: 3rem 2rem;
}
@media (min-width: 577px) {
  .form-wrapper2 {
    width: 70%;
  }
}
@media (min-width: 769px) {
  .form-wrapper2 {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .para__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .para__odd {
    line-height: 1.6;
    margin: 2rem 2rem 2rem 0;
  }
}
@media (min-width: 970px) {
  .para__odd {
    margin: 2rem 6rem 2rem 0;
  }
}
@media (min-width: 769px) {
  .para__even {
    line-height: 1.5;
    margin: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 970px) {
  .para__even {
    margin: 2rem 0 2rem 6rem;
  }
}

.header {
  z-index: 3;
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .nav {
    padding: 0.5rem 2rem;
  }
}

.nav-brand {
  padding: 0 1rem;
}
.nav-brand__logo > img {
  width: 12rem;
}
@media (min-width: 768px) {
  .nav-brand__logo > img {
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .nav-brand__logo > img {
    width: 14rem;
  }
}
@media (min-width: 1441px) {
  .nav-brand__logo > img {
    width: 16rem;
  }
}

.nav-toggler {
  margin-right: 0.5rem;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .nav-toggler {
    display: none;
  }
}
.nav-toggler__div {
  height: 0.4rem;
  margin: 0.5rem 0;
  width: 2.8rem;
  background-color: aliceblue;
}
.nav-toggler .toggler__two {
  height: 0.5rem;
  background-color: #ccc;
}

.nav-links {
  padding: 0 0.5rem;
  display: none;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .nav-links {
    display: block;
  }
}
@media (min-width: 1024px) {
  .nav-links {
    font-size: 2.4rem;
  }
}
@media (min-width: 1441px) {
  .nav-links {
    font-size: 2.7rem;
  }
}
.nav-links__item {
  margin: 0 1.5rem;
}
.nav-links__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.nav-links__lastitem {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
}

.links-sm {
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .links-sm {
    display: none;
  }
}
.links-sm__item {
  text-align: center;
  margin: 0 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid rgba(182, 182, 182, 0.1);
}
.links-sm__list {
  padding: 1rem;
}
.links-sm__list:first-child {
  margin-top: 1rem;
}
.links-sm__list .last-child {
  margin-bottom: 1rem;
  border-bottom: none;
}

.menu-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.1s;
}
@media (min-width: 768px) {
  .menu-content {
    opacity: 1;
    max-height: 100%;
  }
}

.menu-content__expanded {
  max-height: 100%;
  opacity: 1;
}

.toggler-shadow {
  box-shadow: none;
}

.toggler-shadow__applied {
  box-shadow: 0 0 0 2px #dee2e6;
}

.section-hero {
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 0 2.5rem 0;
}
@media (min-width: 576px) {
  .section-hero {
    padding: 5rem 3rem 4rem 3rem;
  }
}
@media (min-width: 769px) {
  .section-hero {
    padding: 6rem 4rem 4rem 4rem;
  }
}
.section-hero__title {
  color: #ccc;
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 2.9rem;
}
@media (min-width: 577px) {
  .section-hero__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .section-hero__title {
    font-size: 3.6rem;
    margin-bottom: 1.8rem;
  }
}
.section-hero__title2 {
  color: #ccc;
  font-weight: 600;
  margin: 1.5rem 0 5rem 0;
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media (min-width: 577px) {
  .section-hero__title2 {
    font-size: 2.2rem;
    margin: 2rem 0 3.5rem 0;
  }
}
@media (min-width: 769px) {
  .section-hero__title2 {
    font-size: 2.6rem;
    margin: 3rem 0 5rem 0;
  }
}
.section-hero__desc {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  color: #ccc;
  line-height: 1.8;
}
@media (min-width: 577px) {
  .section-hero__desc {
    font-size: 1.8rem;
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .section-hero__desc {
    font-size: 2.4rem;
    padding: 0 4rem;
    margin-bottom: 2.5rem;
  }
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 577px) {
  .hero-cta {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .hero-cta {
    flex-direction: row;
  }
}
.hero-cta__btn1, .hero-cta__btn2 {
  touch-action: manipulation;
  color: #ddd;
  transition: background-color 0.4s ease-in-out;
  border: 1px solid #230505;
  border-radius: 15px;
  font-size: 1.5rem;
}
@media (min-width: 577px) {
  .hero-cta__btn1, .hero-cta__btn2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .hero-cta__btn1, .hero-cta__btn2 {
    font-size: 1.8rem;
  }
}
.hero-cta__btn1:active, .hero-cta__btn2:active {
  transform: scale(0.95);
  background-color: #230505;
}
.hero-cta__btn1 {
  margin: 1.5rem 1rem 0.5rem 1rem;
  background: rgba(99, 136, 246, 0.4);
  background: linear-gradient(69deg, rgba(99, 136, 246, 0.4) 0%, rgba(73, 73, 244, 0.4) 100%);
  padding: 0.8rem 2rem;
  box-shadow: 0 0 5px 2px rgba(4, 12, 45, 0.4);
}
@media (min-width: 577px) {
  .hero-cta__btn1 {
    padding: 0.8rem 3rem;
    margin: 0.5rem 2rem 0 2rem;
  }
}
@media (min-width: 769px) {
  .hero-cta__btn1 {
    padding: 0.8rem 3rem;
    margin: 0.5rem 2rem 0 2rem;
  }
}
.hero-cta__btn1:hover, .hero-cta__btn1:focus {
  background: linear-gradient(69deg, rgba(99, 136, 246, 0.6) 0%, rgba(73, 73, 244, 0.6) 100%);
}
.hero-cta__btn2:hover, .hero-cta__btn2:focus {
  background: linear-gradient(69deg, rgba(220, 41, 107, 0.6) 0%, rgba(165, 20, 122, 0.6) 100%);
}
.hero-cta__btn2 {
  margin: 1rem 1rem 1rem 1rem;
  background: rgb(16, 0, 83);
  background: linear-gradient(69deg, rgba(220, 41, 107, 0.4) 0%, rgba(165, 20, 122, 0.4) 100%);
  box-shadow: 0 0 5px 2px rgba(4, 12, 45, 0.4);
  padding: 0.8rem 1.5rem;
}
@media (min-width: 577px) {
  .hero-cta__btn2 {
    padding: 0.8rem 1.5rem;
    margin: 0.5rem 2rem 0 2rem;
  }
}
@media (min-width: 769px) {
  .hero-cta__btn2 {
    padding: 0.8rem 1.5rem;
    margin: 0.5rem 2rem 0 2rem;
  }
}

.footer {
  margin-top: 1rem;
  letter-spacing: 1px;
}

.footer a {
  color: #838e97;
  transition: color 0.3s;
}

.footer a:hover {
  color: rgb(230, 230, 230);
}

.footer-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-brand {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .footer-brand {
    text-align: left;
  }
}
.footer-brand__wrapper > img {
  max-width: 14rem;
}
@media (min-width: 1441px) {
  .footer-brand__wrapper > img {
    max-width: 18rem;
    margin: 3rem 1rem 1.5rem 0;
  }
}

.footer-contact {
  padding: 1rem;
}
.footer-contact__one, .footer-contact__two {
  color: #838e97;
  transition: color 0.3s;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .footer-contact__one, .footer-contact__two {
    text-align: left;
  }
}
.footer-contact__one:hover, .footer-contact__two:hover {
  color: rgb(230, 230, 230);
}
.footer-contact__one {
  margin: 1rem 0 0rem 0;
}
@media (min-width: 375px) {
  .footer-contact__one {
    font-size: 1.6rem;
    margin: 1rem 0rem 0 0;
  }
}
@media (min-width: 1441px) {
  .footer-contact__one {
    font-size: 2.3rem;
  }
}
.footer-contact__two {
  margin: 1rem 0 0 0;
}
@media (min-width: 375px) {
  .footer-contact__two {
    font-size: 1.6rem;
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 1441px) {
  .footer-contact__two {
    font-size: 2.3rem;
  }
}

@media (min-width: 768px) {
  .mobile-view {
    display: none;
  }
}

.laptop-view {
  display: none;
}
@media (min-width: 768px) {
  .laptop-view {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .laptop-view {
    margin-left: 3rem;
  }
}

@media (min-width: 768px) {
  .footer-contact {
    padding: 0;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .footer-social {
    padding: 0;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    margin-top: 1rem;
    margin-right: 5rem;
    display: block;
  }
}
@media (min-width: 870px) {
  .footer-menu {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 1rem;
    display: grid;
    grid-template-columns: 4fr 5fr;
  }
}
@media (min-width: 920px) {
  .footer-menu {
    margin-right: 3rem;
  }
}
@media (min-width: 970px) {
  .footer-menu {
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .footer-menu {
    display: grid;
    grid-template-columns: 4fr 6fr 5fr;
    margin-right: 1rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu {
    margin-right: 3rem;
  }
}
.footer-menu__company, .footer-menu__services, .footer-menu__legal {
  border-bottom: 1px solid rgba(91, 93, 112, 0.7215686275);
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .footer-menu__company, .footer-menu__services, .footer-menu__legal {
    border: none;
    padding-bottom: 0;
  }
}
.footer-menu__company {
  margin: 1rem 0.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .footer-menu__company {
    margin: 0 2rem 0 2rem;
  }
}
@media (min-width: 870px) {
  .footer-menu__company {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .footer-menu__company {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu__company {
    margin: 0 0 0 6rem;
  }
}
.footer-menu__services {
  margin: 0 0.5rem 0 0.5rem;
}
@media (min-width: 768px) {
  .footer-menu__services {
    margin: 0 2rem 0 2rem;
  }
}
@media (min-width: 870px) {
  .footer-menu__services {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1024px) {
  .footer-menu__services {
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu__services {
    margin: 0 0 0 6rem;
  }
}
.footer-menu__legal {
  margin: 0 0.5rem 1rem 0.5rem;
}
@media (min-width: 768px) {
  .footer-menu__legal {
    margin: 0 2rem 0 2rem;
  }
}
@media (min-width: 870px) {
  .footer-menu__legal {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1024px) {
  .footer-menu__legal {
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu__legal {
    margin: 0 0 0 6rem;
  }
}

.footer-menu__header {
  padding: 1rem 0 1rem 0;
  margin: 1rem 1rem 0 1rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-menu__header {
    padding: 1rem 0 1rem 0;
    margin: 1rem 1rem 0 1rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu__header {
    padding: 3rem 0 2rem 0;
    margin: 3rem 2rem 0 2rem;
  }
}
.footer-menu__title {
  margin-top: 0;
  font-size: 1.7rem;
  font-weight: 700;
  color: #838e97;
}
@media (min-width: 360px) {
  .footer-menu__title {
    font-size: 1.9rem;
  }
}
@media (min-width: 576px) {
  .footer-menu__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1441px) {
  .footer-menu__title {
    font-size: 2.6rem;
  }
}
.footer-menu__icon > svg {
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 360px) {
  .footer-menu__icon > svg {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.footer-menu__links {
  padding: 0 0 1rem 0;
  margin: 0 1rem 0 1rem;
}
.footer-menu__links__link {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0.5rem 0 1rem 2px;
}
@media (min-width: 360px) {
  .footer-menu__links__link {
    font-size: 1.7rem;
    margin: 2 0 10rem 3px;
  }
}
@media (min-width: 768px) {
  .footer-menu__links__link {
    padding: 0;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1441px) {
  .footer-menu__links__link {
    padding: 0;
    font-size: 2.3rem;
    margin: 0.5rem 0 2rem 1rem;
  }
}

.footer-social {
  color: #838e97;
  padding: 1rem;
}
@media (min-width: 768px) {
  .footer-social {
    padding-left: 0;
  }
}
.footer-social__icons {
  display: flex;
  flex-direction: column;
}
.footer-social__icons__title {
  font-size: 1.8rem;
  margin: 1rem auto 0.5rem auto;
}
@media (min-width: 360px) {
  .footer-social__icons__title {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .footer-social__icons__title {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  .footer-social__icons__title {
    font-size: 1.6rem;
    margin: 1rem 0 0.5rem 0;
  }
}
@media (min-width: 1441px) {
  .footer-social__icons__title {
    font-size: 2.3rem;
  }
}
.footer-social__icons__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-social__icons__wrapper {
    justify-content: left;
  }
}
.footer-social__icons__icon {
  opacity: 0.7;
  margin: 0.5rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
  .footer-social__icons__icon {
    margin: 0.5rem 2rem 1rem 0;
  }
}
.footer-social__icons__icon > img {
  max-width: 3rem;
}
@media (min-width: 360px) {
  .footer-social__icons__icon > img {
    max-width: 4rem;
  }
}
@media (min-width: 576px) {
  .footer-social__icons__icon > img {
    max-width: 3.6rem;
  }
}
@media (min-width: 1441px) {
  .footer-social__icons__icon > img {
    max-width: 5rem;
  }
}

.footer-rights {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .footer-rights {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.footer-rights__copy, .footer-rights__power {
  color: #838e97;
  transition: color 0.3s;
  text-align: center;
  font-size: 1.3rem;
}
.footer-rights__copy:hover, .footer-rights__power:hover {
  color: rgb(230, 230, 230);
}
@media (min-width: 375px) {
  .footer-rights__copy, .footer-rights__power {
    font-size: 1.4rem;
  }
}
@media (min-width: 420px) {
  .footer-rights__copy, .footer-rights__power {
    font-size: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .footer-rights__copy, .footer-rights__power {
    font-size: 2rem;
  }
}
.footer-rights__copy {
  margin: 1rem 1rem 0rem 1rem;
}
@media (min-width: 768px) {
  .footer-rights__copy {
    margin: 2rem 0rem 2rem 1rem;
  }
}
@media (min-width: 1441px) {
  .footer-rights__copy {
    margin: 4rem 0rem 4rem 1rem;
  }
}
.footer-rights__power {
  margin: 1rem 1rem 2rem 1rem;
}
@media (min-width: 768px) {
  .footer-rights__power {
    margin: 2rem 1rem 2rem 0rem;
  }
}
@media (min-width: 1441px) {
  .footer-rights__power {
    margin: 4rem 1rem 4rem 0rem;
  }
}

.home-about {
  opacity: 0.9;
  position: relative;
  z-index: -3;
  color: rgba(214, 223, 232, 0.8);
  padding: 2rem 5rem;
}
.home-about__title {
  color: rgba(214, 223, 232, 0.8);
  font-size: 2.2rem;
  margin: 1rem 1rem 1rem 1rem;
  text-align: center;
}
@media (min-width: 577px) {
  .home-about__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .home-about__title {
    font-size: 2.9rem;
  }
}
.home-about__desc {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 1rem 1rem 1rem 1rem;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-word;
}
@media (min-width: 577px) {
  .home-about__desc {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .home-about__desc {
    padding: 0 4rem;
    line-height: 1.8;
  }
}

.section-contact__title {
  font-size: 2.2rem;
  color: rgba(214, 223, 232, 0.8);
  margin: 1rem 1rem 1rem 1rem;
  text-align: center;
}
@media (min-width: 577px) {
  .section-contact__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .section-contact__title {
    font-size: 2.9rem;
  }
}

.section-spcl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
  position: relative;
  padding: 5rem 1rem;
}
@media (min-width: 769px) {
  .section-spcl {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section-spcl__crd {
  box-shadow: 0px 0px 10px 3px #121439;
  width: 90%;
  height: 100%;
  background-color: rgb(46, 45, 88);
  margin: 3rem auto 2rem auto;
  border-radius: 10px;
  display: flex;
  padding: 4rem 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 577px) {
  .section-spcl__crd {
    width: 70%;
    padding: 4rem 3rem;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .section-spcl__crd {
    flex-direction: column;
    justify-content: center;
    width: 90%;
  }
}

.section-spcl__crd > img {
  width: 12rem;
  opacity: 0.6;
}

.spcl-crd__txt {
  display: flex;
  flex-direction: column;
  margin: 2rem 1rem 2rem 2rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .spcl-crd__txt {
    margin: 2rem 1rem 1rem 1rem;
  }
}
.spcl-crd__txt__title {
  font-size: 2rem;
  text-align: center;
  margin: 1rem;
}
@media (min-width: 769px) {
  .spcl-crd__txt__title {
    font-size: 2.4rem;
  }
}
.spcl-crd__txt__desc {
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 577px) {
  .spcl-crd__txt__desc {
    padding: 0 2rem;
  }
}
@media (min-width: 769px) {
  .spcl-crd__txt__desc {
    font-size: 1.6rem;
    padding: 0;
  }
}

.form-contact2 {
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: column;
  letter-spacing: 1px;
  padding: 2rem 0;
}
.form-contact2 > label {
  margin: 1rem 1rem 0rem 1rem;
  font-size: 1.6rem;
  color: rgba(216, 230, 240, 0.8);
  padding-left: 0.5rem;
}
.form-contact2 > input {
  background-color: rgba(33, 31, 54, 0.5);
  margin: 0.5rem 1rem 1rem 1rem;
  padding: 1rem 1rem;
  font-size: 1.8rem;
  color: #4076a2;
  border-radius: 1rem;
  border: 1px solid rgba(34, 33, 67, 0.2);
}
.form-contact2 > textarea {
  border-radius: 1rem;
  margin: 1rem;
  padding: 1rem;
  border: 1px solid rgba(34, 33, 67, 0.2);
  font-size: 1.8rem;
  color: #4076a2;
  background-color: rgba(33, 31, 54, 0.5);
  resize: none;
}
.form-contact2 > button {
  margin: 2rem auto 1rem auto;
  padding: 1rem 3rem;
  background-color: rgb(54, 52, 101);
  border-radius: 1.5rem;
  box-shadow: 0 0 4px 3px #22204a;
  border: 1px solid rgba(34, 33, 67, 0.5);
  color: rgba(216, 230, 240, 0.8);
  font-size: 1.6rem;
  transition: background-color 0.2s ease-in-out;
}
.form-contact2 > button:focus, .form-contact2 > button:hover {
  background-color: rgb(67, 65, 122);
}
.form-contact2 > button:active {
  transform: scale(0.95);
}

.txt-contact2 {
  text-align: center;
  font-size: 2.4rem;
  color: rgba(216, 230, 240, 0.8);
  text-shadow: -3px -3px 10px #141320;
}

textarea:focus,
input:focus {
  outline-color: #244c6d;
  outline-offset: 0;
  outline-style: solid;
  outline-width: 1px;
}

input::placeholder,
textarea::placeholder {
  color: #58636c;
  opacity: 0.5;
  font-size: 1.6rem;
}

.txtonly-section {
  color: rgba(200, 208, 216, 0.9);
  letter-spacing: 1px;
  position: relative;
  text-shadow: 1px 0px 0px 0px #e9ebf1;
  min-height: 30vh;
  z-index: -1;
  padding: 2.5rem 2.5rem;
  font-size: 1.7rem;
  text-align: justify;
  text-justify: inter-word;
}
@media (min-width: 577px) {
  .txtonly-section {
    padding: 2.5rem 5rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .txtonly-section {
    padding: 3rem 7rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 1441px) {
  .txtonly-section {
    padding: 3.5rem 9rem;
    font-size: 2.3rem;
  }
}

.txtonly__para {
  margin: 0 0 1rem 0;
  font-weight: bold;
  opacity: 0.8;
}
.txtonly__htags {
  text-align: center;
  opacity: 0.9;
  margin: 2rem 1rem 1.5rem 1rem;
}
@media (min-width: 768px) {
  .txtonly__htags {
    margin: 2rem 1rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .txtonly__htags {
    margin: 3rem 1rem 1rem 1rem;
  }
}
.txtonly__contact {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.catalog {
  margin: 2rem 1rem 5rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 577px) {
  .catalog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 870px) {
  .catalog {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.catalog_box {
  padding: 1rem 2rem;
  margin: 1rem 3rem;
  border-radius: 0.5rem;
}
@media (min-width: 577px) {
  .catalog_box {
    padding: 1rem 2rem;
    margin: 1rem 2rem;
  }
}
@media (min-width: 870px) {
  .catalog_box {
    padding: 1rem 1rem;
    margin: 1rem 2rem;
  }
}

.catalog_title {
  font-size: 2rem;
  padding: 2rem 1rem 0 1rem;
  text-align: center;
}

.catalog_desc {
  font-size: 1.6rem;
  text-align: center;
  text-justify: inter-word;
  padding: 1rem 1rem 2rem 1rem;
}

.gallery__section {
  margin: auto 1rem auto 1rem;
  padding: 2rem 0rem;
}
@media (min-width: 577px) {
  .gallery__section {
    margin: auto 5rem;
  }
}
@media (min-width: 769px) {
  .gallery__section {
    margin: auto 4rem;
  }
}
@media (min-width: 1025px) {
  .gallery__section {
    margin: auto 8rem;
  }
}
@media (min-width: 1441px) {
  .gallery__section {
    margin: auto 10rem;
  }
}

.gallery__title {
  color: rgba(214, 223, 232, 0.8);
  font-size: 3rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.gallery__grid-child1 {
  grid-area: a;
  border-radius: 1rem;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media (min-width: 769px) {
  .gallery__grid-child1 {
    padding: 2rem;
  }
}
@media (min-width: 1025px) {
  .gallery__grid-child1 {
    padding: 2rem;
  }
}
@media (min-width: 1441px) {
  .gallery__grid-child1 {
    padding: 2rem;
  }
}
.gallery__grid-child1 > img {
  width: 100%;
  height: 100%;
  border: 5px solid rgb(21, 19, 55);
  border-radius: 1rem;
  opacity: 0.8;
}

.gallery__grid-child2 {
  grid-area: b;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .gallery__grid-child2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.gallery__grid-child3 {
  grid-area: c;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .gallery__grid-child3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1025px) {
  .gallery__grid-child3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1441px) {
  .gallery__grid-child3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.gallery__grid-child4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  .gallery__grid-child4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }
}

.gallery__item,
.gallery__item2 {
  border-radius: 1rem;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

.gallery__item {
  padding: 2rem;
}
@media (min-width: 577px) {
  .gallery__item {
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  .gallery__item {
    padding: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .gallery__item {
    padding: 2rem;
  }
}
@media (min-width: 1441px) {
  .gallery__item {
    padding: 2rem;
  }
}

.gallery__item2 {
  padding: 2rem;
}
@media (min-width: 577px) {
  .gallery__item2 {
    padding: 2rem;
  }
}
@media (min-width: 769px) {
  .gallery__item2 {
    padding: 2rem;
  }
}
@media (min-width: 1025px) {
  .gallery__item2 {
    padding: 2rem;
  }
}
@media (min-width: 1441px) {
  .gallery__item2 {
    padding: 2rem;
  }
}

.gallery__item > img,
.gallery__item2 > img {
  width: 100%;
  border: 8px solid rgb(21, 19, 55);
  height: 100%;
  border-radius: 1rem;
}

.section-services__title {
  font-size: 2.4rem;
  margin: 4rem 1rem 4rem 1rem;
  color: rgba(214, 223, 232, 0.8);
  text-align: center;
}
@media (min-width: 577px) {
  .section-services__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .section-services__title {
    font-size: 2.9rem;
  }
}

.services4pc__section {
  margin: 2rem 3rem 1rem 3rem;
  padding: 1rem;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .services4pc__section {
    display: none;
  }
}

.fotos {
  margin-top: 2rem;
}

.fotos__img {
  width: 90%;
  margin: auto;
  border-radius: 1rem;
  text-align: center;
}
.fotos__img > img {
  border-radius: 1rem;
  width: 90%;
}
@media (min-width: 577px) {
  .fotos__img > img {
    width: 80%;
  }
}

.fotos__desc {
  margin: auto;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-word;
  padding: 3rem;
}
@media (min-width: 577px) {
  .fotos__desc {
    width: 90%;
    font-size: 1.7rem;
  }
}

.thisone_noborder {
  border-bottom: none;
}

.services4pc__section2 {
  display: none;
}
@media (min-width: 769px) {
  .services4pc__section2 {
    margin: 2rem 3rem 1rem 3rem;
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 1rem;
  }
}

.services4pc__menu {
  box-shadow: 8px 0px 10px 0px #1b173a;
  display: flex;
  flex-direction: column;
}
.services4pc__menu-div {
  background-color: rgb(25, 23, 70);
}
.services4pc__menu__div, .services4pc__menu__div-lst, .services4pc__menu__div-fst {
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
  background-color: rgba(51, 50, 96, 0.7);
  border-bottom: 1px solid rgba(57, 57, 84, 0.662745098);
  border-right: 1px ridge rgba(81, 81, 108, 0.662745098);
}
.services4pc__menu__div, .services4pc__menu__div-lst {
  border-top: 1px solid rgba(57, 57, 84, 0.662745098);
}
.services4pc__menu__div-null {
  border-top: 1px solid rgba(57, 57, 84, 0.662745098);
}
.services4pc__menu__div, .services4pc__menu__div-lst, .services4pc__menu__div-fst {
  transition: all 0.2s ease-in-out;
}
.services4pc__menu__div:active, .services4pc__menu__div-lst:active, .services4pc__menu__div-fst:active {
  transform: scale(95%);
}
.services4pc__menu__div-fst {
  border-top: none;
}

.services4pc__rslts {
  display: flex;
  padding: 3rem;
  flex-direction: column;
}

.services4pc__rslt {
  display: flex;
  flex-direction: column;
}
.services4pc__rslt__img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
.services4pc__rslt__img > img {
  opacity: 0.8;
  max-width: 100%;
  max-height: 100%;
  border-radius: 1rem;
}
.services4pc__rslt__title {
  padding: 0 1rem;
  font-size: 1.9rem;
  text-align: center;
}
.services4pc__rslt__desc {
  line-height: 1.8;
  padding: 1rem;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-word;
}

.rslt {
  display: none;
}

.rslt__expanded {
  display: flex;
}

.color__on {
  background-color: rgb(25, 23, 70);
}

.section-products {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-products__title {
  font-size: 2.4rem;
  margin: 4rem 1rem 1rem 1rem;
  color: rgba(214, 223, 232, 0.8);
  text-align: center;
}
@media (min-width: 577px) {
  .section-products__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .section-products__title {
    font-size: 2.9rem;
  }
}

.products4pc__section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 796px) {
  .products4pc__section {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
.products4pc__duo {
  margin: auto;
  display: grid;
  grid-template-areas: "a" "b";
}
@media (min-width: 796px) {
  .products4pc__duo {
    grid-template-areas: "a  b" "a  b";
    grid-template-columns: 50% 50%;
    border-bottom: 3px solid #393e5a;
    margin: 2rem;
  }
}
.products4pc__txt {
  display: flex;
  flex-direction: column;
  margin: 1rem 3rem 3rem 3rem;
  grid-area: b;
  border-bottom: 3px solid #393e5a;
}
@media (min-width: 796px) {
  .products4pc__txt {
    grid-area: a;
    margin: 1rem 2rem 3rem 2rem;
    border-bottom: none;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
}
.products4pc__title {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 1rem 1rem 1rem;
}
@media (min-width: 577px) {
  .products4pc__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 796px) {
  .products4pc__title {
    font-size: 2.3rem;
    margin: 1rem 1rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .products4pc__title {
    font-size: 2.6rem;
  }
}
.products4pc__desc {
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 2rem;
  line-height: 1.8;
}
@media (min-width: 577px) {
  .products4pc__desc {
    font-size: 1.9rem;
    margin: 1rem 3rem 3rem 3rem;
  }
}
@media (min-width: 796px) {
  .products4pc__desc {
    font-size: 1.7rem;
    margin: 1rem 1rem 3rem 1rem;
  }
}
@media (min-width: 1024px) {
  .products4pc__desc {
    font-size: 2rem;
    line-height: 1.9;
  }
}
.products4pc__img {
  grid-area: a;
  margin: 3rem 5rem 1rem 5rem;
  border-radius: 1rem;
  opacity: 0.7;
}
@media (min-width: 577px) {
  .products4pc__img {
    margin: 3rem 10rem 1rem 10rem;
  }
}
@media (min-width: 796px) {
  .products4pc__img {
    grid-area: b;
    margin: 3rem 1rem 1rem 1rem;
  }
}
.products4pc__img > img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 796px) {
  .products4pc__img > img {
    margin-bottom: 3rem;
    height: 90%;
  }
}

/* NORMALIZE */
/* PARTIALS */
/* COMPONENTS */
/* IMPORTS */
.section-about {
  min-height: 10vh;
}

/*# sourceMappingURL=main.css.map */
