/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 /*  */
 /* Orange (247, 109, 59) */
 /* Purple (80, 0, 172) */
 /* (255, 255, 255) */
 /* (0, 0, 0) */
 /* (51, 51, 51) */
 /* (230, 232, 231) */




 /* Add to every CSS File */

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 /*  */
 /* Orange (247, 109, 59) */
 /* Purple (80, 0, 172) */
 /* (255, 255, 255) */
 /* (0, 0, 0) */
 /* (51, 51, 51) */
 /* (230, 232, 231) */




 /* Add to every CSS File */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

.body-container-wrapper{
  margin-top:75px;
}

.container {
  width: 100%;
  max-width: calc(1180px * 0.9);
  padding: 0 20px;
  margin: 0 auto;
}

.container-step-boxes{
    width: 100%;
  max-width: calc(1000px * 0.9);
  padding: 0 20px;
  margin: 0 auto;
}

.tc {
  text-align: center;
}

.dfz-not-show {
  display: none!important;
}

@media only screen and (max-width: 767px) {
  .dfz-desktop { display: none!important; }
  .dfz-mobile { display: initial; }
}

@media only screen and (min-width: 768px) {
  .dfz-desktop { display: initial; }
  .dfz-mobile { display: none!important; }
}

/* ============================================================================================ MISCELLANEOUS */

.underline-orange-1 {
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/Asset%2011.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}

.circle-orange {
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/Asset%2010.svg");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 5px;
}

.ul-o-1 { /* Underline Orange 1 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/Asset%2011.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.ul-o-2 { /* Underline Orange 1 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/asset%2011%20str.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}

.cir-o-1 { /* Circle Orange 1 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/Asset%2010.svg");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 8px;
}

.cir-o-2 { /* Circle Orange 2 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/Asset%2010-2.svg");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 5px;
}

.ul-p-1 { /* Underline Purple 1 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/longline-purple.svg");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.cir-p-1 { /* Circle Purple 1 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/circle-purple.svg");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 8px;
}

.cir-p-2 { /* Circle Purple 2 */
  background-image: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Assets/Miscellaneous/circle-purple-2.svg");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 5px;
}


/* ============================================================================================ BUTTONS */

.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #fff;
  outline: none!important;
  text-decoration: none;
  text-transform: uppercase; 
  transition: all .3s;
}

.btn.md {
  font-size: calc(14px * 0.9);
  line-height: 1;
  padding: 14px 20px;
}

.btn.sm {
  font-size: calc(14px * 0.9);
  line-height: 1;
  padding: 10px 15px;
}

.btn.c0 { /* Color 0 */
  border: 2px solid #000000;
  background-color: #000000;
}

.btn.c1 { /* Color 1 */
  border: 2px solid #f76d3b;
  background-color: #f76d3b;
} 

.btn.c2 { /* Color 2 */
  border: 2px solid #5000ac;
  background-color: #5000ac;
}

.btn:hover {
  background-color: transparent; 
}
.btn.c0:hover {
  color: #000000; 
}
.btn.c1:hover {
  color: #f76d3b; 
}
.btn.c2:hover {
  color: #5000ac; 
}

/* ============================================================================================ TEXT STYLES */

.title-1 {
  font-family: "Roboto", sans-serif;
  font-size: calc(71px * 0.9);
  line-height: 1;
  font-weight: 900;
}

.title-2 {
  font-family: "Roboto", sans-serif;
  font-size: calc(49px * 0.9);
  line-height: 1.1;
  font-weight: 900;
}

.title-3 {
  font-family: "Roboto Slab", serif;
  font-size: calc(40px * 0.9);
  line-height: 1.5;
  font-weight: 700;
}

.title-5 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

/* Paragraph & Bullets Title */
.title-4 { 
  font-family: "Roboto Slab", serif;
  font-size: calc(30px * 0.9);
  line-height: 1.1;
  font-weight: 700;
  color: #333333;
}

.title-4-bis { 
  font-family: "Roboto Slab", serif;
  font-size: calc(23px * 0.9);
  line-height: 1.1;
  font-weight: 700;
  color: #333333;
}

.title-sup {
  font-family: "Roboto Mono", monospace;
  font-size: calc(18px * 0.9);
  line-height: 1.6;
  font-weight: 300;
  text-transform: uppercase;
}

