







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 40px 20px; */

  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 40px 20px; */

    padding-top: 40px;
    padding-bottom: 40px;
  }
}





body {
  font-size: 16px;
  font-weight: 500;
  font-family: acumin-pro;
  color: rgba(148, 149, 163, 1.0);
}





/* Anchors */

a {
  color: rgba(229, 28, 82, 1.0);
}

a:hover,
a:active {
  color: rgba(51, 51, 102, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: acumin-pro-wide;
  color: rgba(32, 39, 71, 1.0);
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

h2 {
  font-size: 50px;
  font-weight: 600;
}

h3 {
  font-size: 40px;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:1024px){

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 11px;
  }
}
/* Blockquote */

blockquote {
  border-left-color:  rgba(32, 39, 71, 1.0);
}











/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(148, 149, 163, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 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 {
  border-color: rgba(148, 149, 163, 0.19);
  border-radius: 0px;
}

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(148, 149, 163, 0.19);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  /*   color: ; */
}

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#9495A3, opacity=100, rgba=rgba(148, 149, 163, 1), rgb=rgb(148, 149, 163), hex=#9495A3, css=#9495A3};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(24, 130, 197, 1.0);
  border-color: rgba(24, 130, 197, 0.0);
  border-width: 0px;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(24, 130, 197, 1.0);
  border-color: rgba(24, 130, 197, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(24, 130, 197, 1.0);
  border-color: rgba(24, 130, 197, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}





.header-wrapper{
  background-color: rgba(255, 255, 255, 0.0);
}
.header-wrapper:hover{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-wrapper:hover .header-wrapper-menu-wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(32, 39, 71, 1.0);
}
.header-wrapper:hover .header-wrapper-menu-wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(32, 39, 71, 1.0);
}


.header-wrapper-menu-wrapper .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.header-wrapper-menu-wrapper .hs-menu-wrapper>ul>li>ul>li a{
  color: rgba(32, 39, 71, 1.0);
}

.header-wrapper-menu-wrapper .hs-menu-wrapper>ul>li>ul>li a:hover{

  color: rgba(32, 39, 71, 1.0);
}


.header-wrapper-button a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(24, 130, 197, 1.0);
}

.header-wrapper-button a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(24, 130, 197, 1.0);
}






.footer-bottom,.footer-top{
  background-color: rgba(32, 39, 71, 1.0);
}
.footer-top2 h4, .footer-top3 h4{
  color: rgba(70, 79, 118, 1.0);
}
.menu ul li a{

  color: rgba(255, 255, 255, 1.0);
}

.menu ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-bottom-right-bottom p a{
  color: rgba(229, 28, 82, 1.0);
}
.footer-bottom-right-bottom p a:hover{
  color: rgba(51, 51, 102, 1.0);
}
.footer-bottom-right-bottom p{
  color: rgba(255, 255, 255, 1.0);
}












.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1172px;
  width:100%;
  padding:0 10px;
}