/* ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< */
/*                                                                                                        */
/*                                             Digifianz 2021                                             */
/*                                                                                                        */
/* ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< */

/*
                                                   • • •                                                  
*/
 
/* ========================================================================================================= IMPORTS % INCLUDES */

/* ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< */
/*                                                                                                        */
/*                                             Digifianz 2021                                             */
/*                                                                                                        */
/* ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< */

/*
                                                   • • •                                                  
*/

/* ========================================================================================================= IMPORTS % INCLUDES */

/* ========================================================================================================= VARIABLES */

 /*  */

      /* Paddings Large */
       /* Paddings Medium */
       /* Paddings Small */
       /* Paddings Lateral Desktop */
       /* Paddings Lateral Mobile */

     /* Container width */

  
    
  /* Blue 3 light */
  /* Yellow-ish */
  /* Same as grey */ 
  /* Light grey */















/* ========================================================================================================= FONTS */

@font-face {
  font-family: "Rubik";
  src: url("");
  font-weight: 00;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("");
  font-weight: 00;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-Light.ttf");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/Font/Rubik-Black.ttf");
  font-weight: 900;
  font-display: swap;
}

/* ========================================================================================================= HS MACROS */

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* ------------------------------------- Transition */

 

/* ------------------------------------- Box Shadow */




/* ------------------------------------- Color */



/* ========================================================================================================= FIXES */

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

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
} 

body {
  color: rgb(8, 30, 42);
  font-family: Rubik;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; }

::-moz-selection {
  text-shadow: none;
  /*
  color: ;
  background: ; */
}
::selection {
  text-shadow: none;
  /*
  color: ;
  background: ; */
}

/* ========================================================================================================= TYPOGRAPHY */