.p-md {
  font-family: "Roboto", sans-serif;
  font-size: calc(19px * 0.9);
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}

.p-md-bis {
  font-family: "Roboto", sans-serif;
  font-size: calc(16px * 0.9);
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
}

.p-sm {
  font-family: "Roboto", sans-serif;
  font-size: calc(16px * 0.9);
  line-height: 1.3;
  font-weight: 400;
  color: #333333;
}

.upper { text-decoration: uppercase; }


@media only screen and (max-width: 767px) {
  
  .title-1 {
    font-size: 50px;
    line-height: 1.1;
  }

  .title-2 {
    font-size: 35px;
    line-height: 1.1;
  }

  .title-3 {
    font-size: 29px;
    line-height: 1.5;
  }

  /* Paragraph & Bullets Title */
  .title-4 { 
    font-size: 24px;
    line-height: 1.1;
  }

  .title-sup {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-md {
    font-size: 16px;
    line-height: 1.3;
  }
  
  .p-sm {
    font-size: 14px;
    line-height: 1.3;
  }
}

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

@font-face {
  font-family: "Roboto";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto/Roboto-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Slab/RobotoSlab-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Slab/RobotoSlab-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Slab/RobotoSlab-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Mono/RobotoMono-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Mono/RobotoMono-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("https://5292292.fs1.hubspotusercontent-na1.net/hubfs/5292292/Digifianz/2020/Fonts/Roboto%20Mono/RobotoMono-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 /*  */
 /* Orange (247, 109, 59) */
 /* Purple (80, 0, 172) */
 /* (255, 255, 255) */
 /* (0, 0, 0) */
 /* (51, 51, 51) */
 /* (230, 232, 231) */




 /* Add to every CSS File */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




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

#nav-header {
  background-color: #333333;
  text-align: right;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 101;
}

#nav-header .top-links-wrapper{
  display: flex;
  justify-content: space-between;
}

#nav-header .top-links-wrapper .link-wrapper {
  display: inline-block;
  position: relative;
}

#nav-header .top-links-wrapper .link-wrapper > a {
  min-width: 200px;
}

#nav-header .top-links-wrapper ul.wrapper-depth-0 {
  display: none;
  padding: 0; 
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 100%;;
  background-color: #333333;
  z-index: 999;
  text-align: left;
}

#nav-header .top-links-wrapper .link-wrapper:hover ul.wrapper-depth-0 {
  display: block!important;
}

#nav-header .top-links-wrapper .link-wrapper a {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
}

#nav-header .top-links-wrapper .link-wrapper ul.wrapper-depth-0 li:hover {
  background-color: #f76d3b;
}

#nav-header .top-links-wrapper .link-wrapper ul.wrapper-depth-0 a {
  padding: 10px 20px;
}

.dfz-navbar {
  background-color: #000;
  font-family: "Roboto Mono", monospace;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  position: -webkit-fixed;
  position: fixed;
  top: 35px;
  width: 100vw;
  z-index: 100;
}

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

.dfz-navbar > .container {
  position: relative; 
}

.dfz-navbar .nav-d img.logo{
  width: 140px;
}

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

.dfz-navbar a { text-decoration: none; color: #fff; }

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

.dfz-navbar .nav-d nav li.link-depth-1 {
  display: inline-block;
}

.dfz-navbar .nav-d nav li.link-depth-1 > a {
  display: inline-block;
  padding: 30px 20px;
}

.dfz-navbar .nav-d nav li.link-depth-1:hover {
  background-color: #333333;
}

.dfz-navbar .nav-d nav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
}

.dfz-navbar .nav-d nav li.link-depth-1:hover .submenu {
  display: block;
}

.dfz-navbar .nav-d nav .submenu .submenu-wrapper {
  display: flex;
  flex-flow: row nowrap;
  background-color: #333333;
  width: fit-content;
  margin: 0 0 0 auto;
}

.dfz-navbar .nav-d nav .submenu .desc-box {
  background-color: #000;
  color: #fff;
  padding: 40px 30px;
  min-width: 310px;
  max-width: 310px;
  min-height: 350px;
}

.dfz-navbar .nav-d nav .submenu .desc-box img.link-icon {
  margin-bottom: 15px;
}

