@font-face {
  font-family: "Inter";
  src: local("Inter"),
    url("../fonts/Inter-VariableFont_slnt\,wght.ttf") format("opentype");
}

h1,
h2,
h3 {
  margin: 0;
  font-size: unset;
  font-weight: unset;
  unicode-bidi: unset;
}

.product_header {
  background-size: cover;
  background-image: url("../img/sean-pollock.png");
  background-color: #0d1621;
  background-position: center;
}

.product_header .breadcrumb {
  padding-bottom: 20px;
}

.product_header .breadcrumb a,
.product_header .breadcrumb a:visited,
.product_header .breadcrumb span {
  color: #fefefe;
}

.product_header .title {
  text-transform: uppercase;
  color: #fefefe;
}

.table-header {
  font-family: "Inter";
  font-style: normal;
  color: #282828;
}

.modules .list_body_active > img {
  width: 100%;
  margin-bottom: 30px;
}

.modules .list_panel {
  display: flex;
  justify-content: space-between;
}

.modules .list_item {
  border-bottom: 1px solid #b7b7b7;
}

.modules .list_name {
  font-family: "Inter";
  font-style: normal;
  color: #282828;
  text-transform: uppercase;
}

.modules .list_subname {
  font-family: "Inter";
  font-style: normal;
  color: #282828;
  opacity: 0.75;
}

.implementation_header {
  font-family: "Inter";
  font-style: normal;
  color: #282828;
  text-transform: uppercase;
}

.prices p {
  font-family: "Inter";
  font-style: normal;
  color: #282828;
  font-weight: 400;
}

.opened {
  display: none;
}

.closed {
  display: block;
}

.form_sent {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
  color: #282828;
  opacity: 0.7;
}

.all_projects {
  padding-top: 27px;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  color: #050505;
  text-decoration: none;
}

.all_projects img {
  margin-left: 5px;
}

.tasks ul h2 {
  display: contents;
}

