







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1200px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
}

@media screen and (max-width: 992px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 30.0px;
    padding-bottom: 30.0px;
  }

}





body {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: Atlas Grotesk Reg, sans-serif;
}

/* Paragraphs */

p {
  font-family: Atlas Grotesk Reg, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* Anchors */

a {
  color: rgba(255, 255, 255, 1.0);
}
p a, .hs-menu-wrapper a {
  color: rgba(255, 255, 255, 1.0);
}
p a:hover,
p a:focus,
.hs-menu-wrapper a:hover{
  color: rgba(255, 255, 255, 0.75);
}

/* Headings */

h1 {
  font-family: Atlas Grotesk Reg;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-family: Teodor Thin;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-family: Atlas Grotesk Reg;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

h4 {
  font-family: Atlas Grotesk Reg;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

h5 {
  font-family: Atlas Grotesk Reg;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

h6 {
  font-family: Atlas Grotesk Reg;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}







button,
.button {
  background-color: 







rgba(255, 255, 255, 0.0)

;
  border: 1px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  padding: 14px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #d7d7d7;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #ffffff;
  color: #ffffff;
}






.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  
}

/* Form title */

.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

/* Form label */

form label {
  color: rgba(255, 255, 255, 1.0);
}

/* Form help text */

form legend {
  color: rgba(255, 255, 255, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
    width: 100% !important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(6, 13, 18, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  
}
form p a {
    color: inherit !important;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #ffffff;
}

.fn-date-picker td .pika-button:hover {
  background-color: #ffffff !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #ffffff;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 14px 30px;
  border-width: 1px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(42, 42, 42, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #ffffff;
  color: #ffffff;
}





table {
  background-color: 







rgba(0, 0, 0, 1.0)

;
  border-color: #ffffff;
}

th,
td {
  border-color: #ffffff;
  color: #ffffff;
}

thead th,
thead td {
  background-color: 







rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #ffffff;
  color: #FFFFFF;
}

tfoot td {
  background-color: 







rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
}





header.header {
  background-color: 







rgba(0, 0, 0, 1.0)

;
}

body .header__navigation .hs-menu-wrapper ul li a {
  color: rgba(255, 255, 255, 1.0);
}
body .header__navigation .hs-menu-wrapper > ul > li > a {
  background-color: rgba(0, 0, 0, 0.0);
}
body .header__navigation .hs-menu-wrapper > ul > li:hover > a,
body .header__navigation .hs-menu-wrapper > ul > li:focus > a {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 0.6);
}
body .header__navigation .hs-menu-wrapper > ul > li.active-branch > a,
body .header__navigation .hs-menu-wrapper > ul > li.active > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .header__navigation .hs-menu-wrapper > ul > li.active > a{
  border-color: rgba(255, 255, 255, 1.0);
}
body .header__navigation .hs-menu-wrapper > ul > li.active-branch:hover > a,
body .header__navigation .hs-menu-wrapper > ul > li.active:hover > a {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 0.6);
}
body .header__navigation .hs-menu-wrapper > ul > li.active:hover > a{
  border-color: rgba(255, 255, 255, 0.6);
}

body .header__navigation .hs-menu-wrapper>ul ul .mega-menu {
  background-color: rgba(0, 0, 0, 1.0);
}
body .header__navigation .hs-menu-wrapper > ul ul li a {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .header__navigation .hs-menu-wrapper > ul ul li a:hover,
body .header__navigation .hs-menu-wrapper > ul ul li a:focus {
  background-color: rgba(34, 34, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .header__navigation .hs-menu-wrapper > ul ul li.active-branch > a,
body .header__navigation .hs-menu-wrapper > ul ul li.active > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(34, 34, 34, 0.0);
}
body .header__navigation .hs-menu-wrapper > ul ul li.active-branch > a:hover,
body .header__navigation .hs-menu-wrapper > ul ul li.active > a:hover {
  background-color: rgba(34, 34, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
}




.footer {
  background-color: 







rgba(34, 34, 34, 1.0)

;
  color: rgba(255, 255, 255, 1.0);
}
.footer a {
  color: rgba(213, 213, 213, 1.0);
}
.footer a:hover {
  color: rgba(129, 129, 129, 1.0);
}
.footer__social .social-wrap a{
  color: rgba(255, 255, 255, 1.0);
}
.footer__social .social-wrap a:hover{
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer_column-test {
  width: 33%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer .footer_column-test .hs-menu-item.hs-menu-depth-2:not(:last-child) {
  margin-right: 50px;
}

.footer .footer_column-test .hs-menu-item.hs-menu-depth-2 a {
  text-decoration: none;
}

.footer .footer_column-test .hs-menu-item.hs-menu-depth-2:not(:last-child) {
  margin-bottom: 10px;
}



















.card__price {
  font-family: Atlas Grotesk Reg
    font-size: 20px;
  color: #ffffff;
  font-weight: 
}