@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light, .cs_heading p.light_font, .cs_hero .cs_left_content h5, body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular, .cs_problem .container .row .col-sm-6 .cs_list .cs_figure p, .cs_heading p, .join_now_form .cs_field select,
.join_now_form .cs_field input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium, footer .cs_contact_info p span, footer .footer_heading h2, .cs_earning .cs_ex_en .cs_figure ul li span, .cs_opportunity .cs_text h3, .join_now_form .cs_field button, nav.navbar .navbar-collapse .navbar-nav .nav-item .apply_now {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold, .cs_earning .cs_ex_en .cs_figure h3, .how_it_work .process-box h3, .become_ent_pre .cs_figure h2, .cs_opportunity .cs_text h2, .cs_opportunity .cs_text h1, .cs_heading h1, .join_now_form h1, .cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure h3, .cs_hero .cs_left_content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold, .cs_opportunity .container::before {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

:root {
  --primary-color: #011167;
  --secondary-color: #2F85C5;
  --secondary-color-light: #E8F5FF;
  --orange-color: #F36D4B;
  --orange-color-light: #FFC09F;
}

.cs_gradient, footer, .how_it_work .pr_arrow, .how_it_work .process-box, .cs_hero {
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.cs_gradient_reverse, .cs_opportunity .cs_text h2 span {
  background: linear-gradient(90deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

body {
  font-size: 14px;
  color: var(--primary-color);
  overflow-x: hidden;
}

ul, li, ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
}

section {
  padding: 120px 0px 0px;
}

nav {
  position: sticky !important;
  top: 0px;
  left: 0px;
  z-index: 12;
}
nav.navbar {
  padding: 30px 0px;
}
nav.navbar .navbar-brand {
  padding: 0px;
}
nav.navbar .navbar-brand img {
  height: 40px;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: var(--primary-color);
  padding: 10px 35px;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .apply_now {
  font-size: 14px;
  color: #fff;
  background: var(--orange-color);
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  padding: 0px 20px;
}

.cs_hero {
  padding-bottom: 10px;
  position: relative;
}
.cs_hero:before {
  width: 460px;
  height: 460px;
  border-radius: 212.5px;
  background: var(--secondary-color);
  content: "";
  position: absolute;
  top: -150px;
  right: -60px;
}
.cs_hero:after {
  width: 425px;
  height: 205px;
  border-radius: 205px 205px 0px 0px;
  background: var(--orange-color-light);
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 400px;
  margin: auto;
}
.cs_hero .cs_left_content {
  color: #fff;
}
.cs_hero .cs_left_content h1 {
  font-size: 36px;
  line-height: 74px;
  position: relative;
}
.cs_hero .cs_left_content h1:after {
  width: 60px;
  height: 60px;
  background: url("../images/right-drawn-arrow.png") center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0px;
  left: 0px;
  margin: auto;
}
.cs_hero .cs_left_content .cs_hero_logo {
  width: -moz-fit-content;
  width: fit-content;
  background: url("../images/hero_logo.png") center no-repeat;
  background-size: contain;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 70px;
  margin-bottom: 30px;
}
.cs_hero .cs_left_content .cs_hero_logo .inner_section {
  display: flex;
}
.cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure {
  min-width: 200px;
}
.cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure h3 {
  font-size: 20px;
}
.cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure p {
  font-size: 16px;
}
.cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure:nth-child(2) {
  padding-left: 100px;
}
.cs_hero .cs_left_content h5 {
  font-size: 12px;
}

.join_now_form {
  width: calc(100% - 25px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.16);
  padding: 30px;
  position: absolute;
  z-index: 1;
}
.join_now_form h1 {
  font-size: 20px;
  margin-bottom: 30px;
}
.join_now_form .cs_field {
  margin-bottom: 30px;
}
.join_now_form .cs_field select,
.join_now_form .cs_field input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  background: var(--secondary-color-light);
  font-size: 12px;
  border: 0px;
  color: var(--primary-color);
}
.join_now_form .cs_field select::-moz-placeholder, .join_now_form .cs_field input::-moz-placeholder {
  color: var(--primary-color);
}
.join_now_form .cs_field select::placeholder,
.join_now_form .cs_field input::placeholder {
  color: var(--primary-color);
}
.join_now_form .cs_field label {
  font-size: 12px;
}
.join_now_form .cs_field button {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border-radius: 4px;
  background: var(--orange-color);
  font-size: 12px;
  border: 0px;
  color: #fff;
}
.join_now_form p {
  font-size: 12px;
  position: relative;
  color: #5f5f5f;
  padding-left: 20px;
}
.join_now_form p i {
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.join_now_form:before {
  width: 60px;
  height: 60px;
  background: url("../images/form_tip.png") center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -45px;
  left: -45px;
}

.cs_heading p {
  font-size: 16px;
  line-height: 28px;
}
.cs_heading p.light_font {
  font-size: 14px;
}
.cs_heading h1 {
  font-size: 28px;
  line-height: 58px;
}

.cs_opportunity {
  padding-top: 200px;
}
.cs_opportunity .container {
  position: relative;
}
.cs_opportunity .container::before {
  content: "Opportunity";
  font-size: 10rem;
  color: #000;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: -130px;
  left: 0px;
}
.cs_opportunity .cs_text h3 {
  font-size: 32px;
  line-height: 78px;
  color: #000;
}
.cs_opportunity .cs_text h1 {
  font-size: 40px;
  line-height: 78px;
  color: var(--secondary-color);
}
.cs_opportunity .cs_text h2 {
  font-size: 34px;
  line-height: 78px;
  color: var(--orange-color);
}
.cs_opportunity .cs_text h2 span {
  color: #fff;
  border-radius: 0px 15px 15px 0px;
}
.cs_opportunity .cs_india_map img {
  width: 100%;
}

.cs_problem .container .row .col-sm-6 {
  padding: 50px;
  position: relative;
}
.cs_problem .container .row .col-sm-6 .cs_heading {
  color: #fff;
  margin-bottom: 40px;
}
.cs_problem .container .row .col-sm-6 .cs_list {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.cs_problem .container .row .col-sm-6 .cs_list .cs_figure {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
  position: relative;
}
.cs_problem .container .row .col-sm-6 .cs_list .cs_figure .cs_icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 28.5px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.cs_problem .container .row .col-sm-6 .cs_list .cs_figure .cs_icon img {
  height: 32px;
}
.cs_problem .container .row .col-sm-6 .cs_list .cs_figure p {
  font-size: 16px;
}
.cs_problem .container .row .col-sm-6 .cs_list .cs_figure:last-child {
  padding-bottom: 0;
}
.cs_problem .container .row .col-sm-6 .cs_list:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 27px;
  top: 0px;
}
.cs_problem .container .row .col-sm-6:nth-child(1) {
  background: var(--secondary-color);
  border-radius: 40px 0px 0px 40px;
}
.cs_problem .container .row .col-sm-6:nth-child(1) .cs_list .cs_figure .cs_icon {
  background: var(--secondary-color);
}
.cs_problem .container .row .col-sm-6:nth-child(1) .cs_list .cs_figure:after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 2px;
  background: var(--primary-color);
  left: 20px;
  top: 45px;
}
.cs_problem .container .row .col-sm-6:nth-child(2) {
  border-radius: 0px 40px 40px 0px;
  background: var(--primary-color);
}
.cs_problem .container .row .col-sm-6:nth-child(2) .cs_list .cs_figure .cs_icon {
  background: var(--primary-color);
}
.cs_problem .container .row .col-sm-6:nth-child(2) .cs_list .cs_figure:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--secondary-color);
  left: -50px;
  top: 45px;
}
.cs_problem .container .row .col-sm-6:nth-child(2) .cs_list .cs_figure:before {
  content: "arrow_right";
  font-family: "Material Icons";
  position: absolute;
  left: -42px;
  top: 19px;
  font-size: 36px;
  color: var(--secondary-color);
}

.become_ent_pre .cs_heading {
  margin-bottom: 50px;
}
.become_ent_pre .cs_figure .cs_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #d9f4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.become_ent_pre .cs_figure .cs_icon img {
  height: 35px;
}
.become_ent_pre .cs_figure h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.become_ent_pre .row .col-sm-3:nth-child(1) .cs_figure .cs_icon {
  background: linear-gradient(#fff 0%, #d9f4ff 100%);
}
.become_ent_pre .row .col-sm-3:nth-child(2) .cs_figure .cs_icon {
  background: linear-gradient(#fff 0%, #fdf1ca 100%);
}
.become_ent_pre .row .col-sm-3:nth-child(3) .cs_figure .cs_icon {
  background: linear-gradient(#fff 0%, #ffd8bc 100%);
}
.become_ent_pre .row .col-sm-3:nth-child(4) .cs_figure .cs_icon {
  background: linear-gradient(#fff 0%, #f8def0 100%);
}

button.border_button, a.border_button {
  border: solid 2px var(--primary-color);
  border-radius: 30px;
  height: 48px;
  background: #fff;
  padding: 0px;
}
button.border_button span, a.border_button span {
  height: 44px;
  border-radius: 30px;
  background: #f36d4b;
  border: solid 3px #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
button.border_button span i, a.border_button span i {
  font-size: 16px;
  margin-left: 15px;
  transform: rotate(-45deg);
}
button.cs_go, a.cs_go {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #fff;
  background: var(--orange-color);
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
button.cs_go i, a.cs_go i {
  color: #fff;
  transform: rotate(45deg);
}

.how_it_work .cs_heading {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.how_it_work .col-md-3,
.how_it_work .col-md-4 {
  position: relative;
}
.how_it_work .process-box {
  transition: 0.3s;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  position: relative;
  color: #fff;
}
.how_it_work .process-box img {
  height: 40px;
  margin-bottom: 30px;
}
.how_it_work .process-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.how_it_work .process-box ul {
  padding-left: 15px;
}
.how_it_work .process-box ul li {
  list-style-type: disc;
  margin-top: 15px;
}
.how_it_work .process-box:hover {
  transform: translateY(-5px);
}
.how_it_work .pr_arrow {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -30px;
  top: 41%;
  z-index: 999;
}
.how_it_work .pr_arrow:after {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 28px;
}
.how_it_work .pr_arrow i {
  color: var(--secondary-color);
  z-index: 1;
}

.cs_support .container {
  border-radius: 330px 0px 0px 330px;
  box-shadow: 0px 0px 56px rgba(47, 133, 197, 0.5);
  padding-bottom: 10px;
  padding-top: 10px;
}
.cs_support .support_infographic img {
  width: 100%;
}
.cs_support .cs_heading {
  padding-left: 50px;
}

.cs_earning {
  padding-bottom: 200px;
}
.cs_earning .cs_ex_en {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 56px rgba(47, 133, 197, 0.5);
}
.cs_earning .cs_ex_en .col-sm-6:nth-child(1) {
  border-right: solid #dce4fb 2px;
}
.cs_earning .cs_ex_en .cs_figure {
  transition: 0.3s;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: left;
  position: relative;
}
.cs_earning .cs_ex_en .cs_figure .cs_icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: linear-gradient(#fff 0%, #d9f4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cs_earning .cs_ex_en .cs_figure .cs_icon img {
  height: 35px;
}
.cs_earning .cs_ex_en .cs_figure h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.cs_earning .cs_ex_en .cs_figure ul li {
  margin-top: 30px;
}
.cs_earning .cs_ex_en .cs_figure:hover {
  transform: translateY(-5px);
}

footer {
  position: relative;
}
footer .join_now_form {
  bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}
footer .footer_heading {
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 0;
}
footer .footer_heading h2 {
  font-size: 18px;
  color: #fff;
  position: relative;
}
footer .footer_heading h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #fff;
  bottom: -8px;
  left: 0px;
}
footer .cs_footer_links {
  padding: 30px;
}
footer .cs_footer_links a {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
  display: block;
}
footer .cs_footer_links a:before {
  content: "";
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 0px;
}
footer .cs_logo {
  border-radius: 10px;
  background: #fff;
  margin-left: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  margin-bottom: 70px;
  margin-top: 50px;
}
footer .cs_logo img {
  height: 40px;
}
footer .cs_contact_info {
  padding: 30px;
  color: #fff;
}
footer .cs_contact_info p {
  margin-bottom: 30px;
}
footer .cs_contact_info p span {
  display: block;
}
footer .border_button {
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
footer .border_button span {
  width: 56px;
  height: 56px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .border_button span i {
  font-size: 20px;
  margin-left: 0px;
  transform: rotate(-90deg);
}
footer .container {
  position: relative;
}

@media (max-width: 767px) {
  .cs_heading h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .cs_heading p {
    font-size: 14px;
    line-height: 24px;
  }
  .cs_heading p .light_font {
    font-size: 12px;
  }
  .cs_hero {
    padding-top: 30px;
  }
  .cs_hero:before {
    width: 310px;
    height: 310px;
    border-radius: 100%;
    top: -150px;
    right: -150px;
  }
  .cs_hero .cs_left_content h1 {
    font-size: 22px;
    line-height: 38px;
  }
  .cs_hero .cs_left_content h1:after {
    display: none;
  }
  .cs_hero .cs_left_content h5 {
    font-size: 10px;
    margin: 20px 0px 40px 0px;
    text-align: right;
  }
  .cs_hero .cs_left_content .cs_hero_logo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 190px;
  }
  .cs_hero .cs_left_content .cs_hero_logo .inner_section {
    justify-content: space-between;
  }
  .cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure {
    min-width: 130px;
  }
  .cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure h3 {
    font-size: 16px;
  }
  .cs_hero .cs_left_content .cs_hero_logo .inner_section .cs_figure p {
    font-size: 12px;
  }
  .join_now_form {
    margin-top: -20px;
    padding: 20px;
    width: 100%;
    position: relative;
  }
  .join_now_form h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .join_now_form .cs_field {
    margin-bottom: 20px;
  }
  .join_now_form .cs_field button,
  .join_now_form .cs_field input {
    height: 40px;
  }
  .cs_opportunity {
    padding-top: 70px;
  }
  .cs_opportunity .container:before {
    font-size: 6rem;
    left: 16px;
  }
  .cs_opportunity .cs_text h3 {
    font-size: 22px;
    line-height: 48px;
  }
  .cs_opportunity .cs_text h1 {
    font-size: 30px;
    line-height: 54px;
  }
  .cs_opportunity .cs_text h2 {
    font-size: 24px;
    line-height: 48px;
  }
  .cs_problem {
    padding-top: 30px;
  }
  .cs_problem .container .row .col-sm-6 {
    padding: 20px;
  }
  .cs_problem .container .row .col-sm-6 .cs_heading {
    margin-bottom: 30px;
  }
  .cs_problem .container .row .col-sm-6 .cs_list .cs_figure {
    padding-bottom: 50px;
  }
  .cs_problem .container .row .col-sm-6 .cs_list .cs_figure p {
    font-size: 14px;
  }
  .cs_problem .container .row .col-sm-6 .cs_list .cs_figure .cs_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .cs_problem .container .row .col-sm-6 .cs_list .cs_figure .cs_icon img {
    height: 24px;
  }
  .cs_problem .container .row .col-sm-6 .cs_list .cs_figure:before, .cs_problem .container .row .col-sm-6 .cs_list .cs_figure:after {
    display: none;
  }
  .cs_problem .container .row .col-sm-6:nth-child(1) {
    border-radius: 30px 30px 0px 0px;
  }
  .cs_problem .container .row .col-sm-6:nth-child(2) {
    border-radius: 0px 0px 30px 30px;
  }
  button.cs_go,
  a.cs_go {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .become_ent_pre {
    padding-top: 30px;
  }
  .become_ent_pre .cs_heading {
    margin-bottom: 10px;
    text-align: left;
  }
  .become_ent_pre .row .col-sm-3 .cs_figure {
    margin-top: 20px;
  }
  .become_ent_pre .row .col-sm-3 .cs_figure .cs_icon {
    width: 50px;
    height: 50px;
  }
  .become_ent_pre .row .col-sm-3 .cs_figure .cs_icon img {
    height: 26px;
  }
  .become_ent_pre .row .col-sm-3 .cs_figure h2 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cs_support {
    padding-top: 30px;
  }
  .cs_support .container {
    border-radius: 230px 230px 0px 0px;
  }
  .cs_support .cs_heading {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .how_it_work {
    padding-top: 30px;
  }
  .how_it_work .cs_heading {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .how_it_work .cs_heading button {
    margin-top: 25px;
  }
  .how_it_work .pr_arrow {
    right: 0px;
    top: inherit;
    bottom: 0px;
    left: 0px;
    margin: auto;
    bottom: -15px;
  }
  .how_it_work .process-box {
    margin-bottom: 25px;
  }
  .cs_earning {
    padding-bottom: 40px;
    padding-top: 3px;
  }
  .cs_earning .col-sm-7 {
    padding: 30px;
  }
  .cs_earning .cs_ex_en .col-sm-6 {
    border: 0px !important;
  }
  .cs_earning .cs_ex_en .cs_figure {
    padding: 20px 10px;
  }
  .cs_earning .cs_ex_en .cs_figure .cs_icon {
    width: 50px;
    height: 50px;
  }
  .cs_earning .cs_ex_en .cs_figure .cs_icon img {
    height: 26px;
  }
  .cs_earning .cs_ex_en .cs_figure h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cs_earning .cs_ex_en .cs_figure ul li {
    margin-top: 20px;
  }
  nav.navbar .navbar-collapse .navbar-nav {
    padding: 10px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 20px 0px;
  }
  nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.apply_now {
    padding: 0px 20px !important;
  }
  footer .cs_contact_info,
  footer .cs_footer_links {
    padding: 20px;
  }
  footer .cs_contact_info a,
  footer .cs_footer_links a {
    margin-bottom: 20px;
  }
  footer .footer_heading {
    padding: 20px;
    padding-top: 40px;
  }
  footer .cs_logo {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 20px;
  }
}/*# sourceMappingURL=style.css.map */