main {
  position: relative; }

main section .image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: center; }

main section .row {
  margin: 0; }

main section.b2b-introduction {
  padding: 50px 0;
  background-image: url("../assets/background.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: #000 !important; }

main section.b2b-introduction .btn {
  background-color: var(--primary-green);
  border-color: var(--primary-green); }

main section.b2b-introduction .image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: center; }

main section.b2b-introduction .message {
  padding-top: 20px;
  z-index: 1; }

main section.b2b-introduction .message .title {
  font-size: 45px;
  letter-spacing: -2px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

main section.b2b-introduction .message .subtitle {
  list-style: none;
  padding: 0;
  font-size: 22px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-introduction .message .subtitle__list {
  font-size: 20px; }

@media (max-width: 769px) {
  main section.b2b-introduction {
    padding: 20px 0 75px 0;
    background-attachment: scroll !important; }
  main section.b2b-introduction .message {
    padding-top: 0; }
  main section.b2b-introduction .message .title {
    letter-spacing: -2px;
    font-size: 36px;
    text-align: center; }
  main section.b2b-introduction .message .subtitle {
    font-size: 18px;
    text-align: center; } }

main section.b2b-features {
  padding: 50px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: var(--primary) !important; }

main section.b2b-features .decoration {
  position: relative;
  z-index: 0; }

main section.b2b-features .decoration .decoration_1 {
  position: absolute;
  width: 300px;
  right: -150px;
  opacity: .3;
  top: -50px; }

main section.b2b-features .btn {
  background-color: var(--primary-green);
  border-color: var(--primary-green); }

main section.b2b-features .message {
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-top: 20px;
  padding-left: 20px; }

main section.b2b-features .message .title {
  font-size: 45px;
  text-align: right;
  letter-spacing: -2px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

main section.b2b-features .message .subtitle {
  text-align: right;
  list-style: none;
  padding: 0;
  font-size: 18px;
  margin-bottom: 30px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-features .message .subtitle__list {
  font-size: 20px; }

main section.b2b-features .features {
  border-radius: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  background-color: white;
  position: relative; }

main section.b2b-features .features .decoration {
  position: relative;
  z-index: 0; }

main section.b2b-features .features .decoration .decoration_1 {
  position: absolute;
  width: 150px;
  right: -150px;
  transform: rotateY(180deg);
  opacity: .8;
  top: 200px; }

main section.b2b-features .features .decoration .decoration_2 {
  position: absolute;
  width: 150px;
  left: -150px;
  opacity: .6;
  top: -400px; }

main section.b2b-features .features .element {
  padding: 0px 20px 0px 20px;
  margin-top: 30px; }

main section.b2b-features .features .element img {
  margin-left: 30px;
  max-width: 90px;
  margin-bottom: 20px; }

main section.b2b-features .features .element hr {
  border-top: 1px solid --var(--primary-dark);
  height: 1px;
  min-width: 90%;
  max-width: max-content; }

main section.b2b-features .features .element .message {
  padding-top: 0px;
  padding-left: 0px;
  flex: 1 1 auto;
  margin-left: 40px; }

main section.b2b-features .features .element .message .title {
  font-size: 30px;
  text-align: left; }

main section.b2b-features .features .element .message .subtitle {
  text-align: left;
  list-style: none;
  padding: 0;
  font-size: 20px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: black; }

main section.b2b-features .features hr {
  border-top: 1px solid --var(--primary-dark);
  height: 1px;
  min-width: 90%;
  max-width: max-content; }

@media (max-width: 769px) {
  main section.b2b-features .message .title {
    text-align: center;
    font-size: 26px; }
  main section.b2b-features .message .subtitle {
    text-align: center; }
  main section.b2b-features .features {
    margin-top: 0px; }
  main section.b2b-features .features .element img {
    margin-left: 0px; }
  main section.b2b-features .features .element .message {
    margin: 0; }
  main section.b2b-features .features .element .message .title {
    text-align: center; }
  main section.b2b-features .features .element .message .subtitle {
    text-align: center;
    font-size: 16px; } }

main section.b2b-platform {
  padding: 50px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-image: url("../assets/background.png"); }

main section.b2b-platform .btn {
  background-color: var(--primary-green);
  border-color: var(--primary-green); }

main section.b2b-platform .message {
  padding-top: 20px;
  padding-left: 60px; }

main section.b2b-platform .message .title {
  font-size: 45px;
  letter-spacing: -2px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

main section.b2b-platform .message .subtitle {
  list-style: none;
  padding: 0;
  font-size: 22px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-platform .message .subtitle__list {
  font-size: 20px; }

@media (max-width: 769px) {
  main section.b2b-platform .message .title {
    font-size: 30px; } }

main section.b2b-platform hr {
  border-top: 1px solid --var(--primary-dark);
  height: 1px;
  min-width: 90%;
  max-width: max-content;
  margin-top: 20px;
  margin-bottom: 40px; }

main section.b2b-platform .platform .card {
  width: 500px;
  border: none;
  border-radius: 18px;
  background: none; }

main section.b2b-platform .platform .card .card-img-top {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px; }

main section.b2b-platform .platform .card .card-body {
  background-color: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px; }

main section.b2b-platform .platform .card .card-title {
  font-size: 24px;
  margin-bottom: 10px; }

main section.b2b-platform .platform .card .card-subtitle {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem; }

main section.b2b-platform .platform .card .card-text {
  margin: 10px 0; }

main section.b2b-platform .platform .card b {
  font-size: 20px; }

@media (max-width: 769px) {
  main section.b2b-platform {
    background-attachment: scroll !important; }
  main section.b2b-platform .message {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
  main section.b2b-platform .platform .card {
    width: 500px;
    margin-bottom: 50px; } }

main section.b2b-tools {
  padding: 50px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: var(--primary); }

main section.b2b-tools .decoration {
  position: relative;
  z-index: 0; }

main section.b2b-tools .decoration .decoration_1 {
  position: absolute;
  width: 200px;
  left: -100px;
  transform: rotateY(180deg);
  opacity: .2;
  top: -125px; }

main section.b2b-tools .decoration .decoration_2 {
  position: absolute;
  width: 200px;
  right: -100px;
  transform: rotate(-90deg);
  opacity: .2;
  bottom: -112px; }

main section.b2b-tools .tools .decoration_2 {
  position: absolute;
  width: 300px;
  left: -100px;
  transform: rotateY(180deg);
  opacity: .2;
  left: 400px;
  top: 55px; }

main section.b2b-tools .tools .element {
  padding: 0px;
  margin-top: 40px;
  padding: 10px; }

main section.b2b-tools .tools .element img {
  height: 90px;
  max-width: 90px;
  margin-bottom: 20px;
  margin-right: 20px; }

main section.b2b-tools .tools .element .message {
  padding-top: 0px;
  padding-left: 0px;
  max-width: 100%;
  text-align: left;
  flex: 1 1 auto; }

main section.b2b-tools .tools .element .message .title {
  font-size: 26px;
  color: white; }

main section.b2b-tools .tools .element .message .subtitle {
  list-style: none;
  padding: 0;
  font-size: 16px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-tools .tools .element:nth-child(even) {
  padding-left: 35px; }

@media (max-width: 769px) {
  main section.b2b-tools .tools .element:nth-child(even) {
    padding: 10px; } }

main section.b2b-tools .message {
  padding-top: 20px;
  padding-left: 40px; }

main section.b2b-tools .message .title {
  font-size: 45px;
  letter-spacing: -2px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

main section.b2b-tools .message .subtitle {
  list-style: none;
  padding: 0;
  font-size: 22px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-tools .message .subtitle__list {
  font-size: 20px; }

@media (max-width: 769px) {
  main section.b2b-tools .message {
    padding-left: 0px;
    text-align: center; }
  main section.b2b-tools .message .title {
    font-size: 30px; }
  main section.b2b-tools .message .subtitle {
    font-size: 18px; }
  main section.b2b-tools .platform .card {
    width: 500px;
    margin-bottom: 50px; } }

main section.b2b-hire {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../assets/background_light.png);
  background-size: 1000px; }

main section.b2b-hire .btn {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark); }

main section.b2b-hire .message {
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px; }

main section.b2b-hire .message .title {
  font-size: 45px;
  letter-spacing: -2px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); }

main section.b2b-hire .message .subtitle {
  list-style: none;
  padding: 0;
  font-size: 22px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  color: white; }

main section.b2b-hire .message .subtitle__list {
  font-size: 20px; }

main section.b2b-hire .b2b-hire-modal .container {
  margin-bottom: 20px; }

main section.b2b-hire .b2b-hire-modal .btn {
  margin-bottom: 20px; }

main section.b2b-hire .b2b-hire-modal .modal-header {
  display: flex;
  flex-direction: column;
  text-align: center; }

main section.b2b-hire .b2b-hire-modal .modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: var(--primary-dark); }

main section.b2b-hire .b2b-hire-modal .modal-footer {
  padding: 0; }

@media (max-width: 769px) {
  main section.b2b-hire .message .title {
    font-size: 36px; }
  main section.b2b-hire .platform .card {
    width: 500px;
    margin-bottom: 50px; } }

.btn {
  font-weight: 500; }