.dfz-navbar .nav-d nav .submenu .desc-box .title {
  display: block;
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.dfz-navbar .nav-d nav .submenu .desc-box .p-sm {
  display: block;
  text-transform: none;
  margin-top: 8px;
  color: #fff;
  font-weight: 300;
}

.dfz-navbar .nav-d nav .submenu .links-box {
  display: flex;
  flex-flow: row nowrap;
} 

.dfz-navbar .nav-d nav .submenu .links-col {
  padding: 40px 0;
  width: 100%;
  max-width: 269px;
}

.dfz-navbar .nav-d nav .submenu .links-col .wrapper {
  height: 100%;
  border-right: 1px solid rgba(230, 231, 231, 0.2);
  display: flex;
  flex-direction: column;
}
.dfz-navbar .nav-d nav .submenu .links-col:last-child .wrapper {  border: none; }

.dfz-navbar .nav-d nav .submenu .links-col .wrapper .wrapper-depth-2 { 
  flex-grow: 1;
  /*overflow-y: auto;*/
  padding: 0 30px;
}

.dfz-navbar .nav-d nav .submenu .links-col .wrapper .wrapper-depth-2::-webkit-scrollbar {
  width: 1px;
}
.dfz-navbar .nav-d nav .submenu .links-col .wrapper .wrapper-depth-2::-webkit-scrollbar-track {
  background: transparent;
}
.dfz-navbar .nav-d nav .submenu .links-col .wrapper .wrapper-depth-2::-webkit-scrollbar-thumb {
  background: #333333;
  height: 20px;
  display: inline-block;
}
.dfz-navbar .nav-d nav .submenu .links-col .wrapper .wrapper-depth-2::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.dfz-navbar .nav-d nav .submenu .links-col .col-title {
  display: block;
  padding: 0 30px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.dfz-navbar .nav-d nav .submenu .links-col .link-depth-2{
  margin-bottom: 16px;
}

.dfz-navbar .nav-d nav .submenu .links-col .link-depth-2 a {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  transition: all .3s;
}

.dfz-navbar .nav-d nav .submenu .links-col .link-depth-2 a:hover {
  color: #f76d3b!important;
}

.dfz-navbar .nav-d nav .submenu .links-col .link-depth-2 .desc {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}

#nav-btn {
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  outline: none!important;
  background-color: #000;
  padding: 30px 20px;
  color: #fff;
  font-size: 18px;
  display: none;
}

.dfz-navbar.white .nav-d nav .submenu .links-col .wrapper { border-color: #e6e8e7; }
.dfz-navbar.white .nav-d nav .submenu .desc-box { background-color: #e6e8e7; }
.dfz-navbar.white .nav-d nav .submenu-wrapper  { background-color: #fff; max-height: 350px;}
.dfz-navbar.white .nav-d nav .submenu-wrapper .desc-box *,
.dfz-navbar.white .nav-d nav .submenu .links-col .col-title,
.dfz-navbar.white .nav-d nav .submenu .links-col .link-depth-2 a,
.dfz-navbar.white .nav-d nav .submenu .links-col .link-depth-2 .desc { color: #000; }
.dfz-navbar.white .nav-d nav .submenu .desc-box img.link-icon { filter: invert(1); }


@media only screen and (max-width: 980px) {
  #nav-btn { display: flex; }
  .dfz-navbar .nav-d .links-wrapper { display: none; }
  
}




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

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

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

.dfz-sidenav .logo-wrapper {
  padding: 15px 0 15px 20px;
}

.dfz-sidenav .nav-m {
  background-color: #000;
  max-width: 300px;
  height: 100%;
  padding: 29px 0 50px;
  font-family: "Roboto Mono", monospace;
  font-size: 15px;
}

@media only screen and (max-width: 400px) {
  .dfz-sidenav .nav-m { max-width: calc(100% - 40px); }
}

.dfz-sidenav .nav-m .links-wrapper { 
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

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

.dfz-sidenav .nav-m a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

.dfz-sidenav ul {
  padding: 0;
}

.dfz-sidenav .nav-m nav li.link-depth-1 {
  border-bottom: 1px solid rgba(230, 231, 231, 0.3);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  transition: .7s;
  vertical-align: top;
}


.dfz-sidenav .nav-m nav li.link-depth-1 .dd-btn {
  font-size: 12px;
  padding: 15px 20px;
  background-color: #000;
  border: none;
  outline: none!important;
  color: #fff;
  cursor: pointer;
}

.dfz-sidenav .nav-m nav li.link-depth-1 > a {  
  text-transform: uppercase;
  padding: 20px;
}

.dfz-sidenav .nav-m nav li.link-depth-1:not(.has-menu) > a {
  display: block;
  width: 100%;
}

.dfz-sidenav .nav-m nav li.link-depth-1 > .submenu {
  flex-basis: 100%;
  padding: 0 20px 20px 20px;
  display: none;
}

.dfz-sidenav .nav-m nav li.link-depth-1 > .submenu.dfz-show { display: block; }

.dfz-sidenav .nav-m nav .submenu .links-col .col-title {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
  animation-duration: .7s;
}

.dfz-sidenav .nav-m nav .links-col ul.wrapper-depth-2 {
  padding: 0 0 20px 20px;
}

.dfz-sidenav .nav-m nav .links-box .links-col:last-child ul.wrapper-depth-2 {
  padding-bottom: 0;
}

.dfz-sidenav .nav-m nav li.link-depth-2 {animation-duration: .7s;}
.dfz-sidenav .nav-m nav li.link-depth-2 a{
  display: block;
  padding: 5px 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}


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

.dfz-footer {
  padding: 50px 0;
  background-color: #e6e8e7;
  font-family: "Roboto", sans-serif;
}

.dfz-footer .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

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

.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%;
  padding-left: 30px;
}

.dfz-footer .links-wrapper a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

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

.dfz-footer .links-wrapper ul:first-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.dfz-footer .links-wrapper .hs-menu-depth-1 {
  flex-basis: calc(100% / 3);
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.dfz-footer .links-wrapper .hs-menu-depth-1 > a {
  font-weight: 700;
  display: block;
  font-size: 16px;
  min-height: 18px;
  margin-bottom: 10px;
}

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

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

.footer-foot {
  background-color: #333333;
  color: #fff;
  font-family: "Roboto Mono", monospace;
}

.footer-foot .container > .widget-type-cell > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-foot .scroll-to-top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.footer-foot .scroll-to-top button {
  cursor: pointer;
  border: none;
  outline: none!important;
  padding: 20px;
  font-size: 20px;
  color: #333333;
}

.footer-foot .scroll-to-top p {
  margin: 0 0 0 20px;
  font-size: 15px;
}

.footer-foot .dfz-social-icons .wrapper {
  text-align: center;
}

.footer-foot .dfz-social-icons .wrapper a,
.top-links-wrapper .dfz-social-icons .wrapper a{
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.footer-foot .dfz-social-icons .wrapper a:hover,
.top-links-wrapper .dfz-social-icons .wrapper a:hover{
  color: #f76d3b;
}


.footer-foot .copyright p {
  font-size: 11px;
  margin: 8px 0 0 0;
}


@media only screen and (max-width: 767px) {
  #nav-header .top-links-wrapper .link-wrapper > a{
    min-width: fit-content;
    text-align: center;
  }
  
  #nav-header .top-links-wrapper .link-wrapper{
    width: 25%;
  }
  
  .dfz-footer .wrapper { 
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  
  .dfz-footer .wrapper .logo-wrapper,
  .dfz-footer .links-wrapper { flex-basis: 100%; }
  
  .dfz-footer .links-wrapper { padding-left: 0;}
  
  .dfz-footer .links-wrapper ul:first-child {
    flex-flow: column;
  }
  
  .dfz-footer .links-wrapper li.hs-menu-depth-1 {
    margin: 30px 0 0 0 ;
  }
  
  /* Footer foot */
  
  .footer-foot .container > .widget-type-cell > .row-fluid-wrapper > .row-fluid {
    flex-flow: column nowrap;
    align-items: center;
  }
  
  .footer-foot .scroll-to-top p { display: none; }
  
  .footer-foot .dfz-social-icons { margin: 20px 0; } 
  
  .footer-foot .copyright p { margin: 0 0 20px 0; }
}

/* ================================================================================================== HERO */

.dfz-hero {
  color: #ffffff;
}

.dfz-hero .content-wrapper {
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.dfz-hero.dfz-fs .content-wrapper {
  min-height: calc(100vh - 105.6px);
}

@media only screen and (min-width: 1921px) and (min-height: 1081px) {
  .dfz-hero .content-wrapper,
  .dfz-hero.dfz-fs .content-wrapper {
    min-height: unset;
    height: 70vh;
    max-height: 800px;
  }
}


.dfz-hero .carousel {
  position: relative;
  display: grid;
}

.dfz-hero .carousel,
.dfz-hero .carousel .slick-list,
.dfz-hero .carousel .slick-track,
.dfz-hero .carousel .carousel-item,
.dfz-hero .carousel .carousel-item .content-wrapper {
  height: 100%;
}

.dfz-hero .carousel .carousel-item .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.dfz-hero .carousel .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dfz-hero .carousel .item-wrapper {
  width: 100%;
  max-width: 900px;
}

.dfz-hero .carousel .item-wrapper.blog-post {
  width: 100%;
  max-width: 800px;
}

.dfz-hero .carousel .carousel-item .title-sup { margin: 0; }

.dfz-hero .carousel .carousel-item .title { margin: 0; }

.hero-color .dfz-hero .carousel .carousel-item .title { color: #f76d3b; }

.dfz-hero .carousel .carousel-item p.subtitle { 
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

.dfz-hero .carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  font-size: 40px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  outline: none!important;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 99;
}

.dfz-hero .carousel .slick-arrow img {
  height: 40px;
}

.dfz-hero .carousel .slick-prev img {
  transform: rotate(-180deg);
}

.dfz-hero .carousel .slick-prev {
  left: 20px;
}

.dfz-hero .carousel .slick-next {
  right: 20px;
}

@media only screen and (max-width: 1290px) {
  .dfz-hero .content-wrapper { padding-bottom: 35px; }
  .dfz-hero .carousel .slick-arrow {
    font-size: 20px;
    top: unset;
    bottom: 15px;
  }
  .dfz-hero .carousel .slick-arrow img { height: 20px; }
  
  .dfz-hero .carousel .slick-prev { left: calc(50% - 40px) }
  .dfz-hero .carousel .slick-next { left: calc(50% + 20px) }
}

@media only screen and (max-width: 767px) {
  .dfz-hero .content-wrapper { padding-top: 35px; }
}




























/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 /*  */
 /* Orange (247, 109, 59) */
 /* Purple (80, 0, 172) */
 /* (255, 255, 255) */
 /* (0, 0, 0) */
 /* (51, 51, 51) */
 /* (230, 232, 231) */




 /* Add to every CSS File */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ============================================================================================ FORM */


.form-style-1 .widget-type-form {
  background-color: #fff;
  max-width: 450px;
  padding: 40px;
}

.form-style-1 .form-title {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.form-style-1 form .hs-form-required {
  display: none;
}

.form-style-1 form fieldset.form-columns-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

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

.form-style-1 form .hs-form-field {
  margin-bottom: 25px;
  position: relative;
}

.form-style-1 form .hs-form-field label {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}

.form-style-1 form .input {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}


.form-style-1 form .hs-fieldtype-text .input .hs-input,
.form-style-1 form .hs-fieldtype-select .input .hs-input,
.form-style-1 form .hs-fieldtype-textarea .input .hs-input{
  width: 100%!important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #333333;
  color: #000000;
  outline: none!important;
}

.form-style-1 form .hs-fieldtype-file .input input[type=file] {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
}

.form-style-1 form .hs-fieldtype-textarea .input textarea.hs-input {
  min-height: 110px;
}


.form-style-1 form .hs-fieldtype-select .input .hs-input,
.form-style-1 form ::-webkit-input-placeholder { /* Edge */
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}

.form-style-1 form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}

.form-style-1 form ::placeholder {
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
}

.form-style-1 form ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 39px;
}

.form-style-1 form ul.hs-error-msgs .hs-error-msg {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #f76d3b;
  text-transform: initial;
}

.form-style-1 form ul.hs-error-msgs li {
  line-height: 12px;
}

@media only screen and (max-width: 500px) {
  .form-style-1 .widget-type-form {
    padding: 30px;
  }
}





.form-style-1 .submitted-message {
  font-family: "Roboto Mono", monospace;
  font-size: 19px;
  font-weight: 400;
}


.form-style-1 form .hs-submit .actions input[type=submit] {
  font-family: "Roboto", sans-serif;
  color: #fff;
  outline: none!important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
  min-width: 120px;
  border: 2px solid;
  transition: all .3s;
  cursor: pointer;
}

.c0 form .hs-submit .actions input[type=submit] {
  border-color: #000000;
  background-color: #000000;
}
.c1 form .hs-submit .actions input[type=submit] {
  border-color: #f76d3b;
  background-color: #f76d3b;
}
.c2 form .hs-submit .actions input[type=submit] {
  border-color: #5000ac;
  background-color: #5000ac;
}

.c0 form .hs-submit .actions input[type=submit]:hover {
  background-color: transparent;
  color: #000000;
}
.c1 form .hs-submit .actions input[type=submit]:hover {
  background-color: transparent;
  color: #f76d3b;
}
.c2 form .hs-submit .actions input[type=submit]:hover {
  background-color: transparent;
  color: #5000ac;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/





/* ==================================================================================== PRICING MODULE: HEADER */

.dfz-content-wrapper {
  position: relative;
  transform: translateY(-80px);
  transition: all 1s;
}

.dfz-pricing-mod .header-wrapper .overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dfz-pricing-mod .header-wrapper {
  color: #fff;
  text-align: center;
  min-height: 550px;
  padding: 50px 0 90px 0;
}


.dfz-pricing-mod.rm-style .header-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: linear-gradient(to right, rgba(80, 0, 172, 0), rgba(247, 109, 59, 0) );
}

.dfz-pricing-mod.tec-style .header-wrapper {
  background-image: linear-gradient(to right, rgba(80, 0, 172, 0.7), rgba(247, 109, 59, 0.7) );
  background-color: rgba(0, 0, 0, 0.7);
}


.dfz-pricing-mod .section-title {
  margin-bottom: 30px;
  min-height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.dfz-pricing-mod .section-title .title-1 {
  margin-bottom: 0;
}

.dfz-pricing-mod .header-wrapper .menu-wrapper {
  min-height: 80px;
}

.dfz-pricing-mod .header-wrapper .main-menu {
  margin-bottom: 15px;
}

.dfz-pricing-mod .header-wrapper .menu-btn {
  display: inline-block;
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid #fff;
  outline: none!important;
  background-color: transparent;
  color: #fff;
  text-align: center;
  min-width: 110px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0 -2px;
  transition: all .3s;
}

.dfz-pricing-mod .header-wrapper .menu-btn:hover {
  background-color: #fff;
  color: #333333;
}
.dfz-pricing-mod .header-wrapper .menu-btn.active {
  background-color: #fff;
  color: #333333;
  pointer-events: none;
}

/*=========== URIEL =============== */

.currency{
  margin-top: 40px;
}

.toggler-currency {
  display: flex;
  justify-content: center;
}

.toggler-currency a{
  border: 1px solid white;
  width: 100px;
}

.toggler-currency .option-usd{
  background-color: white;
  color: black;
  cursor: pointer;
}


.toggler-currency .option-ars{
  cursor: pointer;
}

/*=========== URIEL =============== */
.dfz-pricing-mod .toggler-sec {
  height: 20px;
  margin: 30px 0 10px 0;
}

.dfz-pricing-mod .toggler-wrapper,
.dfz-pricing-mod .toggler-wrapper2 {
  display: inline-flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
}

.dfz-pricing-mod .toggler-wrapper .toggler, 
.dfz-pricing-mod .toggler-wrapper .toggler2 {
  cursor: pointer;
  display: inline-flex;
  width: 36px;
  background-color: #f76d3b;
  border: 1px solid #fff;
  padding: 1px;
  margin: 0 10px;
  align-items: center;
}

.dfz-pricing-mod .toggler-wrapper .toggler-thumb {
  display: inline-block;
  height: 12.5px;
  width: 12.5px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  transition: all .3s;
}

.dfz-pricing-mod .toggler-wrapper .toggler.active .toggler-thumb {
  transform: translateX(20px);
}

.dfz-pricing-mod .toggler-wrapper .option {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  transition: .1s;
  opacity: 0.7;
}

.dfz-pricing-mod .toggler-wrapper .option.active {
  opacity: 1;
  font-weight: 400;
}


.dfz-pricing-mod .inputs-sec {
  font-family: "Roboto Mono", monospace;
  min-height: 102.5px;
}

.dfz-pricing-mod .inputs-sec .inputs-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.dfz-pricing-mod .inputs-sec .input-wrapper {
  margin-bottom: 10px;
  width: 100%;
}

.dfz-pricing-mod .inputs-sec input,
.dfz-pricing-mod .inputs-sec select {
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  outline: none !important;
  background-color: transparent;
}

.dfz-pricing-mod .i