/**
 * @project     LegalPAY
 * @version     1.3
 * @developer   LegalPAY <info@legalpay.eu>
 * @website     http://www.3tsolutions.
 * @copyright   (c) 2020 LegalPAY s.r.l. All rights reserved.
 * @author      Alessandro Benati
 * @license     
 * 
 * File:        style.cs
 * Description: main style sheet
 * Note:        
 * Updates:     2020.03.21 File creation
 */
html, body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #22242b;
  font-weight: 600;
}
h1 {font-size: 70px;}
h2 {font-size: 36px;}
h3 {font-size: 30px;}
h4 {font-size: 24px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
p {
  font-size: 14px;
  color: #74757b;
  line-height: 2;
}
img {max-width: 100%;}
input:focus, select:focus, button:focus, textarea:focus {outline: none;}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
ul, ol {
  padding: 0;
  margin: 0;
}
a {color: #f43f00;}
a:hover {color: #b43f00;}
/* Helper CSS *****************************************************************/
.section-title {text-align: center;}
.section-title h2 {font-size: 36px;}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  }
.spad {
  padding-top: 102px;
  padding-bottom: 102px;
}
.text-white h1, .text-white h2, .text-white h3,
.text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white span, .text-white li, .text-white a {color: #fff;}
/* Commom elements ************************************************************/
.elements-section {padding-bottom: 0;}
.element {margin-bottom: 70px;}
.element .el-title {
  font-weight: 700;
  margin-bottom: 60px;
}
/* Buttons ********************************************************************/
.site-btn {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 188px;
  padding: 22px 35px;
  border-radius: 50px;
  text-transform: uppercase;
  background: #f43f00;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
}
.site-btn:hover {color: #fff;}
.site-btn.sb-dark {background: #22242b;}
.site-btn.sb-big {min-width: 257px;}
/* Accordion ******************************************************************/
.accordion-area .panel {margin-bottom: 16px;}
.accordion-area .panel-link:after {
  content: "+";
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  right: 32px;
  top: 50%;
  color: #000;
  line-height: 16px;
  margin-top: -8px;
  margin-left: -4px;
}
.accordion-area .panel-header .panel-link.active {
  background: #f43f00;
  color: #fff;
}
.accordion-area .panel-header .panel-link.collapsed {
  background: #ebf0f3;
  color: #22242b;
}
.accordion-area .panel-header .panel-link.collapsed:after {
  content: "+";
  color: #1d1d1d;
}
.accordion-area .panel-link.active:after {
  content: "-";
  margin-top: -10px;
  color: #fff;
}
.accordion-area .panel-link {
  text-align: left;
  border: none;
  position: relative;
  width: 100%;
  padding: 21px 40px;
  padding-right: 45px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 60px;
  color: #000;
  cursor: pointer;
  background: #ebf0f3;
}
.accordion-area .panel-body p {
  margin-bottom: 0;
  padding-top: 25px;
}
/* Tab ************************************************************************/
.tab-element .nav-tabs {border-bottom: none;}
.tab-element .nav-tabs .nav-link {
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1f1f1f;
  border: none;
  padding: 21px 48px;
  margin-right: 6px;
  border-radius: 70px;
  background: #ebf0f3;
  margin-bottom: 10px;
  }
.tab-element .nav-tabs .nav-item:last-child .nav-link {margin-right: 0;}
.tab-element .nav-tabs .nav-link.active {
  background: #f43f00;
  color: #fff;
}
.tab-element .nav-tabs .nav-link:focus, .tab-element .nav-tabs .nav-link:hover {border: none;}
.tab-element .tab-pane p {padding-top: 15px;}
/* Circle progress ************************************************************/
.circle-progress {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px;
}
.circle-progress .progress-info h2 {
  font-size: 30px;
  font-weight: 700;
}
.circle-progress .progress-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}
/* Milestones *****************************************************************/
.milestone {margin-bottom: 30px;}
.milestone-icon {
  float: left;
  font-size: 62px;
  color: #f43f00;
  width: 75px;
}
.milestone-text {
  overflow: hidden;
  padding-top: 15px;
}
.milestone-text h3 {font-weight: 700;}
.milestone-text p {margin-bottom: 0;}
/* Icon Box *******************************************************************/
.icon-box-item {margin-bottom: 30px;}
.icon-box-item .ib-icon {
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 39px;
  color: #f43f00;
  border: 3px solid #f43f00;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.icon-box-item .ib-text {
  overflow: hidden;
  padding-top: 3px;
}
.icon-box-item .ib-text h5 {margin-bottom: 15px;}
.icon-box-item:hover .ib-icon {
  background: #f43f00;
  color: #fff;
}
/* Preloader ******************************************************************/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}
.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
/* Back to top button *********************************************************/
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(55, 55, 55, 0.4);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .back-to-top {bottom: 15px;}
}
.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #f43f00;
  color: #fff;
}
/**
 * Sections
 */
/* Header section *************************************************************/
.header-section {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 53px;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: 999;
}
.header-nav {text-align: right;}
.site-logo {
  float: left;
  display: inline-block;
  padding: 33px 0;
}
.main-menu {
  display: inline-block;
  padding-right: 50px;
}
.main-menu li {
  display: inline-block;
  position: relative;
}
.main-menu li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 33px 5px;
  margin-right: 55px;
  text-transform: uppercase;
}
.main-menu li a:hover, .main-menu li a.active {color: #f43f00;}
.main-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.main-menu .sub-menu {
  position: absolute;
  list-style: none;
  width: 220px;
  left: 0;
  top: 100%;
  text-align: left;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  background: #fff;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}
.main-menu .sub-menu li {display: block;}
.main-menu .sub-menu li a {
  display: block;
  color: #000;
  margin-left: 0;
  padding: 5px 20px;
}
.main-menu .sub-menu li a:hover {color: #f43f00;}
.header-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-right .hr-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #313038;
  padding: 36px 30px 36px 60px;
  line-height: 1.2;
  position: relative;
}
.header-right .hr-btn i {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 29px;
  left: 12px;
  display: inline-block;
  text-align: center;
  background: #f43f00;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  padding-top: 6px;
  margin-right: 16px;
}
.header-right .hr-btn.hr-btn-2 {
  background: #f43f00;
  padding: 36px 20px;
  min-width: 236px;
  text-align: center;
}
.slicknav_menu {display: none;}
/* Hero section ***************************************************************/
.hero-section {
  padding-top: 350px;
  padding-bottom: 150px;
  position: relative;
}
.hero-section .container {
  position: relative;
  z-index: 99;
}
.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {height: 100%;}
.hero-slider .owl-dots {
  position: absolute;
  max-width: 1146px;
  width: 100%;
  bottom: 34px;
  left: calc(50% - 573px);
}
.hero-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin-right: 7px;
  background: #fff;
}
.hero-slider .owl-dots .owl-dot:last-child {margin-right: 0;}
.hero-slider .owl-dots .owl-dot.active {background: #f43f00;}
.hs-text {
  padding-top: 95px;
  padding-right: 10px;
}
.hs-text h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.1;
}
.hs-text h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.1;
}
.hs-text p {
  color: #fff;
  /*margin-bottom: 30px;*/
}
.hero-form {
  background: #22242b;
  padding: 63px 42px 73px;
  border-radius: 10px;
}
.hero-form input, .hero-form select {
  background-color: #fff;
  color: #555;
  border: none;
  font-size: 14px;
  font-style: italic;
  height: 49px;
  margin-bottom: 30px;
  padding: 5px 26px;
  width: 100%;
}
.hero-form p {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 25px;
}
/* How it works section *******************************************************/
.how-section {
  text-align: center;
  padding: 100px 0 78px;
}
.how-section h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
.how-section h2 strong {
  font-weight: 900;
  color: #f43f00;
}
.how-section h5 {
  color: #74757b;
  margin-bottom: 35px;
}
.ib-icon:hover {color: #fff;}
a.icolink:hover {color: #fff;}
/* Feature PMI section ********************************************************/
.feature-pmi-section {background: antiquewhite;}
.feature-pmi-item {margin-bottom: 70px;}
.feature-pmi-item:last-child {margin-bottom: 0;}
.feature-pmi-text {padding-top: 50px;}
.feature-pmi-text h2 {margin-bottom: 35px;}
.feature-pmi-text p {margin-bottom: 38px;}
.readmore {
  font-size: 16px;
  color: #f43f00;
  font-weight: 900;
}
.readmore img {
  padding-left: 6px;
  margin-bottom: 0;
}
.feature-pmi-section h2 strong {
  font-weight: 900;
  color: #f43f00;
}
/* Feature Private section ****************************************************/
.feature-private-item {margin-bottom: 70px;}
.feature-private-item:last-child {margin-bottom: 0;}
.feature-private-text {padding-top: 50px;}
.feature-private-text h2 {margin-bottom: 35px;}
.feature-private-text p {margin-bottom: 38px;}
.readmore {
  font-size: 16px;
  color: #f43f00;
  font-weight: 900;
}
.readmore img {
  padding-left: 6px;
  margin-bottom: 0;
}
/* Advantages section *********************************************************/
.advantages-section {
  background-image: url('../img/advantages-bg.jpg');
  text-align: center;
  padding: 100px 0 78px;
}
.advantages-section h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
.advantages-section h2 strong {
  font-weight: 900;
  color: #f43f00;
}
.advantages-section h5 {
  color: #74757b;
  margin-bottom: 35px;
}
.advantages-list {
  list-style: none;
  padding-top: 6px;
}
advantages-list .li {
  padding: 6px 0;
  padding-left: 60px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.advantages-list li:last-child {
  margin-bottom: 0;
  margin-left: 36px;
  text-align: justify;
}
.advantages-list li::after {
  position: absolute;
  content: url(../img/ok-icon.png);
  left: 0;
  top: -1px;
}
/* Registration section *******************************************************/
.registration-section {
  background: #22242b;
  padding-bottom: 35px;
  padding-top: 70px;
}
.mycontrol {
  float: left !important;
  height: 25px !important;
  margin-bottom: 20px !important;
  margin-left: 0px;
  width: 25px !important;
  margin-right: 10px;
}
/* Contact section ************************************************************/
.contact-section {padding-top: 70px;}
.contact-text {padding-right: 5px;}
.contact-text h2 {
  font-weight: 700;
  margin-bottom: 38px;
}
.contact-text p {margin-bottom: 30px;}
.contact-text ul {
  margin-bottom: 40px;
  list-style: none;
}
.contact-text ul li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-text ul li i {
  font-size: 29px;
  color: #f43f00;
  display: inline-block;
  width: 41px;
  position: relative;
  top: 5px;
  font-weight: 400;
}
.social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  padding-top: 3px;
  color: #cad2d9;
  border: 1px solid #cad2d9;
  border-radius: 50%;
  margin-right: 3px;
}
.social-links a:hover {
  color: #f43f00;
  border-color: #f43f00;
}
.contact-form {padding-top: 50px;}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  height: 59px;
  border: none;
  padding: 0 27px;
  margin-bottom: 30px;
  font-size: 14px;
  font-style: italic;
  color: #838383;
  background: #ebf0f3;
}
.contact-form textarea {
  height: 222px;
  padding: 20px 27px 10px;
  margin-bottom: 35px;
  resize: none;
}
#contact .contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
#contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact #contact-form li {
  color: #f43f00;
  font-size: 12px;
  margin-top: -20px;
}
#contact .g-recaptcha {
  margin-bottom: 10px;
  margin-top: -10px;
}
.map {
  margin: 20px 0 27px;
  height: 511px;
  position: relative;
  background: #ddd;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* Footer section *************************************************************/
.footer-section {
  padding: 20px 0 0;
  background: #22242b;
}
.footer-section p {
  font-style: italic;
  margin-bottom: 40px;
}
.footer-logo {
  display: inline-block;
  /*margin-bottom: 50px;*/
}
.footer-widget {margin-bottom: 50px;}
.footer-widget h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.footer-widget ul {list-style: none;}
.footer-widget ul li a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}
.copyright {
  color: #74757b;
  font-size: 14px;
  padding-bottom: 20px;
}
.copyright i {color: #f43f00;}
.copyright a {color: #74757b;}
.copyright a:hover {color: #f43f00;}
/* Modal Adj ******************************************************************/
.modal-dialog {
  max-width: 850px !important;
  width: 85%;
  margin: 30px auto;
}
.modal-body {font-size: 12px;}
.modal-header {display: flow-root;}
.modal-p {
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: justify;
}
.modal-l {
  color: #74757b;
  margin-left: 24px;
}
/**
 * Responiveness
 */
/* Normal screen: 1200px ******************************************************/
@media (min-width: 1200px) {
  .container {max-width: 1176px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .main-menu {padding-right: 0;}
  .main-menu li a {margin-right: 30px;}
  .header-right .hr-btn.hr-btn-2 {min-width: 210px;}
}
/* Medium screen: 992px *******************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section {padding-left: 15px;}
  .main-menu {padding-right: 0;}
  .main-menu li a {margin-right: 15px;}
  .header-right .hr-btn.hr-btn-2 {min-width: auto;}
  .hero-slider .owl-dots {
    max-width: 930px;
    left: calc(50% - 465px);
  }
}
/* Tablet: 768px **************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {padding: 0 25px;}
  .main-menu {padding-right: 0;}
  .main-menu li a {
    margin-right: 0;
    margin-left: 30px;
  }
  .header-right {display: none;}
  .hero-slider .owl-dots {
    max-width: 690px;
    left: calc(50% - 345px);
  }
  .hs-text {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .icon-box-item .ib-icon {
    float: none;
    margin-bottom: 20px;
  }
  .sidebar {padding-top: 50px;}
}
/* Large Mobile: 480px ********************************************************/
@media only screen and (max-width: 767px) {
  .header-section {
    overflow: hidden;
    padding: 0 25px;
  }
  .main-menu {display: none;}
  .slicknav_menu {
    padding: 0;
    display: block;
    background: transparent;
  }
  .slicknav_btn {
    background: #616161;
    margin-top: 29px;
  }
  .slicknav_nav {
    background: #22242b;
    margin-bottom: 30px;
  }
  .slicknav_nav a {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #111;
  }
  .slicknav_nav a:hover {
    color: #f43f00;
    border-radius: 0;
    background: #0b0e25;
  }
  .slicknav_nav .slicknav_row {
    padding: 10px 20px;
    margin: 0;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #0b0e25;
  }
  .slicknav_parent:hover {
    background: #22242b;
    color: #f43f00;
  }
  .header-right {display: none;}
  .hero-slider .owl-dots {
    left: 0;
    padding: 0 15px;
    text-align: center;
  }
  .hs-text {
    margin-bottom: 50px;
    padding-top: 0;
  }
  .sidebar {padding-top: 50px;}
}
/* Small Mobile: 320px ********************************************************/
@media only screen and (max-width: 479px) {
  .header-section {padding: 0 15px;}
  .hs-text h2, .advantages-section h2 {font-size: 36px;}
  .hero-form {padding: 40px 20px 50px;}
  .icon-box-item .ib-icon {
    float: none;
    margin-bottom: 20px;
  }
  .site-btn.sb-big {min-width: auto;}
  .info-text ul li {font-size: 16px;}
  .loans-text ul {padding-left: 0;}
}

/* The Modal (background) */
.column {
  float: left;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal1-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top: 55px;
  right: 85px;
  font-size: 35px;
  font-weight: bold;
  z-index: 9999;
}
.close1:hover,
.close1:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {display: none;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {background-color: rgba(0, 0, 0, 0.8);}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.demo {opacity: 0.6;}
.active, .demo:hover {opacity: 1;}
img.hover-shadow {transition: 0.3s;}
.hover-shadow:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.text-large {
  font-size: 125%;
}