p { margin: 20px 0; } 

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub, SUP, SUB {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup, SUP { top: -0.5em; }
sub, SUB { bottom: -0.25em; }


/* ========================================================================================================= HELPERS */

.container {
  display: block;
  width: 100%;
  max-width: 1366px;
  padding: 0px;
  margin: 0 auto;
}

.tc { text-align: center; }
.upper { text-decoration: uppercase; }

.paddL { padding: 120px 0; }
.paddM { padding: 80px 0; }
.paddS { padding: 60px 0; }

@media only screen and (max-width: 768px){
  .paddL { padding: 80px 0; }
  .paddM { padding: 60px 0; }
  .paddS { padding: 40px 0; }
  .container {
  padding: 0px 5%;
  }
  .blog-section.container.blog-list {
  padding: 0;
  }
}

ul.no-style, 
ol.no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ========================================================================================================= CTAS */


a.arrow-cta {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  color: rgb(255, 109, 0);
}

a.arrow-cta:hover { opacity: 0.7; }

a.arrow-cta::before {
  display: inline-block;
  content: url('https://8692156.fs1.hubspotusercontent-na1.net/hubfs/8692156/Digifianz/Assets/Icons/Arrow%20icon.png');
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}


.btn.c0 { border-color: #fff; }
.btn.c1 { border-color: rgb(0, 165, 200); }
.btn.c2 { border-color: rgb(255, 109, 0); }
.btn.c3 { border-color: #E5D777; } 
.btn.c4 { border-color: #838485; }

.dfz-form-1 input[type='submit']{ 
  border-color: rgb(0, 165, 200)!important;
  color: #fff;
  background-color: rgb(0, 165, 200);
}

/* Primary (filled background) */

.btn.primary.c0,
.btn.secondary.active.c0{
  color: rgb(0, 165, 200);
  background-color: #fff;
}
.btn.primary.c1,
.btn.secondary.active.c1 {
  color: #fff;
  background-color: rgb(0, 165, 200);
}
.btn.primary.c2,
.btn.secondary.active.c2 {
  color: #fff;
  background-color: rgb(255, 109, 0);
}
.btn.primary.c3,
.btn.secondary.active.c3 {
  color: rgb(0, 165, 200);
  background-color: #E5D777;
}
.btn.primary.c4,
.btn.secondary.active.c4 {
  color: rgb(0, 165, 200);
  background-color: #838485;
}

/* Secondary (NO background) */

.btn.secondary,
.btn.primary.active { background-color: transparent; }

.btn.secondary.c0 { color: #fff; border: 1px solid rgb(0, 166, 200)}
.btn.secondary.c1 { color: rgb(0, 165, 200);  border: 1px solid rgb(0, 166, 200)}
.btn.secondary.c2 { color: rgb(0, 134, 154);  border: 1px solid rgb(0, 166, 200)}
.btn.secondary.c3 { color: rgb(0, 134, 154);  border: 1px solid rgb(0, 166, 200)} 
.btn.secondary.c4 { color: rgb(0, 165, 200);  border: 1px solid rgb(0, 166, 200)}
    
.btn,
.dfz-form-1 input[type='submit']{
    appearance: none;
    display: inline-block;
    font-weight: bold;
    border: 0px;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all 0.4s ease 0s;
}

.btn:hover {
  transition: background 0.3s ease-out, opacity 0.1s linear 0.1s ;
}

.btn.primary:hover,
.btn.secondary.active:hover,
.dfz-form-1 input[type='submit']:hover{
  filter: brightness(115%);
  transition: all 0.4s ease 0s;
}
.btn.secondary:hover{
  filter: brightness(115%);
  transition: all 0.4s ease 0s;
}



.btn.disabled {
  cursor: not-allowed;
  pointer-events: none!important;
  color: #838485!important;
  border-color: #838485!important;
}
.btn.primary.disabled {
  background-color: #838485;
}




/* ========================================================================================================= TEXT */
.title-1.underline,
.title-2.underline,
.title-3.underline,
.title-4.underline,
.title-5.underline { 
    text-decoration: underline;
    text-decoration-thickness: 40%;
    text-decoration-skip-ink: none;
    text-decoration-color: #e5d777;
    text-underline-offset: -40%;
}






.title-1, 
.title-2, 
.title-3, 
.title-4, 
.title-5, 
.title-subtitle {
  margin-bottom: 0;
}

.title-1,
.dfz-default h1 {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 900;
  color: #000;
}

.title-2,
.dfz-default h2,
.blog-post-wrapper .dfz-default h1{
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  color: #000;
}

.title-3,
.dfz-default h3,
.dfz-form-1 .form-title,
.blog-post-wrapper .dfz-default h2 {
  font-size: 42px;
  line-height: 46px;
  font-weight: 900;
  color: #000;
}

.title-4,
.dfz-default h4,
.blog-post-wrapper .dfz-default h3{
  font-size: 32px;
  line-height: 35px;
  font-weight: 900;
  color: #000;
}

.title-5,
.dfz-default h5,
.blog-post-wrapper .dfz-default h4{
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
  color: #000;
}

.title-subtitle {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.p-lg,
.dfz-default p {
  font-size: 25px;
  line-height: 31px;
}
.p-md,
.dfz-default li,
.blog-post-wrapper .dfz-default h5{
  font-size: 20px;
  line-height: 1.2;
}
.p-sm {
  font-size: 18px;
  line-height: 1.2;
}



@media only screen and (max-width: 1366px){
  .title-1,
  .dfz-default h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-2,
  .dfz-default h2,
  .blog-post-wrapper .dfz-default h1{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-3,
  .dfz-default h3,
  .dfz-form-1 .form-title,
  .blog-post-wrapper .dfz-default h2{
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-4,
  .dfz-default h4,
  .blog-post-wrapper .dfz-default h3{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-5,
  .dfz-default h5, 
  .blog-post-wrapper .dfz-default h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-subtitle {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }

  .p-lg,
  .dfz-default p {
    font-size: 22px;
    line-height: 1.2;
  }
  .p-md,
  .blog-post-wrapper .dfz-default h5{
    font-size: 20px;
    line-height: 1.2;
  }
  .p-sm {
    font-size: 18px;
    line-height: 1.2;
  }
}



@media only screen and (max-width: 768px){
  .title-1,
  .dfz-default h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-2,
  .dfz-default h2,
  .blog-post-wrapper .dfz-default h1{
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-3,
  .dfz-default h3,
  .dfz-form-1 .form-title,
  .blog-post-wrapper .dfz-default h2{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-4,
  .dfz-default h4,
  .blog-post-wrapper .dfz-default h3{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-5,
  .dfz-default h5,
  .blog-post-wrapper .dfz-default h4{
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
  }

  .title-subtitle {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
  }

  .p-lg,
  .dfz-default p {
    font-size: 20px;
    line-height: 1.2;
  }
  .p-md,
  .blog-post-wrapper .dfz-default h5{
    font-size: 18px;
    line-height: 1.2;
  }
  .p-sm {
    font-size: 16px;
    line-height: 1.2;
  }
}


/* ========================================================================================================= FORMS */

.dfz-form-1 .hs_cos_wrapper_widget.widget-type-form { /* Form wrapper */ }

.dfz-form-1 .submitted-message {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.dfz-form-1 form .hs-richtext { /* Text */
  color: #fff;
  font-size: 15px;
} 

.dfz-form-1 form .hs-form-required { /* Required '*' in label */ }

.dfz-form-1 form .hs-form-field > label { /* Input title */
  display: block;
  color: #fff;
}

.dfz-form-1 form .hs-form-field .hs-field-desc { /* Help text */
  padding: 0;
}

.dfz-form-1 form fieldset { 
  width: 100%;
  max-width: 100%;
}
  
.dfz-form-1 form fieldset.form-columns-2{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}



.dfz-form-1 form fieldset.form-columns-2 .hs-form-field { width: calc(50% - 18px); }

.dfz-form-1 form .hs-form-field { 
  position: relative;
  margin-bottom: 38px;
}

.dfz-form-1 form .hs-form-field .input {
  width: 100%;
  margin: 0;
}

.dfz-form-1 form .hs-fieldtype-text .hs-input,
.dfz-form-1 form .hs-fieldtype-date .hs-input,
.dfz-form-1 form .hs-fieldtype-number .hs-input,
.dfz-form-1 form .hs-fieldtype-textarea .hs-input {
  width: 100%!important;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  color: rgb(8, 30, 42);
  font-weight: 300;
  padding: 11px 22px 15px;
  border: none;
}

.dfz-form-1 form .hs-input[type="checkbox"] { width: auto; }


/* ------------------------------------------------------------------ Select */

.dfz-form-1 form select.hs-input {
  width: 100%!important;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  background-color: #fff;
  font-size: 20px;
  line-height: 24px;
  color: rgb(8, 30, 42);
  font-weight: 300;
  padding: 11px 22px 15px;
  border: none;
  /* Background Flechita doble */
  background-image: url('https://8692156.fs1.hubspotusercontent-na1.net/hubfs/8692156/Digifianz/Assets/Icons/Arrow%20%285%29.png');
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
	-webkit-appearance: none; /* Select Safari */
     -moz-appearance: none;
	        appearance: none;
  -webkit-border-radius: 0; /* Border Safari */
     -moz-border-radius: 0;
          border-radius: 0;
}

.dfz-form-1 form textarea.hs-input {
  min-height: 160px;
  font-family: Rubik
}

.dfz-form-1 form .hs-fieldtype-checkbox input,
.dfz-form-1 form .hs-fieldtype-radio input {
  margin-right: 8px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------ Intl Phone */

.dfz-form-1 form .hs-fieldtype-intl-phone.hs-input {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0;
  border: none;
}

.dfz-form-1 form .hs-fieldtype-intl-phone { background-color: transparent!important; }

.dfz-form-1 form .hs-fieldtype-intl-phone select.hs-input {
  width: 30%!important;
  margin-right: 20px;
}

@media only screen and (max-width: 400px){
  .dfz-form-1 form .hs-fieldtype-intl-phone.hs-input { flex-flow: column wrap; }
  .dfz-form-1 form .hs-fieldtype-intl-phone select.hs-input {
    width: 100%!important;
    margin: 0 0 10px 0;
  }
  
  
}


/* ------------------------------------------------------------------ Placeholders */

:-moz-placeholder { /* Firefox 18- */ font-weight: 300;}
::-moz-placeholder { /* Firefox 19+ */ font-weight: 300;}
:-ms-input-placeholder { /* IE10 */ font-weight: 300;}
::-webkit-input-placeholder { /* Webkit Browsers */ font-weight: 300;}

/* ------------------------------------------------------------------ Custom Checkbox // Radio */

.dfz-form-1 form ul.inputs-list { 
  list-style-type: none;
  padding: 0;
  color: #fff;
}  

/* ------------------------------------------------------------------ Error messages */

.dfz-form-1 form ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  overflow: hidden;
  width: 100%;
}

.dfz-form-1 form ul.hs-error-msgs li {
  height: 40px;
  position: relative;
}

.dfz-form-1 form ul.hs-error-msgs li .hs-error-msg {
  font-size: 12px;
  line-height: 14px;
  color: #E5D777;
  position: absolute;
}


/* ------------------------------------------------------------------- FOOT FORM */

.dfz-form-1.foot-form .form-title {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 35px;
}

.dfz-form-1.foot-form form {
  max-width: 600px;
  margin: 0 auto;
}

.dfz-form-1.foot-form form .hs-form-field {
  margin-bottom: 26px;
}

.dfz-form-1.foot-form form .hs-fieldtype-text .hs-input,
.dfz-form-1.foot-form form .hs-fieldtype-date .hs-input,
.dfz-form-1.foot-form form .hs-fieldtype-number .hs-input,
.dfz-form-1.foot-form form .hs-fieldtype-textarea .hs-input,
.dfz-form-1.foot-form form select.hs-input {
  border-radius: 5px;
  padding: 11px 22px;
  font-weight: 300;
  font-family: Rubik;
}


.dfz-form-1.foot-form .actions {
  text-align: right;
}


/*
                                                                                                                    +++: =
                                                                                                             ++++:       +
                                                                                                       +++++             ,
                                                                                                =+++++                  ?
                                                                                          =+++++=                       +
                                                                                     +++++=                     +~     ?
                                                                                      :+++++++++:              +       +
                                                                                              :=++++++++=   ,++       ?:
             +=    ++:                   :=+       =+++  =+                                           ~++++++=        +
             ++    ++:                   ~++     =+=     =+                                                          ~+
             ++                                  ++                                                                  +
             ++                                  ++                                                                  +
     ++=++++ ++    ++,     +++++++ =+    :+~  +++++++++  ++    ,++=+++++,     += +++=+++    ++++++++=++      =      +~
   ,++      +++    ++,   ,++      +++    :+~     ++      ++    =:      ++     +++     =+=           ++,      +      +
   ++        ++    ++,   ++        ++    :+~     ++      =+            ~+:    +=       =+         ,++        ,+    ++
   ++        ++    ++,   ++        ++    :+~     ++      =+       ,=====+~    ++       ++        ++=          +    +~
   ++        ++    ++,   ++        ++    :+~     ++      =+    =+=,    :+~    ++       ++       =+,           +   ++
   ++        ++    ++,   ++:       ++    :+~     ++      =+    ++      =+~    ++       ++     ,++             ==  +=
    =+      =++    ++,    +=+    ++=+    :+~     ++      ++    =+,    =++~    ++       ++    +++               + ~+
     +++++++ ++    +=,      =++++: =+    ,+~     ++      ++     ++++++=~+~    +=       ++   +++++++++++~       = +=
                                   ++                                                                          +++=
                          +       :++                                                                          =++
                          ++++++++++                                                                           ,++.
                              :~,                                                                               ~               
 */

/* ========================================================================================================= HELPERS */

.hs-flex > .row-fluid-wrapper > .row-fluid > .widget-span { margin: 0; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span2 { width: 16.66%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span3 { width: 25%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span4 { width: 33.33%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span5 { width: 41.66%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span6 { width: 50%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span7 { width: 58.33%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span8 { width: 66.66%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span9 { width: 75%; }
.hs-flex > .row-fluid-wrapper > .row-fluid > .span10 { width: 83.33%; }

.hs-flex > .row-fluid-wrapper > .row-fluid { display: flex; flex-flow: row nowrap; }
.hs-flex.a-center > .row-fluid-wrapper > .row-fluid { align-items: center; }

@media only screen and (max-width: 768px){
  .hs-flex > .row-fluid-wrapper > .row-fluid { display: block; }
  .hs-flex > .row-fluid-wrapper > .row-fluid > .widget-span { width: 100%; }
}

@media only screen and (max-width: 768px) {
  .dfz-desktop { display: none!important; }
}
@media only screen and (min-width: 769px) {
  .dfz-mobile { display: none!important; }
}
.dfz-not-show { display: none!important; }
.dfz-not-show-sidebar { left: -100% !important; transition: .2s }
.dfz-not-show-img { display: none; transition: .2s}
.dfz-show { display: block!important; }

.dfz-img-tabs .tab-content {
  display: none;
  animation: fadeIn .7s;
}

.dfz-img-tabs .tab-content.active { display: block; }


/* ========================================================================================================= SECTION-TITLE */

.section-title {
  margin-bottom: 120px;
  text-align: center;
}

.section-title .subtitle {
  display: block;
  margin: 40px auto 0;
  max-width: 75%;
  font-weight: 400;
  color: rgb(0, 165, 200);
}

.dfz-title .text-wrapper {
  margin-top: 30px;
}

.dfz-title .section-title { margin-bottom: 0; }
.dfz-title .cta-wrapper { margin-top: 45px; }

.dfz-title .wrapper.left,
.dfz-title .wrapper.left .section-title { text-align: left; }
.dfz-title .wrapper.left .section-title .subtitle { margin-left: 0; }

.dfz-title .wrapper.center,
.dfz-title .wrapper.center .section-title { text-align: center; }

.dfz-title .wrapper.right,
.dfz-title .wrapper.right .section-title { text-align: right; }
.dfz-title .wrapper.right .section-title .subtitle { margin-right: 0; } 

@media only screen and (max-width: 480px){
  .section-title .subtitle { max-width: 90%; }
}




/* ========================================================================================================= NAVBAR */

.big-social .section-title {
  margin-bottom: 80px;
}

.big-social .dfz-social-icons .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  max-width: 900px;
  margin: 0 auto;
}

.big-social .dfz-social-icons a {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  color: rgb(255, 109, 0);
  background-color: #fff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;;
  margin: 20px 5px;
  max-width: fit-content;
}

.big-social .dfz-social-icons a:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

.big-social .dfz-social-icons a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 35px;
  line-height: 35px;
  height: 70px;
  width: 70px;
  border: 1px solid rgb(255, 109, 0);
  border-radius: 50%;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;;
}

@media only screen and (max-width: 768px){
  
  .big-social .dfz-social-icons .wrapper { 
    justify-content: center;
  }
  .big-social .dfz-social-icons a {
    margin: 20px 30px;
  }
}


@media only screen and (max-width: 480px){
  .big-social .dfz-social-icons a {
    margin: 20px 10px;
  }
  
  .big-social .dfz-social-icons a i {
    font-size: 28px;
    line-height: 28px;
    height: 56px;
    width: 56px;
  }
}

/* ========================================================================================================= NAVBAR */



.no-links nav.links-wrapper, .no-links #nav-btn { display: none !important; }
.no-links .dfz-navbar .logo-wrapper a { pointer-events: none; }

.dfz-navbar {
  background-color: #fff;
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  width: 100%;
  z-index: 99999;
  transform: translateY(0px);
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  transition: transform 0.2s ease-out 0s; 
  position: fixed;
  top: 0;
  height: 80px;
}

.nav-block{
  position: fixed;
  top: 0;
  transform: translateY(-100px);
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  transition: transform 0.2s ease-out 0s;
}

.nav-fix{
  position: fixed;
  top: 0;
  transform: translateY(0px);
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  transition: transform 0.2s ease-out 0s;
}

.dfz-navbar .container{
    box-sizing: border-box;
    margin: 0px auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    padding: 0;
    max-width: 1366px;
}

.dfz-navbar .nav-d {
  display: flex;
  flex-flow: row nowrap;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: space-between;
  height: auto;
}

.dfz-navbar .nav-d .links-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.dfz-navbar .nav-d .links-wrapper .hs_cos_wrapper_type_menu{
  flex-grow: 1;
  /*max-width: fit-content;*/
}

.dfz-navbar .nav-d nav.links-wrapper .ctas-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 22px;
  white-space: nowrap;
}

.dfz-navbar .nav-d nav.links-wrapper .ctas-wrapper a:not(:last-child) {
  margin-right: 10px;
}

.dfz-navbar .nav-d .logo-wrapper{
  max-width: 257px; 
}

.logo-wrapper .logo { width: 100%; }

.logo-wrapper {
  margin-top: 10px;
}

.dfz-navbar .logo-wrapper a { display: flex; }

.logo {
  max-width: 128px;
  max-height: 48px;
}

/* .dfz-navbar a { text-decoration: none; color: rgb(8, 30, 42); } */

.dfz-navbar .nav-d nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dfz-navbar .nav-d nav ul:not(.hs-menu-children-wrapper) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-1 {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  white-space: nowrap;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-1 > a {
    /* text-decoration: none; */
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
    color: rgb(8, 30, 42);
    transition: all 0.4s ease 0s;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-1 > a:hover {
  color: rgb(255, 109, 0);
}

.dfz-navbar .nav-d nav li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  display: none;
  background-color: transparent;
  
-webkit-text-fill-color: rgb(8, 30, 42);
color: rgb(8, 30, 42);
;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 30px;
  z-index: 9999;
  min-width: 100%;
  box-sizing: border-box;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-1.hs-item-has-children > a i {
  font-size: 11px;
  vertical-align: middle;
}


.dfz-navbar .nav-d nav li.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  display: block;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-2 {
  min-width: 250px;
}


.dfz-navbar .nav-d nav li.hs-menu-depth-2 > a {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  color: rgb(8, 30, 42);
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  border-bottom: 1px solid #EAEAEA;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-2 > a:hover {
  
-webkit-text-fill-color: rgb(255, 109, 0);
color: rgb(255, 109, 0);

}

.dfz-navbar .nav-d nav li.hs-menu-depth-3 > a {
  display: block;
  font-family: Rubik;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  padding: 12px 20px;
  width: 100%;
  min-width: max-content;
  border: 0.5px solid #CACACA;
  border-top: none;
  background-color: ;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.dfz-navbar .nav-d nav li.hs-menu-depth-3 > a:hover {
  background-color: #898B8B;
  
-webkit-text-fill-color: #fff;
color: #fff;

}

#nav-btn { cursor: pointer; border: none; align-items: center; outline: none!important; background-color: transparent; 
  color: rgb(59, 77, 86); font-size: 20px; display: none; -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s; transition-timing-function: ease-out; font-size: 40px; justify-content: normal; }

#nav-btn:hover { color: rgb(0, 165, 200); }

@media only screen and (min-width: 1199px) { 
  #nav-btn {
    display: none !important;
  }
  #nav-buttons {
    display: block !important;
    justify-content: space-between;
    margin-left: auto !important;
    padding-left: 100px !important;
    margin-top: auto;
    align-items:center;
  }
  .buttons-left {
    margin-left: 100px !important;
    padding-left: 80px !important;
  }
  .newHeaderWhiteText {
  font-family: K2D, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 22px;
  height: 34px;
  padding: 5px 23px;
  margin-left: 10px;
  margin-right: 19px; 
  cursor: pointer;
  color: #337BFF !important;
  background-color: transparent;
  background-size: 300% 100%;
  border: 2px solid transparent;
  }
  .newHeaderWhiteText:hover {
  color: #337BFF !important
  }
  .newHeaderWhite {
  font-family: K2D, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  padding: 5px 25px !important;
  height: 34px;
  margin-right: 24px; 
  cursor: pointer;
  color: #337BFF !important;
  background-color: transparent;
  background-size: 300% 100%;
  border-color: #337BFF;
  border: 2px solid;
  }
  .newHeaderBlue {
    font-family: K2D, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    padding: 5px 25px !important;
    height: 34px;
    margin-right: 24px; 
    cursor: pointer;
    color: #ffffff !important;
    border: 2px solid #337BFF;
    background-color: #337BFF;
  }
}


@media only screen and (max-width:1200px) {
  #nav-buttons {
    display: none !important;
  }
}


.dfz-sidenav .nav-m .links-wrapper a:hover{
  color: rgb(255, 109, 0);
  transition: .3s;
}

@media only screen and (max-width: 1366px) {
  .dfz-navbar .nav-d nav li.hs-menu-depth-1{
    padding-right: 40px
  }
  .dfz-navbar .container {
    padding-left: 33px;
    padding-right: 33px;
    text-wrap: nowrap;
  }
  .dfz-sidenav .logo-wrapper a {
    width: 171px;
  }
  .dfz-sidenav{
  text-align: center;
  transition: .2s;
  }
  .dfz-sidenav .logo-wrapper{
  margin: 0 auto;
  }
  .dfz-sidenav .nav-separator{
    height: 1px;
    background-image: linear-gradient(to right, rgb(151, 151, 151) 50%, white 50%);
    background-size: 11px 1px;
  }
}

.dfz-navbar .nav-d{ justify-content: unset; }
#nav-btn { display: flex; z-index: 9999; }
.dfz-navbar .nav-d nav.links-wrapper { display: none; }


@media only screen and (max-width: 480px){
  .dfz-navbar .nav-d img.logo{
    max-width: 160px;
  }
}

/* ================================================ NAVBAR MOBILE */

.dfz-sidenav {
  position: fixed;
  top: 0;
  lefT: 0;
  z-index: 1099;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.dfz-sidenav .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.dfz-sidenav .logo-wrapper {
  padding: 28px 0px 30px 16px;
  max-width: 230px;
}

.dfz-sidenav .logo-wrapper a { display: flex; }

.dfz-sidenav .nav-m {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100vh + 100px);
  width: 100%;
  background: white;
  text-align: left;
  transform: translateX(0px);
  transition: transform 0.3s ease-in-out 0s;
  z-index: 9;
}

.dfz-sidenav .container{
  background-color: white;
}

.dfz-sidenav .nav-m .links-wrapper { 
  display: flex;
  box-sizing: border-box;
  margin: 0px auto;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 505px;
  height: calc(100% - 200px);
  max-height: 800px;
  padding: 0 20px 40px;
  text-align: center;
}

.dfz-sidenav .nav-m .links-wrapper a img { 
  box-sizing: border-box;
  margin: 0px 24px 54px 0px;
  width: 171px;
  margin-bottom: 44px;
}

.dfz-sidenav .nav-m .links-wrapper a { 
  font-family: Rubik;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: rgb(8, 30, 42);
  transition: all 0.4s ease 0s;
}

.dfz-sidenav .nav-m .links-wrapper .separator { 
  height: 1px;
  background-image: linear-gradient(to right, rgb(151, 151, 151) 50%, white 50%);
  background-size: 11px 1px;
}
}

.dfz-sidenav .nav-m .links-wrapper::-webkit-scrollbar { display: none; }

.dfz-sidenav .nav-m .links-wrapper .hs-menu-wrapper a {
  text-decoration: none;
  color: rgb(8, 30, 42);
  font-weight: 300;
}

.dfz-sidenav ul {
  padding: 0;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1 {
  border-bottom: 0.5px solid #CACACA;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  position: relative;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1:after{
    position: absolute;
    content: '';
    height: 1px;
    background-image: linear-gradient(to right, rgb(151, 151, 151) 50%, white 50%);
    background-size: 11px 1px;
}


.dfz-sidenav .nav-m nav li.hs-menu-depth-1 .dd-btn {
  font-size: 12px;
  padding: 15px 20px;
  background-color: transparent;
  border: none;
  outline: none!important;
  
-webkit-text-fill-color: ;
color: ;

  cursor: pointer;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1 .dd-btn i {
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1 > a {  
  padding: 20px;
  flex-grow: 1;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1.active {
  background-color: ;
}
.dfz-sidenav .nav-m nav li.hs-menu-depth-1.active > a,
.dfz-sidenav .nav-m nav li.hs-menu-depth-1.active .dd-btn {
  
-webkit-text-fill-color: #fff;
color: #fff;
;
}
.dfz-sidenav .nav-m nav li.hs-menu-depth-1.active .dd-btn i {
  transform: rotate(180deg);
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1:not(.hs-item-has-children) > a {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1:not(.hs-item-has-children) > a:hover {
  background-color: rgb(0, 165, 200);
  color: #fff;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  flex-basis: 100%;
  order: 3;
  padding: 0;
  display: none;
  list-style-type: none;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-1.active > ul.hs-menu-children-wrapper { display: block!important; }

.dfz-sidenav .nav-m nav li.hs-menu-depth-2{
  background-color: #fff;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-2 > a {
  padding: 10px 20px;
  display: block;
  animation-duration: .5s;
}
.dfz-sidenav .nav-m nav li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
  padding: 0;
}
.dfz-sidenav .nav-m nav li.hs-menu-depth-2:last-child > ul.hs-menu-children-wrapper {
  padding-bottom: 0;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-2 > ul.hs-menu-children-wrapper li {
  background-color: ;
  border-top: 0.5px solid #CACACA;
}

.dfz-sidenav .nav-m nav li.hs-menu-depth-2 > ul.hs-menu-children-wrapper li a{
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  animation-duration: .5s;
  
-webkit-text-fill-color: rgb(8, 30, 42);
color: rgb(8, 30, 42);

}

.dfz-sidenav .nav-m .ctas-wrapper { 
  display: block;
  padding: 20px;
}

.dfz-sidenav .nav-m .ctas-wrapper a.btn {
  display: block;
  margin-top: 20px;
}


/* ========================================================================================================= IMG - TABS */



.dfz-img-tabs .background-img-tabs{
  position: relative;
  opacity: 0.99;
  padding-top: 200px;
  padding-bottom: 90px;
  height: 465px;
  margin: 0px;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.dfz-img-tabs .background-img-tabs h2{
  width: 100%;
  font-size: 64px;
  line-height: 81px;
  margin-top: 64px;
  box-sizing: border-box;
  margin: 16px 0px 8px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.dfz-img-tabs .background-img-tabs .background-text{
  font-size: 24px;
  line-height: 28px;
  margin-top: 0px;
  margin: 4px 0px 0px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.dfz-img-tabs .col-tabs{
  display: flex;
  margin: 25px 1.3em 0px;
  border-bottom: 1px solid rgb(220, 234, 234);
  border-top-color: rgb(220, 234, 234);
  border-right-color: rgb(220, 234, 234);
  border-left-color: rgb(220, 234, 234);
}

.dfz-img-tabs .tab-btn{
  margin: 0px 15px;
  padding: 0px 12px 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(8, 30, 42);
  white-space: nowrap;
}

.dfz-img-tabs .tab-btn.active{
  border-bottom: 6px solid #337BFF;
  border-top-color: #337BFF;
  border-right-color: #337BFF;
  border-left-color: #337BFF;
}

@media only screen and (max-width: 450px) {
  .col-info{
    padding-top: 10px;
  }

  .dfz-img-tabs .background-img-tabs h2{
    font-size: 48px;
    line-height: 55px;
  }
    .dfz-img-tabs .background-img-tabs .background-text{
    font-size: 20px;
    line-height: 30px;
  }
  .dfz-img-tabs .col-tabs{
    justify-content: space-between;
  }
  .dfz-img-tabs .tab-btn{
    margin: 0;
    padding: 8px 4px;
  }
}

.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 60px;
  cursor: pointer;
  transition: all .5s ease-in-out;
  /* border: 3px solid #fff; */
}
.menu-btn__burger {
  width: 39px;
  height: 5px;
  background: rgb(59, 77, 86);
  border-radius: 5px;
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 39px;
  height: 4.6px;
  background: rgb(59, 77, 86);
  border-radius: 5px;
  transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
  transform: translateY(-13px);
}
.menu-btn__burger::after {
  transform: translateY(13.5px);
}
/* ANIMATION */
.menu-btn.open .menu-btn__burger {
  background: transparent;
  box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) ;
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) ;
}

/* ========================================================================================================= BLOG LIST */

.dfz-blog .blog-list .post-listing{ display: flex; flex-wrap: wrap; padding-left: 0; justify-content: flex-start; padding-left: 15px; }

.dfz-blog .blog-list .post-item{
  flex: 0 0 30.9%;
  margin: 1.2%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid rgb(225, 225, 225);
  transition: .4s;
}

.dfz-blog .blog-list #featured{
  flex: 0 0 63.8%;
  position: relative;
}

.dfz-blog .blog-list #featured .background-featured-image{
  height: 442px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.dfz-blog .blog-list #featured .post-data{
  position: absolute;
  top: 11%;
}

.dfz-blog .blog-list #featured .extra-info{
  position: absolute;
  bottom: -125%;
  color: white;
}

.dfz-blog .blog-list #featured .post-data .topic-link{
  color: #337BFF;
  font-weight: 700;
}

.dfz-blog .blog-list #featured .post-data .topic-link:hover{
  color: white;
}

.dfz-blog .blog-list #featured .post-data {
  padding: 8px 25px 0px;
}

.dfz-blog .blog-list #featured .post-data a{
  color: white;
}

.dfz-blog .blog-list #featured .post-data a:hover{
  color: black;
}


.dfz-blog .blog-list #featured .author-link{
  top: 25px;
  left: 25px;
  z-index: 99;
}

.dfz-blog .blog-list .featured:first-child{
  display:block;
  
}

.dfz-blog .blog-list .post-item img{
  width: 100%
}


.dfz-blog .blog-list .background-featured-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: relative;
    transition: 0.5s;
}

.dfz-blog .blog-list .author-link{
    position: absolute;
    left: 12px;
    top: 15px;
    height: 36px;
    width: 36px;
}

.dfz-blog .blog-list .author-link img{
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 50%;
  background-color: white;
  transition: all 0.4s ease 0s;
}

.dfz-blog .blog-list .author-link img:hover{
  transform: scale(1.2);
  transition: all 0.4s ease 0s;
}

.dfz-blog .blog-list .post-data #hubspot-topic_data{
  margin-top: 25px;
  margin-bottom: 10px;
}

.dfz-blog .blog-list .post-data #hubspot-topic_data a,
.dfz-blog .blog-list .post-data h2 a{
  color: #337BFF;
  transition: all 0.4s ease 0s;
}

.dfz-blog .blog-list .post-data h2 a{
  color: black;
  transition: all 0.4s ease 0s;
  height: 116px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  line-clamp: 4;
}
.dfz-blog .blog-list .post-data #hubspot-topic_data a:hover,
.dfz-blog .blog-list .post-data h2 a:hover{
  color: rgb(27 60 112);
}

.dfz-blog .blog-list .post-data h2{
  height: 90px;
}

.dfz-blog .blog-list .post-data{
  padding: 8px 26px 0px
}

.dfz-blog .blog-list .extra-info{
  margin-top: 32px;
  color: rgb(128, 128, 128);
  font-size: 14px;
}

.dfz-blog .featured-img{
  color: white;
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #337BFF;
  height: 34px;
  width: 102px;
  border-radius: 25px;
  font-weight: 400;
  cursor: pointer;
}

.dfz-blog #featured .post-data p{
  color: #337BFF;
  }

.dfz-blog .featured-img img{
  width: 16px !important;
}

@media only screen and (max-width: 1024px) {
  .dfz-blog .blog-list #featured .background-featured-image{
    height: 430px;
  }
  .dfz-blog .blog-list .post-item{
    flex: 0 0 47%;
    margin: 1%;
  }
    .dfz-blog .blog-list #featured{
    flex: 0 0 96%;
    position: relative;
  }
}
  
@media only screen and (max-width: 640px) {
  .dfz-blog .blog-list .post-listing{
    flex-direction: column;
  }
  
  .dfz-blog .blog-list .post-listing{ padding-left: 0; }
  
  .dfz-blog .blog-list .post-item{
    flex: 0 0 100%;
    margin: 0;
    margin-bottom: 30px;
  } 

  .dfz-blog .blog-list .post-data #hubspot-topic_data{
    margin-top: 15px;
  }
}

.dfz-blog .blog-list .post-item:hover,
.dfz-blog .related-post .post-item:hover
{
  transform: scale(1.02);
  transition: 0.3s;
}


/* ========================================================================================================= BLOG POST */
.dfz-blog .featured-image-post{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 465px;
}
.dfz-blog .author-link{
  color: black !important;
}
.dfz-blog .blog-post .hero-post{
  height: 450px;
  width: 100%
}

.dfz-blog .blog-post .post-header{
  font-size: 23px;
}

.dfz-blog .blog-post .author-link{
  margin: 32px 0px 0px;
  display: flex;
  align-items: center;
}

.dfz-blog .blog-post .hs-author-avatar{
  margin-right: 20px;
}
.dfz-blog .blog-post .hs-author-avatar img{
  width: 36px;
  height: 36px;
}

.dfz-blog .blog-post .post-body{
  margin-top: 20px;
}

.dfz-blog .blog-post .blog-flex-wrapper{
  display: flex;
  padding: 50px 80px;
  flex-grow: 0;
  flex-shrink: 0;
}

.dfz-blog .blog-post .related-post{
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 20px;
  flex-basis: 35%;
}

.dfz-blog .blog-post .blog-post{
  flex-basis: 65%;
}

.dfz-blog .blog-post .related-post .share{
  position: sticky;
  top: 55px;
}

.dfz-blog .blog-post .post-header{
  color: black;
}

.dfz-blog .blog-post.author-header{
  color: rgb(8, 30, 42);
  width: 130px;
}

.dfz-blog .blog-post .written{
  border-top: 1px solid rgb(230, 230, 230);
  padding-top: 30px;
  margin-top: 15px;
  margin-left: 16px;
  display: flex;
  font-weight: 300;
}

.dfz-blog .blog-post .written-text{
  margin-left: 16px;
}

.dfz-blog .blog-post .post-body{
  text-align: justify;
  color: rgb(8, 30, 42);
  line-height: 28px;
  font-size: 18px;
  
}

.dfz-blog .blog-post .post-body h1{
  margin-top: 35px
}

.dfz-blog .blog-post .written-text a{
    margin: 0px;
    color: rgb(8, 30, 42);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.dfz-blog .blog-post .written-text p{
  margin: 0;
  line-height: 1.6;
}

.dfz-blog .blog-post .written-img{
  margin-top: 10px;
}

.dfz-blog .blog-post .tags{
  text-align: right;
  margin-top: 40px;
}

.dfz-blog .blog-post .head-tags{
    text-decoration: none;
    font-size: 18px;
    color: #337BFF;
    transition: all 0.4s ease 0s;
}

.dfz-blog .blog-post .tags a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #337BFF;
    transition: all 0.4s ease 0s;
}

.dfz-blog .blog-post .written-text .hs-author-label{
    margin: 0px 0px 10px;
    color: #337BFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.dfz-blog .blog-post .tags a:hover, .dfz-blog .blog-post .head-tags:hover{
  color: rgb(27 60 112);
}

.dfz-blog .related-post-title{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 3px solid #337BFF;
}

.dfz-blog .related-post .post-item {
  border-radius: 10px;
  border: 1px solid rgb(225, 225, 225);
  transition: all 0.4s ease 0s;
  margin: 20px auto;
}

.dfz-blog .related-post .post-item {
  transition: all 0.3s;
}

.dfz-blog .related-post h2{
  font-size: 26px;
  color: black;
  margin-top: 10px;
  padding: 10px;
}

.dfz-blog .related-post h2 a{
  color: black;
  transition: .3s;
}

.dfz-blog .related-post h2 a:hover{
  color: rgb(27 60 112);
  transition: .3s;
}

.dfz-blog .related-post .related-share-buttons{
  display: flex;
}

.dfz-blog .related-post .background-featured-image-single-post{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dfz-blog .post-body img{
  max-width: 100%;
}
.container-input-search{
  display: flex;
  align-items: center;
}
.input-search{
  background: #FAFAFA;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: url(https://14573977.fs1.hubspotusercontent-na1.net/hubfs/14573977/10170534185/magnifying-glass-solid%201.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    max-width: 650px;
    width: 100%;
    height: 42px;
    margin-left: auto;
  margin-right: 20px;
    padding-left: 30px;
}

@media only screen and (max-width: 1366px) {
  .dfz-blog .blog-post .post-header{
  font-size: 20px;
  }
  
  .dfz-blog .blog-post .blog-flex-wrapper{
  padding: 44px 60px;
  }
}

@media only screen and (max-width: 1100px) {
    .dfz-blog .blog-post .related-post{
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px){
  .dfz-blog .featured-image-post{
    height: 300px;
  }
  .input-search{
    margin: 10px auto;
  }
  .container-input-search{
  flex-direction:column;
  }
}

@media only screen and (max-width: 450px) {
  .dfz-blog .featured-image-post{
    height: 200px;
  }
  .dfz-blog .blog-post .related-post{
    padding-left: 0px;
    padding-top: 40px;
  }
}



@media only screen and (max-width: 1024px) {
  .dfz-blog .blog-post .post-header{
  font-size: 16px;
  }

  .dfz-blog .blog-post .related-posts {
    display: none;
  }
  .dfz-blog .blog-post .blog-flex-wrapper{
    padding: 24px 0;
     display: block;
  }
}

/* ========================================================================================================= AUTHOR */

.dfz-blog .author-info{
  display: flex;
  margin: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid grey;
}

.dfz-blog .author-info .avatar{
  margin: 20px 0px 20px 20px;
  width: 125px;
  border: 2px solid white;
}
.dfz-blog .author-info .avatar img{
  width: 100%;
}

.dfz-blog .author-info .info{
  margin: 20px;
  margin-left: 30px;
}

.dfz-blog .author-info .info h2{
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  color: rgb(8, 30, 42);
}

.dfz-blog .author-info .info p{
  font-size: 20px;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 30px;
  color: rgb(8, 30, 42);
  font-weight: 200;
}

.dfz-blog .author-info .info strong{
  margin: 0px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(8, 30, 42);
}


@media only screen and (max-width: 468px) {
  .dfz-blog .author-info .avatar img{
    min-width: 100px;
  }
  .dfz-blog .author-info{
    margin: 0;
    margin-top: 32px;
  }
  
  .dfz-blog .author-info .info{
  margin: 15px;
  }
  
.dfz-blog .author-info .info p{
  font-size: 16px;
  line-height: 24px;
  }

  .dfz-blog .author-info .info strong{
    font-size: 20px;
    line-height: 30px;
  }
  .dfz-blog .author-info .avatar{
    margin: 20px 0px 0px 0px;
  }
  .dfz-blog .author-info .info h2{
    font-size: 35px;
  }
}


/* ========================================================================================================= AUTHORS LIST*/

.dfz-blog .author-listing-wrapper .background-featured-image{
  position: relative;
  height: 250px;
}

.dfz-blog .author-listing-wrapper .author-header{
  position: absolute;
  top: 50%;
  margin-left: 18px;
}

.dfz-blog .img-title{
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 27px;
}

.dfz-blog .blog-list .author-data{
  height: 170px;
}

.dfz-blog .blog-list .author-data h2{
  height: auto;
}

.dfz-blog .blog-list .author-bio{
  box-sizing: border-box;
  margin: 0px 18px;
  padding-top: 16px;
  color: rgb(128, 128, 128);
  font-size: 16px;
  line-height: 24px;
  height: 100px;
}

.dfz-blog .blog-list .author-bio strong{
  box-sizing: border-box;
  color: rgb(8, 30, 42);
  font-size: 17px;
  line-height: 29px;
  min-height: 30px;
  font-weight: 400
}

/* ========================================================================================================= TAG LIST*/

.bc-1, .bc-7, .bc-13, .bc-19, .bc-25, .bc-31, .bc-37, .bc-43{ background-color: #337BFF; }
.bc-2, .bc-8, .bc-14, .bc-20, .bc-26, .bc-32, .bc-38, .bc-44{ background-color: rgb(8, 30, 42) }
.bc-3, .bc-9, .bc-15, .bc-21, .bc-27, .bc-33, .bc-39, .bc-45{ background-color: rgb(255, 109, 0) }
.bc-4, .bc-10, .bc-16, .bc-22, .bc-28, .bc-34, .bc-40, .bc-46{ background-color: rgb(255, 183, 6) }
.bc-5, .bc-11, .bc-17, .bc-23, .bc-29, .bc-35, .bc-41, .bc-47{ background-color: #337BFF }
.bc-6, .bc-12, .bc-18, .bc-24, .bc-30, .bc-36, .bc-42, .bc-48{ background-color: rgb(18, 68, 73) }

.dfz-blog .tag-listing-wrapper .background-featured-image{
  border-radius: 10px;
}

.dfz-blog .tag-listing-wrapper .tag-header{
  padding: 75px 0px 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
}

/* ========================================================================================================= EMAIL SUBSCRIPTION */

.is-visible{
  opacity: 1!important;
  transform: translateY(0)!important;
  transition: opacity .3s;
    position: sticky;
  bottom: 0px;
}


.is-complete{
  opacity: 1!important;
  transform: translateY(0)!important;
}

.subscription{
  margin: 0px;
  background-color: #337BFF;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 70px;
  opacity: 0;
  transition: opacity .3s;
  z-index: 9;
}

@media only screen and (max-width: 960px) {
  .subscription{ opacity: 1 }
}

.is-not-sticky{
  position: initial;
  opacity: 1;
}

.sub-sticky{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateY(100px);
  transition: opacity .3s,transform .3s;
  z-index: 10;
  background-color: #337BFF;
}

.subscription .hs_cos_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.subscription .form-wrapper h3{
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 8px 16px;
  font-weight: 200;
  max-width: 300px;
}

.subscription .form-wrapper label{
  display:  none;
}

.hs-form-radio-display {
  display: flex !important;
  color: white;
  width: 180px;
}

.multi-container {
  display: flex !important;
  list-style: none;
  font-size: 19px;
}

@media only screen and (max-width: 468px) {
  .multi-container {
    display: flex !important;
    list-style: none;
    font-size: 19px;
    flex-direction: column;
  }
  
  .subscription .form-wrapper .input{
    min-width: 250px !important;
  }
}

.subscription .form-wrapper .input{
   min-width: 300px;
}

.subscription .form-wrapper .input input{
  width: 100%;
  padding: 8px 16px;
  color: grey;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
  resize: none;
  font-size: 18px;
  height: 50px;
  line-height: inherit;
  display: block;
}

.subscription .form-wrapper .input input[type="email"]{
  border-radius: 50px;
}

.subscription .form-wrapper .input input[type="radio"]{
  width: 20%;
  margin: 0;
  margin-right: 8px;
  height: auto;
}

.subscription .form-wrapper .actions{
  padding: 8px 16px;
}

.subscription .form-wrapper .hs-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.subscription .form-wrapper .hs-error-msgs{
  display: none !important;
}

.subscription .form-wrapper .submitted-message{
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 8px 16px;
  font-weight: 400;
}

.subscription .form-wrapper .hs-button{
  appearance: none;
  display: inline-block;
  border: 0px;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  border-radius: 30px;
  padding: 16px 32px 15px 32px;
  min-width: 200px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  font-weight: 700;
  transition: all 0.4s ease 0s;
  color: #337BFF;
  background-color: rgb(235, 248, 251);
}

.subscription .form-wrapper .hs-button:hover{
  filter: brightness(115%);
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 960px) {
  .sub-sticky{
   display: none !important;
  }
  
  .subscription .form-wrapper .hs-form{
    flex-direction: column;
  }
}

/* ========================================================================================================= FOOTER */


.no-links .dfz-footer { display: none!important; }
.no-links .footer-foot .dfz-social-icons { display: none!important; }

.dfz-footer {
  height: 80px;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .dfz-footer {
    padding-top: 43px;
  }
  .subscription-line{
  background-color: #337BFF;
  height: 205px;
  width: 100%;
  position: absolute;
  top: -155px;
  z-index: 8;
}

}

.dfz-footer a[href="javascript:;"]{
  pointer-events: none;
  cursor: default;
}

.dfz-footer .wrapper {
  border-top: 1px solid rgba(220,234,234,0.41);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  flex-wrap: wrap;
  height: 100%;
  margin: 0px;
}

.dfz-footer .privacy{
  margin: 0px;
  font-family: Rubik;
  font-size: 14px;
  color: rgba(8, 30, 42, 0.6);
  text-align: center;
  font-weight: 400;
}

.dfz-footer .privacy > * {
  margin-bottom: 5px;
}

.dfz-footer .wrapper .logo-wrapper {
  flex-basis: 25%;
}

.dfz-footer .wrapper .logo-wrapper img { max-width: 100%; }

.dfz-footer .wrapper .logo-wrapper p {
  font-size: 12px;
  line-height: 18px;
  margin: 30px 0;
  max-width: 220px;
}

.dfz-footer .links-wrapper {
  flex-basis: 75%;
}

.dfz-footer .links-wrapper a {
  text-decoration: none;
  color: rgb(8, 30, 42);
  transition: .3s;
}

.dfz-footer .links-wrapper a:hover {
  color: rgb(27 60 112);
  transition: .3s;
}

.dfz-footer .links-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dfz-footer .separator{
    margin: 32px 0px;
    width: 100%;
    height: 1px;
    background-color: grey;
}

.dfz-footer .social-wrapper{
  width: 33.3333%;
}

.dfz-footer .social-icons{
    display: flex;
    margin: 0px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.dfz-footer .social-icons a,
.dfz-blog .related-share-buttons a{
    width: 42px;
    height: 42px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 21px;
    background-color: #337BFF;
    transition: .3s;
}

.dfz-footer .social-icons a:hover,
.dfz-blog .related-share-buttons a:hover
{
  color: white;
  filter: brightness(115%);
  transition: .3s;
}

.dfz-footer .social-icons a svg,
.dfz-blog .related-share-buttons a svg
{
  overflow: visible;
  width: 0.875em;
  font-size: 21px;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  color: white;
} 

.dfz-footer .wrapper2{
  display: flex;
  justify-content: space-between;
}

.dfz-footer .location-wrapper{
  display: flex;
}
.dfz-footer .location{
    margin: 0px 16px 0px 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 200;
    text-align: right;
    width: 50%;
}

.dfz-footer .location:last-child{
    margin: 0px;
}

.dfz-footer .links-wrapper ul {
  box-sizing: border-box;
  margin: 0px 0px 64px;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 47px;
}

.dfz-footer .links-wrapper .hs-menu-depth-1 {
  flex-basis: calc(100% / 3);
  flex-grow: 1;
}

.dfz-footer .links-wrapper .hs-menu-depth-1 > a {
  font-weight: 700;
  display: block;
  min-height: 43px;
  color: white;
  width: 220px;
}

.dfz-footer .links-wrapper a:hover{
  color: rgb(27 60 112) !important;
}

.dfz-footer .links-wrapper .hs-menu-depth-2 {
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 250px;
}

.dfz-footer .links-wrapper .hs-menu-depth-3 {
  font-weight: 200;
  margin-bottom: 0px;
}

.dfz-footer p{
  line-height:0;
}



@media only screen and (max-width: 830px) {
  
  .dfz-footer .social-icons{
    justify-content: center;
  }
  
  .dfz-footer .wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    align-items: center;
  }
  
  .dfz-footer .privacy{
    padding-bottom: 20px;
  }
  
  .dfz-footer p{
  line-height:1;
  }
  
  .dfz-footer .social-wrapper{
    width: 100%;
  }
  .dfz-footer .wrapper { 
    flex-flow: column;
    text-align: left;
  } 
  
  .dfz-footer .wrapper .logo-wrapper,
  .dfz-footer .links-wrapper { flex-basis: 100%; }
  
  .dfz-footer .wrapper .logo-wrapper { padding-left: 20px; margin-bottom: 20px; }
  .dfz-footer .links-wrapper { padding-left: 0;}
  
  .dfz-footer .links-wrapper ul:first-child {
    flex-flow: column;
  }
  
  
  .dfz-footer .links-wrapper .hs-menu-depth-1 > a{
    min-height: 0;
  }
}  

@media only screen and (max-width: 360px) {
  .dfz-footer .social-icons a{
  padding: 14px;
  }
}
  
/* ========================================================================================================= CONTENT HELPERS */

  pre{
    white-space: break-spaces;
  }
  
  blockquote{
    border-left: 6px solid #337BFF;
    padding-left: 10px;
    line-height: 160%;
    font-weight: bolder;
  }
  
  .dfz-blog .post-body a{
    color: #337BFF;
    transition: .3s;
    text-decoration: underline;
  }
  .dfz-blog .post-body a:hover{
    color: rgb(27 60 112);
    transition: .3s;
  }












/*
                                                                                                                    +++: =
                                                                                                             ++++:       +
                                                                                                       +++++             ,
                                                                                                =+++++                  ?
                                                                                          =+++++=                       +
                                                                                     +++++=                     +~     ?
                                                                                      :+++++++++:              +       +
                                                                                              :=++++++++=   ,++       ?:
             +=    ++:                   :=+       =+++  =+                                           ~++++++=        +
             ++    ++:                   ~++     =+=     =+                                                          ~+
             ++                                  ++                                                                  +
             ++                                  ++                                                                  +
     ++=++++ ++    ++,     +++++++ =+    :+~  +++++++++  ++    ,++=+++++,     += +++=+++    ++++++++=++      =      +~
   ,++      +++    ++,   ,++      +++    :+~     ++      ++    =:      ++     +++     =+=           ++,      +      +
   ++        ++    ++,   ++        ++    :+~     ++      =+            ~+:    +=       =+         ,++        ,+    ++
   ++        ++    ++,   ++        ++    :+~     ++      =+       ,=====+~    ++       ++        ++=          +    +~
   ++        ++    ++,   ++        ++    :+~     ++      =+    =+=,    :+~    ++       ++       =+,           +   ++
   ++        ++    ++,   ++:       ++    :+~     ++      =+    ++      =+~    ++       ++     ,++             ==  +=
    =+      =++    ++,    +=+    ++=+    :+~     ++      ++    =+,    =++~    ++       ++    +++               + ~+
     +++++++ ++    +=,      =++++: =+    ,+~     ++      ++     ++++++=~+~    +=       ++   +++++++++++~       = +=
                                   ++                                                                          +++=
                          +       :++                                                                          =++
                          ++++++++++                                                                           ,++.
                              :~,                                                                               ~               
 */