/* Global Stylings */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

div,
section,
article,
main,
aside,
header,
footer,
dialog,
figure,
figcaption,
hgroup {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote,
q {
  quotes: none;
}

br {
  height: 0;
}

ul,
ol,
dl {
  list-style: none;
}

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

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

input {
  font-family: Poppins, sans-serif;
}

input[type=submit] {
  letter-spacing: 0.045em;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 300ms ease all;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
}

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.045em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  border-radius: 0;
  -webkit-appearance: none;
}

span {
  font-family: Poppins, sans-serif;
}

button {
  font-family: Poppins, sans-serif;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

select {
  font-family: Poppins, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body {
  font-size: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-size: auto;
  position: relative;
  background-image: url("/assets/images/cross-pattern-2.png");
}
body:after {
  pointer-events: none;
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: relative;
  padding: 0 80px;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #983222;
}

.no-banner main {
  padding-top: 50px;
}

.sk-ww-twitter-feed {
  grid-column: 1/-1;
}

.grid-item-twitter-feed {
  position: unset !important;
  top: unset !important;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1250px) {
  .no-scroll-mobile {
    overflow: hidden;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .no-banner main {
    padding-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0 20px;
  }
}
body.thank-you-page header.header .header__nav-item__link[href="#contact"] {
  display: none;
}
body.thank-you-page section.banner .banner__inner-container {
  min-height: 60vh;
  justify-content: center;
}

/* Modules */
.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header.--scrolled .container {
  background-color: #FFFFFF;
  padding-block: 10px;
  border-bottom: 2px solid #E5E5E0;
}
.header.--scrolled .header__logo img {
  width: 200px;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-bottom: 2px solid transparent;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__logo {
  display: flex;
  position: relative;
}
.header__logo::before {
  content: "";
  width: calc(100% + 40px);
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.header__logo img {
  width: 250px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.header__nav-item__link {
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #454951;
  text-transform: uppercase;
  text-decoration: unset;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .header__nav-item__link {
    font-size: 12px;
  }
}
.header__nav-item__link::before {
  content: "";
  width: calc(100% + 40px);
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.header__nav-item__link:is(:hover, :focus) {
  color: #C4C18D;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 200px;
  }
  .header.--scrolled .header__logo img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 150px;
  }
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-block: 50px 30px;
}
.footer__title {
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #454951;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 12px;
  }
}
.footer__copyright {
  color: #454951;
}
.footer__copy {
  color: #454951;
}
.footer__nav {
  display: flex;
  gap: 20px;
}
.footer__nav__item {
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #454951;
  text-transform: uppercase;
  text-decoration: unset;
  position: relative;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .footer__nav__item {
    font-size: 12px;
  }
}
.footer__nav__item:is(:hover, :focus) {
  color: #C4C18D;
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  gap: 15px;
}
.footer__socials__item {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-decoration: unset;
}

.banner .container {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.banner__inner-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #E5E5E0;
  border-bottom: unset;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 160px 40px 100px;
}
.banner__title {
  font-family: Lora;
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  color: #454951;
  text-align: center;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .banner__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .banner__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.banner__copy {
  color: #454951;
  max-width: 800px;
  text-align: center;
  margin-top: 20px;
}
.banner__cta {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #C4C18D;
  padding: 15px 30px;
  color: #454951;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .banner__cta {
    font-size: 12px;
  }
}
.banner__cta:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #C4C18D;
}
@media screen and (max-width: 1024px) {
  .banner .container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .banner .container {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  .banner__inner-container {
    padding: 120px 40px 70px;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .banner__inner-container {
    padding: 100px 20px 50px;
  }
}

.strategists .container {
  background-color: #F6F6F1;
  padding-block: 100px 50px;
  padding-inline: 20px;
}
.strategists__title {
  font-family: Poppins;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  color: #454951;
}
@media screen and (max-width: 768px) {
  .strategists__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.strategists__copy {
  font-family: Lora;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #454951;
  text-align: center;
  margin-top: 10px;
}
.strategists__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  gap: 40px;
}
.strategists__list-item {
  background-color: #F1F2EA;
  padding: 40px;
  border-radius: 15px;
  border: 2px solid #E5E5E0;
}
.strategists__list-item:first-of-type {
  grid-column: span 3;
}
.strategists__list-item__job-title {
  font-weight: 500;
  background-color: #E1E3D1;
  width: fit-content;
  padding: 5px 20px;
  color: #454951;
  margin-bottom: 20px;
}
.strategists__list-item__name {
  font-family: Poppins;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #454951;
}
@media screen and (max-width: 768px) {
  .strategists__list-item__name {
    font-size: 20px;
    line-height: 20px;
  }
}
.strategists__list-item__copy {
  color: #454951;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .strategists__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .strategists__list-item:first-of-type {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .strategists .container {
    padding-block: 70px 50px;
  }
  .strategists__copy {
    margin-top: 20px;
  }
  .strategists__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strategists__list-item {
    padding: 40px 20px;
  }
  .strategists__list-item:first-of-type {
    grid-column: span 1;
  }
}

.capabilities .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F6F6F1;
  padding-block: 50px 0;
  padding-inline: 0;
  gap: 40px;
}
.capabilities__left__title {
  font-family: Poppins;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  color: #454951;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .capabilities__left__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.capabilities__left__image {
  display: flex;
  position: relative;
}
.capabilities__left__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, #F6F6F1 0%, rgba(246, 246, 241, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.capabilities__left__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capabilities__accordion {
  display: flex;
  flex-direction: column;
  padding-right: 80px;
  padding-bottom: 100px;
}
.capabilities__accordion__item {
  border-bottom: 2px solid #E5E5E0;
}
.capabilities__accordion__item.--active .capabilities__accordion__item__title i {
  rotate: 45deg;
}
.capabilities__accordion__item.--active .capabilities__accordion__item__content {
  display: block;
}
.capabilities__accordion__item:first-of-type {
  margin-top: -20px;
}
.capabilities__accordion__item:last-of-type {
  border-bottom: unset;
}
.capabilities__accordion__item__title {
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #454951;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  width: 100%;
  padding-block: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .capabilities__accordion__item__title {
    font-size: 12px;
  }
}
.capabilities__accordion__item__title:is(:hover, :focus) {
  background-color: #E5E5E0;
}
.capabilities__accordion__item__title i {
  color: #C4C18D;
  font-size: 20px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.capabilities__accordion__item__content {
  display: none;
  margin-bottom: 20px;
}
.capabilities__accordion__item__content * {
  color: #454951;
}
.capabilities__accordion__item__content p {
  display: inline-block;
  width: 100%;
}
.capabilities__accordion__item__content a {
  color: #C4C18D;
  text-decoration-color: #C4C18D;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.capabilities__accordion__item__content a:is(:hover, :focus) {
  color: #454951;
}
.capabilities__accordion__item__content ul, .capabilities__accordion__item__content ol {
  list-style: revert;
  margin-left: 20px;
}
.capabilities__accordion__item__content h1, .capabilities__accordion__item__content h2, .capabilities__accordion__item__content h3, .capabilities__accordion__item__content h4, .capabilities__accordion__item__content h5, .capabilities__accordion__item__content h6 {
  font-family: Poppins;
}
.capabilities__accordion__item__content h1 {
  font-size: 32px;
  line-height: 40px;
}
.capabilities__accordion__item__content h2 {
  font-size: 28px;
  line-height: 36px;
}
.capabilities__accordion__item__content h3 {
  font-size: 24px;
  line-height: 32px;
}
.capabilities__accordion__item__content h4 {
  font-size: 20px;
  line-height: 28px;
}
.capabilities__accordion__item__content h5, .capabilities__accordion__item__content h6 {
  font-size: 16px;
  line-height: 24px;
}
.capabilities__accordion__item__content figure {
  margin: unset;
}
.capabilities__accordion__item__content img {
  width: 100%;
  height: 100%;
}
.capabilities__accordion__item__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.capabilities__accordion__item__content .align-center {
  text-align: center;
}
.capabilities__accordion__item__content .align-right {
  text-align: right;
}
.capabilities__accordion__item__content .align-justify {
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .capabilities .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .capabilities__left__title {
    padding-inline: 40px;
  }
  .capabilities__accordion {
    padding-inline: 40px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .capabilities__accordion__item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .capabilities__left__title {
    padding-inline: 20px;
  }
}

.why-stratus .container {
  background-color: #FFFFFF;
  padding-block: 100px 0px;
}
.why-stratus__title {
  font-family: Poppins;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  color: #454951;
}
@media screen and (max-width: 768px) {
  .why-stratus__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.why-stratus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.why-stratus__list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E0;
}
.why-stratus__list-item__icon {
  height: 50px;
  width: fit-content;
  margin-bottom: 5px;
}
.why-stratus__list-item__title {
  font-family: Poppins;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #454951;
}
@media screen and (max-width: 768px) {
  .why-stratus__list-item__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .why-stratus .container {
    padding-block: 70px 0px;
  }
  .why-stratus__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .why-stratus__list-item {
    align-items: center;
  }
  .why-stratus__list-item__icon {
    height: 40px;
  }
  .why-stratus__list-item__title {
    text-align: center;
  }
  .why-stratus__list-item__copy {
    text-align: center;
  }
}

.footer-form .container {
  background-color: #FFFFFF;
  padding-block: 70px;
  padding-inline: 20px;
}
.footer-form__inner-container {
  background-color: #454951;
  padding: 80px 40px;
  border-radius: 10px;
}
.footer-form__title {
  font-family: Poppins;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
  color: #C4C18D;
}
@media screen and (max-width: 768px) {
  .footer-form__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.footer-form__copy {
  color: #FFFFFF;
  margin-top: 20px;
}
.footer-form form {
  margin-top: 50px;
}
.footer-form form .dform .dfcolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.footer-form form .dform .dfcolumns .column {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-form form .dform input:not([type=submit]) {
  font-family: Poppins;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding-bottom: 15px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer-form form .dform input:not([type=submit]) {
    font-size: 20px;
    line-height: 20px;
  }
}
.footer-form form .dform input:not([type=submit])::placeholder {
  color: #FFFFFF;
}
.footer-form form .dform input[type=submit] {
  display: block;
  width: fit-content;
  text-decoration: unset;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
  font-family: Lora;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #C4C18D;
  padding: 15px 30px;
  color: #C4C18D;
  background-color: transparent;
  text-align: center;
  margin-left: auto;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-form form .dform input[type=submit] {
    font-size: 12px;
  }
}
.footer-form form .dform input[type=submit]:is(:hover, :focus) {
  color: #FFFFFF;
  background-color: #C4C18D;
}
.footer-form form .dform input[type=submit]:is(:hover, :focus) {
  background-color: #C4C18D;
  color: #454951;
}
.footer-form form .dform textarea {
  font-family: Poppins;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding-bottom: 15px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer-form form .dform textarea {
    font-size: 20px;
    line-height: 20px;
  }
}
.footer-form form .dform textarea::placeholder {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer-form .container {
    padding-block: 70px 40px;
  }
  .footer-form__inner-container {
    padding: 40px;
  }
  .footer-form__title {
    text-align: center;
  }
  .footer-form__copy {
    text-align: center;
  }
  .footer-form form .dform .dfcolumns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-form form .dform input:not([type=submit]) {
    font-size: 16px;
    line-height: 22px;
  }
  .footer-form form .dform input[type=submit] {
    margin-inline: auto;
    margin-top: -20px;
  }
  .footer-form form .dform textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

.basic .container {
  background-color: #FFFFFF;
  padding-top: 70px;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.basic__inner-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #E5E5E0;
  border-bottom: unset;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 160px 80px 100px;
}
.basic__title {
  font-family: Lora;
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  color: #454951;
  text-align: center;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .basic__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .basic__title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .basic__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.basic__body {
  margin-top: 50px;
}
.basic__body * {
  color: #454951;
}
.basic__body p {
  display: inline-block;
  width: 100%;
}
.basic__body a {
  color: #C4C18D;
  text-decoration-color: #C4C18D;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: 0.25s ease-in-out all;
  transition-delay: 0s;
}
.basic__body a:is(:hover, :focus) {
  color: #454951;
}
.basic__body ul, .basic__body ol {
  list-style: revert;
  margin-left: 20px;
}
.basic__body h1, .basic__body h2, .basic__body h3, .basic__body h4, .basic__body h5, .basic__body h6 {
  font-family: Poppins;
}
.basic__body h1 {
  font-size: 32px;
  line-height: 40px;
}
.basic__body h2 {
  font-size: 28px;
  line-height: 36px;
}
.basic__body h3 {
  font-size: 24px;
  line-height: 32px;
}
.basic__body h4 {
  font-size: 20px;
  line-height: 28px;
}
.basic__body h5, .basic__body h6 {
  font-size: 16px;
  line-height: 24px;
}
.basic__body figure {
  margin: unset;
}
.basic__body img {
  width: 100%;
  height: 100%;
}
.basic__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.basic__body .align-center {
  text-align: center;
}
.basic__body .align-right {
  text-align: right;
}
.basic__body .align-justify {
  text-align: justify;
}
.basic__body p {
  margin-bottom: 20px;
}
.basic__body p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .basic .container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .basic .container {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  .basic__inner-container {
    padding: 120px 40px 70px;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .basic__inner-container {
    padding: 100px 20px 50px;
  }
}

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