







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.blog-post__body {
  max-width: 694px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 100%;
}





html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #15808D;
  font-size: 24px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button {
  border: 1px solid #15808D;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 128, 141, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 88, 101, 1.0);
  border-color: #005865;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(61, 168, 181, 1.0);
  border-color: #3da8b5;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label span {
  color: rgb(75 85 99/1) !important;
}

/* Help text */

form legend {
  color: ;
}

.legal-consent-container p {
  font-size: 0.5rem !important;
  line-height: 1rem;
  color: rgb(0 0 0/1) !important;
  margin: 0 0 -0.5rem !important;
}

.hs-input{
  height: 36px !important;
}

.hs-form-field{
  margin-bottom: 0.4rem;
}

form .inputs-list>li {
  margin: 0.3rem 0;
}

.hs-error-msg{
  line-height: 1;
  font-size: 0.475rem !important;
  margin-top: -5px !important;
}

.hs-input.invalid.error {
  border: 1px solid #ef6b51;
}

.hs-input.invalid.error {
  border: 1px solid #ef6b51;
}

.hs-main-font-element{
  display: none;
}

.grecaptcha-badge{
  margin: 0;
}

.hubspot-link__container.sproket{
  display: none !important;
}

/* 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: rgb(243 244 246/1);
  color: black !important;
  border-radius: ;
}

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: 1px solid rgb(69 165 176/1) !important;
  outline: 1px solid transparent;
  outline-offset: 2px;
  border-radius: 3px;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: ;
}

:-ms-input-placeholder {
  color: ;
}

::placeholder {
  color: ;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgb(23 143 157/1);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 0.575rem;
  text-transform: none;
  border-radius: 1.5rem;
  padding: 0.3rem 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgb(20 128 141/1);
  border-color: rgb(20 128 141/1);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgb(20 128 141/1);
  border-color: rgb(20 128 141/1);
}





/* Table */

table {
  border: 1px solid #15808D;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #15808D;

  padding: 18px;

  color: #15808D;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(21, 128, 141, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #15808D;
}





.header {
  background-color: white !important;
  position: fixed;
  width: 100%;
  top:0px;
  z-index: 200;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #15808D;
  font-family: Lato;
}

.menu__child-toggle-icon {
  border-top-color: #15808D;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #005865;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #005865;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #3da8b5;
}

.menu__child-toggle-icon:active {
  border-top-color: #3da8b5;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #15808D;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #15808D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #15808D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #15808D;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #15808D;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: #15808D;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #15808D;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

/* .footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #15808D;
} */





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

.blog-post {
padding: 3.5rem 0;
}

/* Blog post */

.blog-post__meta a {
  color: #15808D;
}

@media screen and (max-width: 768px) {
  .blog-post {
    padding: 1.2rem 0;
  }
}

.blog-post__tag-link {
  color: #15808D;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #005865;
}

.blog-post__tag-link:active {
  color: #3da8b5;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #15808D;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #005865;
}

.blog-related-posts__title-link:active {
  color: #3da8b5;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
  font-size: 17px;
}

#comments-listing .comment-reply-to {
  color: #178f9d !important;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #15808D;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #005865;
}

.blog-index__post-title-link:active {
  color: #3da8b5;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: black !important;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #15808D;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #005865;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #3da8b5;
}

.pagination__link-icon svg {
  fill: #15808D;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 30px;
}

.card__body svg {
  fill: #15808D;
}

/* Social follow */

.social-links__icon {
  background-color: #15808D;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #005865;
}

.social-links__icon:active {
  background-color: #3da8b5;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #15808D;
  font-size: 30px;
}

.footer_image_bg {
  background-image: url("https://tacnique.com/home/footer-bg.svg");
}

.ellipse_image_bg {
  background-image: url("https://tacnique.com/home/ellipse36.svg");
}

.text-smt {
  font-size: 0.575rem;
  line-height: 1.25rem;
  color: rgb(255 255 255/1) !important;
}

.content-wrapper-logo{
  max-width: 97vw;
}

#comment button {
    color: #fff !important;
    font-size: 14px;
    border-radius: 9999px;
    align-items: center;
    background-color: #178f9d!important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-color: #fff;
}

.submitted-message{
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 4.5rem 0;
}

.submitted-message span {
  color: #45A5B0 !important;
}

.hs-fieldtype-textarea textarea {
 height: auto !important;
}

#comment {
  display: none;
}

.dnd_area-row-0-padding {
  padding-top: 50px !important;
}

.hs_cos_wrapper_type_icon{
  padding-top: 14px;
}

.prose {
   padding-top: 0px !important;
}

.blog-index__post-summary{
  line-height: 2.1;
}

.splide__slide--image__wrapper {
  max-height: 500px;
}

.splide__slide img {
  max-height: 500px;
}

.splide__arrow svg {
  margin-top: 0px !important;
}

.hs_cos_wrapper_type_icon {
  padding-top: 0px !important;
}

* ::selection {
  background-color: #FFE387;
  color: black;
}

.pBar {
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
  left: 0;
  right: 0;
}

.progress-container {
  width: 100%;
  height: 1px;
  background: linear-gradient(to bottom right, #ffff, #d2d4d6);
  /* background: #ffff; */
}

.progress-bar {
  height: 6px;
  background: #178f9d; 
  width: 0%;
}

.body-container--blog-index {
  position: relative;
}

.blog-pagination {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}