@media (max-width: 639px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product_header {
    padding-top: 178px;
    padding-bottom: 12px;
  }

  .product_header .title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    min-width: 276px;
    width: 80vw;
  }

  .table-header {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
  }

  .line {
    border-bottom: 1px solid #b7b7b7;
  }

  .overview {
    padding: 40px 20px;
  }

  .overview p {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 9px 0px;
  }

  .pros {
    padding-bottom: 40px;
  }

  .pros ul {
    margin: 9px 0px;
  }

  .pros li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .product_pic {
    width: 90vw;
    align-self: center;
  }

  .tasks {
    padding-top: 40px;
  }

  .tasks ul {
    margin: 9px 0px;
    padding-bottom: 25px;
  }

  .tasks li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .modules {
    padding-bottom: 50px;
  }

  .modules .list_body_hidden {
    display: none;
  }

  .modules .list_body_active {
    padding-top: 10px;
  }

  .modules .list_body_active .goal,
  .modules .list_body_active .task-process,
  .modules .list_body_active .list_body {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .modules .list_body_active .task-process {
    padding-top: 17px;
  }

  .modules .list_body_active .list_body {
    margin: 6px 0px;
  }

  .modules .list_body_active .list_body li {
    padding-bottom: 15px;
  }

  .modules .list_panel {
    display: flex;
    justify-content: space-between;
  }

  .modules .list_panel .svg img:nth-child(2) {
    margin-top: 7px;
  }

  .modules .list_item {
    padding-top: 20px;
  }

  .modules .list_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .modules .list_subname {
    padding: 5px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .results {
    padding-bottom: 50px;
  }

  .results .links {
    padding-top: 7px;
  }

  .results .links p,
  .results ul {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0px;
  }

  .results .links p:not(:first-child) {
    margin-top: 25px;
  }

  .implementation_header {
    padding-top: 7px;
  }

  .implementation_list ul {
    margin: 9px 0px;
    padding-bottom: 25px;
  }

  .implementation_list li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .prices p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
  }

  .all_projects {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 639px) and (max-width: 1023px) {
  .product_header {
    padding: 390px 20px 136px 20px;
  }

  .product_header .title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    padding: 20px 13px 24px 0px;
  }

  .table-header {
    width: 12%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
    min-width: 115px;
  }

  .overview > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 90px 20px 70px 0px;
  }

  .overview p {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    width: 80%;
    margin: 0;
  }

  .pros > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px 70px 0px;
  }

  .pros ul {
    margin: 0px;
    width: 80%;
  }

  .pros li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
  }

  .pros img {
    height: 200px;
  }

  .product_pic {
    width: fit-content;
    width: -webkit-fill-available;
    padding: 0px 20px;
    align-self: center;
  }

  .tasks > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 70px 20px 70px 0px;
  }

  .tasks ul {
    margin: 0px;
    width: 80%;
  }

  .tasks li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
  }

  .modules > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .modules_list {
    width: 80%;
  }

  .modules .list_body_hidden {
    display: none;
  }

  .modules .list_body_active {
    padding-top: 15px;
  }

  .modules .list_body_active .goal,
  .modules .list_body_active .task-process,
  .modules .list_body_active .list_body {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  .modules .list_body_active .task-process {
    padding-top: 15px;
  }

  .modules .list_body_active .list_body {
    margin: 6px 0px;
  }

  .modules .list_body_active .list_body li {
    padding-bottom: 15px;
  }

  .modules .list_panel {
    display: flex;
    justify-content: space-between;
  }

  .modules .list_panel .svg img:nth-child(2) {
    margin-top: 12px;
  }

  .modules .list_item:not(:first-child) {
    padding-top: 20px;
  }

  .modules .list_name {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
  }

  .modules .list_subname {
    padding: 5px 0px 20px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .results > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .results > div .table-header {
    word-break: break-all;
  }

  .results .links {
    width: 80%;
  }

  .results .links p {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
  }

  .prices {
    display: flex;
    flex-direction: column;
  }

  .prices > div {
    width: 100%;
    padding-bottom: 7px;
  }

  .prices p {
    font-size: 16px;
    line-height: 21px;
    padding: 0px 20px;
    margin-bottom: 40px;
  }

  .results .links p:not(:first-child) {
    margin-top: 20px;
  }

  .implementation > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 70px;
    padding-right: 20px;
  }

  .implementation_header {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  .implementation_list {
    width: 80%;
  }

  .implementation_list ul {
    margin: 0px;
  }

  .implementation_list li {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 13px;
  }

  .all_projects {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 1023px) {
  .product_header {
    padding: 390px 150px 111px 60px;
  }

  .product_header .title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 49px;
    /* padding: 52px  52px ; */
    width: 100%;
    max-width: 1500px;
    align-self: center;
  }

  .product_header .breadcrumb_wrapper {
    width: 100%;
    max-width: 1500px;
    align-self: center;
  }

  .table-header {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 20%;
    min-width: 220px;
  }

  .overview > div,
  .pros > div,
  .tasks > div,
  .modules > div,
  .results > div,
  .implementation > div {
    display: flex;
    align-self: center;
    width: 100%;
    max-width: 1600px;
  }

  .overview > div {
    padding: 150px 100px 100px 100px;
  }

  .overview p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
    width: 80%;
    max-width: 1120px;
    margin: 0;
  }

  .pros > div {
    padding: 0px 100px 100px 100px;
  }

  .pros ul {
    margin: 0px;
    width: 80%;
    max-width: 1120px;
  }

  .pros li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
    padding-bottom: 15px;
  }

  .product_pic {
    max-width: 850px;
    align-self: center;
  }

  .tasks > div {
    padding: 100px;
  }

  .tasks ul {
    margin: 0px;
    max-width: 1120px;
  }

  .tasks li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
    padding-bottom: 15px;
  }

  .modules > div {
    padding: 0px 100px 100px 100px;
  }

  .modules_list {
    width: 80%;
  }

  .modules .list_body_hidden {
    display: none;
  }

  .modules .list_body_active .goal,
  .modules .list_body_active .task-process,
  .modules .list_body_active .list_body {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
  }

  .modules .list_body_active .task-process {
    padding-top: 30px;
  }

  .modules .list_body_active .list_body {
    margin: 6px 0px;
  }

  .modules .list_body_active .list_body li {
    padding-bottom: 15px;
  }

  .modules .list_panel {
    display: flex;
    justify-content: space-between;
    padding-right: 38px;
  }

  .modules .list_panel .svg {
    cursor: pointer;
  }

  .modules .list_panel .svg img:nth-child(2) {
    margin-top: 17px;
  }

  .modules .list_item:not(:first-child) {
    padding-top: 40px;
  }

  .modules .list_name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
  }

  .modules .list_subname {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 0px 40px 0px;
  }

  .results > div {
    padding: 0px 100px 100px 100px;
  }

  .results .links {
    width: 80%;
  }

  .results .links p,
  .results ul {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
    margin: 0px;
  }

  .prices > div {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0px 100px 100px 100px;
  }

  .prices p {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 30px;
    width: 80%;
  }

  .prices .table-header {
    padding-bottom: 10px;
  }

  .results .links p:not(:first-child) {
    margin-top: 35px;
  }

  .implementation > div {
    padding: 0px 100px 100px 100px;
  }

  .implementation_header {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 40px;
  }

  .implementation_list {
    width: 80%;
    max-width: 1120px;
  }

  .implementation_list ul {
    margin: 0px;
  }

  .implementation_list li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
    padding-bottom: 17px;
  }

  .all_projects {
    font-size: 16px;
    line-height: 130%;
  }

  .all_projects:hover {
    cursor: pointer;
    color: #ff7b3b;
  }
}
