/*athlete management platform  css start here*/

@font-face {
  font-family: "NEOPIXEL";
  src: url("./fonts/NEOPIXEL-Regular.woff") format("woff"),
    url("./fonts/NEOPIXEL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.woff2") format("woff2"),
    url("./fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("./fonts/AeonikProTRIAL-Light.woff") format("woff"),
    url("./fonts/AeonikProTRIAL-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("./fonts/AeonikProTRIAL-Regular.woff") format("woff"),
    url("./fonts/AeonikProTRIAL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("./fonts/AeonikProTRIAL-Bold.woff") format("woff"),
    url("./fonts/AeonikProTRIAL-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("./fonts/Aeonik-Medium.woff") format("woff"),
    url("./fonts/Aeonik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Start of Popins */

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Bold.woff2") format("woff2"),
    url("./fonts/Poppins-Bold.woff") format("woff"),
    url("./fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Medium.woff2") format("woff2"),
    url("./fonts/Poppins-Medium.woff") format("woff"),
    url("./fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Light.woff2") format("woff2"),
    url("./fonts/Poppins-Light.woff") format("woff"),
    url("./fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("./fonts/Poppins-SemiBold.woff") format("woff"),
    url("./fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Thin.woff2") format("woff2"),
    url("./fonts/Poppins-Thin.woff") format("woff"),
    url("./fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Regular.woff2") format("woff2"),
    url("./fonts/Poppins-Regular.woff") format("woff"),
    url("./fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.sam-wrapper {
  width: 100%;
}
.sam-wrapper picture {
  display: block;
}
.sam-wrapper .sam-container {
  max-width: 1640px !important;
}

.sam-wrapper .sam-pt150 {
  padding-top: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-pt150 {
    padding-top: 35px;
  }
}

.sam-wrapper .sam-pb150 {
  padding-bottom: 150px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-pb150 {
    padding-bottom: 35px;
  }
}

/* -------banner-css----start------ */
.sam-wrapper .section-hero-sam-banner {
  width: 100%;
}
.sam-wrapper .section-hero-sam-banner .ban_img {
  width: 100%;
  position: relative;
}
.sam-wrapper .section-hero-sam-banner .ban_img img {
  width: 100%;
}
.sam-wrapper .section-hero-sam-banner .ban_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 600px;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-hero-sam-banner .ban_text {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .sam-wrapper .section-hero-sam-banner .ban_text {
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
.sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
  font-family: "NEOPIXEL";
  color: #ffffff;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 52px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 44px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 40px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .sam-wrapper .section-hero-sam-banner .ban_text .banner-text-title {
    font-size: 28px;
    line-height: 33px;
  }
}
.sam-wrapper .sam-banner-section-solution {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .sam-banner-section-solution .comprehensive-text {
  max-width: 950px;
  font-family: "Aeonik Pro TRIAL";
  font-weight: 400;
  font-size: 52px;
  line-height: 58px;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .sam-banner-section-solution .comprehensive-text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .sam-banner-section-solution .comprehensive-text {
    max-width: 100%;
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-banner-section-solution .comprehensive-text {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-banner-section-solution .comprehensive-text {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-banner-section-solution .comprehensive-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
.sam-wrapper .sam-banner-section-solution .comprehensive-text .solution-spa {
  color: #00c5de;
}

/* -------banner-css-- end------ */

.sam-wrapper .sam-project-section {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .common-title-border {
  font-family: "Aeonik";
  font-weight: 500;
  font-size: 52px;
  line-height: 58px;
  border-left: solid 4px #00c5de;
  padding-left: 13px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .common-title-border {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .common-title-border {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .common-title-border {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .common-title-border {
    font-size: 26px;
    line-height: 34px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .common-title-border {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
  }
}

.sam-wrapper .overview {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .overview {
    display: inline;
  }
}
.sam-wrapper .world-text-right {
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 1440px) {
  .sam-wrapper .world-text-right {
    padding-left: 0px;
  }
}
.sam-wrapper .the-world-text {
  font-size: 24px;
  line-height: 34px;
  color: #002f35;
  padding-top: 15px;
  font-family: "Aeonik Pro TRIAL";
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  .sam-wrapper .the-world-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .the-world-text {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .the-world-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .the-world-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .the-world-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.sam-wrapper .font-bold {
  font-weight: 600;
}
.sam-wrapper .sam-wrap-box {
  max-width: 650px;
  margin-top: 70px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .sam-wrap-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-wrap-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-wrap-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-wrap-box {
    margin-top: 15px;
  }
}
.sam-wrapper .sam-wrap-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 1440px) {
  .sam-wrapper .sam-wrap-grid {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-wrap-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-wrap-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-wrap-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sam-wrapper .sam-wrap-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
  }
}
.sam-wrap-text {
  font-family: "Aeonik Pro TRIAL";
  font-size: 52px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .sam-wrap-text {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrap-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .sam-wrap-text {
    padding: 0 0 10px;
    border-bottom: 2px solid rgba(0, 197, 222, 0.5);
  }
}
.sam-wrap-text span {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .sam-wrap-text span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrap-text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrap-text span {
    font-size: 18px;
  }
}
.sam-wrapper .section-key-deliverables {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-key-deliverables .deliverables-bg {
  background: url("./img/webp/deliverables.webp") no-repeat;
  max-width: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  border-radius: 50px;
  padding-top: 190px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg {
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg {
    padding: 60px 15px 50px 15px;
    border-radius: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg {
    background-image: none;
    background: #cce3e9;
    padding: 50px 15px 50px 15px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg {
    background-image: none;
    background: #cce3e9;
    border-radius: 16px;
    padding: 30px 10px 30px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .sam-wrapper .section-key-deliverables .deliverables-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 47, 53, 0.3);
    z-index: 2;
  }
}

.sam-wrapper .deliverables-bg .deliverables-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 230px;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .deliverables-bg .deliverables-grid {
    position: relative;
    z-index: 3;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .deliverables-bg .deliverables-grid {
    grid-column-gap: 15px;
    align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .sam-wrapper .deliverables-bg .deliverables-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    align-items: center;
  }
}
.sam-wrapper .deliverables-bg .deliverables-grid .deliverables-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .deliverables-bg .deliverables-grid .deliverables-img {
    display: none;
  }
}
.sam-wrapper .deliverables-bg .deliverables-grid .deliverables-right {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .sam-wrapper .deliverables-bg .deliverables-grid .deliverables-right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .deliverables-bg .deliverables-grid .deliverables-right {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-bg .deliverables-grid .deliverables-right {
    padding-right: 0px;
  }
}
.sam-wrapper .deliverables-right .key-deliverables-title {
  font-size: 42px;
  line-height: 48px;
  color: #002f35;
  font-family: "poppins", sans-serif;
  
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .sam-wrapper .deliverables-right .key-deliverables-title {
    color: #fff;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .deliverables-right .key-deliverables-title {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-right .key-deliverables-title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .deliverables-right .key-deliverables-title {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
}

.sam-wrapper .deliverables-right .key-line-design {
  margin: 8px 0 20px 35px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .deliverables-right .key-line-design {
    margin: 15px 0 20px 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-right .key-line-design {
    margin: 15px 0 20px 0px;
    text-align: center;
  }
}
.sam-wrapper .deliverables-right .key-meeting {
  width: 100%;
}
.sam-wrapper .deliverables-right .key-meeting ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .sam-wrapper .deliverables-right .key-meeting ul {
    column-gap: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-right .key-meeting ul {
    grid-template-columns: 1fr;
    display: block;
  }
}
.sam-wrapper .deliverables-right .key-meeting li {
  border-radius: 40px;
  list-style: none;
  font-size: 22px;
  line-height: 23px;
  color: #002f35;
  padding: 11px 12px 11px 60px;
  margin-bottom: 16px;
  position: relative;
  display: inline;
  background: #ffffff url("./img/svg/flash.svg") no-repeat;
  background-position: 20px center;
  font-family: "poppins", sans-serif;
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .sam-wrapper .deliverables-right .key-meeting li {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 12px 12px 12px 58px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sam-wrapper .deliverables-right .key-meeting li {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 12px 12px 12px 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .deliverables-right .key-meeting li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 13px 12px 13px 58px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-right .key-meeting li {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 12px 12px 12px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .deliverables-right .key-meeting li {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 12px 11px 50px;
    background-size: 20px 20px;
  }
}

.sam-wrapper .deliverables-right .key-meeting li:last-child {
  grid-column: span 2;
  width: 84%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .deliverables-right .key-meeting li:last-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .deliverables-right .key-meeting li:last-child {
    width: auto;
  }
}

.sam-wrapper .section-maximum-bg {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-maximum-bg .maximum-text {
  max-width: 1300px;
  margin: 0 auto;
  font-family: "Aeonik Pro TRIAL";
  font-size: 52px;
  line-height: 58px;
  color: #002f35;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-maximum-bg .maximum-text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-maximum-bg .maximum-text {
    max-width: 100%;
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-maximum-bg .maximum-text {
    max-width: 100%;
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-maximum-bg .maximum-text {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-maximum-bg .maximum-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}

.sam-wrapper .section-maximum-bg .strategy-part {
  max-width: 1460px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-maximum-bg .strategy-part {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
.sam-wrapper .strategy-part .strategy-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .strategy-part .strategy-grid {
    grid-column-gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .strategy-part .strategy-grid {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-part .strategy-grid {
    grid-column-gap: 25px;
    margin-bottom: 11px;
  }
}
.sam-wrapper .strategy-part .strategy-grid .strategy-left-box {
  width: 100%;
  background: url("./img/svg/line.svg") no-repeat;
  background-position: right 0;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-part .strategy-grid .strategy-left-box {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 425px) {
  .sam-wrapper .strategy-part .strategy-grid .strategy-left-box {
    padding-right: 25px;
    width: 248px;
  }
}

.sam-wrapper .strategy-part .strategy-grid .strategy-left-box:last-child {
  background-image: none;
}
.sam-wrapper .strategy-left-box .hours {
  display: grid;
  width: 100%;
  grid-template-columns: 65px 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .strategy-left-box .hours {
    grid-column-gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-left-box .hours {
    grid-column-gap: 6px;
    grid-template-columns: 48px 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .strategy-left-box .hours {
    grid-column-gap: 5px;
    grid-template-columns: 48px 1fr;
  }
}

.sam-wrapper .strategy-left-box .hours .hours-img {
  width: 61px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .strategy-left-box .hours .hours-img {
    width: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .strategy-left-box .hours .hours-img {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-left-box .hours .hours-img {
    width: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .strategy-left-box .hours .hours-img {
    width: 44px;
  }
}
.sam-wrapper .strategy-left-box .hours .hours-text {
  font-size: 22px;
  line-height: 28px;
  color: #002f35;
  padding-right: 31px;
  text-align: end;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .strategy-left-box .hours .hours-text {
    padding-right: 5px;
    text-align: start;
    font-size: 18px;
    line-height: 22px;
  }
}

.sam-wrapper .strategy-left-box .strategy-bold {
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 400;
  font-size: 52px;
  line-height: 66px;
  margin-bottom: 20px;
  margin-top: 60px;
}

@media only screen and (max-width: 1600px) {
  .sam-wrapper .strategy-left-box .strategy-bold {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .strategy-left-box .strategy-bold {
    max-width: 100%;
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .strategy-left-box .strategy-bold {
    max-width: 100%;
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-left-box .strategy-bold {
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-left-box .strategy-bold {
    max-width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
}

.sam-wrapper .strategy-left-box .goods-menu {
  width: 100%;
}
.sam-wrapper .strategy-left-box .goods-menu ul {
  margin: 0;
  padding: 0;
}
.sam-wrapper .strategy-left-box .goods-menu li {
  background: #d7dcdc;
  border-radius: 40px;
  list-style: none;
  font-size: 22px;
  line-height: 23px;
  color: #002f35;
  padding: 11px 16px;
  margin: 0px 4px 15px 4px;
  display: inline-block;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .strategy-left-box .goods-menu li {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0px 7px 13px 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .sam-wrapper .strategy-left-box .goods-menu li {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0px 4px 12px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .strategy-left-box .goods-menu li {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0px 4px 10px 0px;
  }
}
.sam-wrapper .section-user-flow-bg {
  width: 100%;
  background: #022f35;
  position: relative;
}
.sam-wrapper .section-user-flow-bg::after {
  content: "";
  width: 100%;
  background: url("./img/webp/shadow.webp") no-repeat;
  position: absolute;
  height: 700px;
  background-size: cover;
  bottom: 0%;
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-user-flow-bg::after {
    background: none;
    height: auto;
  }
}
.sam-wrapper .section-user-flow-bg .color-w {
  color: #ffffff;
}
.sam-wrapper .section-user-flow-bg .user-flow-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.sam-wrapper .section-add-activity {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-add-activity .activity-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sam-wrapper .section-add-activity .activity-grid {
    align-items: center;
    grid-column-gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sam-wrapper .section-add-activity .activity-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.sam-wrapper .activity-grid .sam-left-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sam-wrapper .activity-grid .sam-left-img img {
  border-radius: 60px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .activity-grid .sam-left-img img {
    border-radius: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .activity-grid .sam-left-img img {
    border-radius: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .activity-grid .sam-left-img img {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .activity-grid .sam-left-img img {
    border-radius: 20px;
  }
}
.sam-wrapper .activity-grid .sam-right-box {
  width: 100%;
}
.sam-wrapper .activity-grid .sam-right-activity {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.sam-wrapper .activity-grid .sam-right-activity img {
  border-radius: 60px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .activity-grid .sam-right-activity img {
    display: none;
  }
}

.sam-wrapper .activity-grid .sam-right-box .stay-active {
  width: 100%;
  background: #00c5de;
  padding: 40px 0 40px 40px;
  margin-top: 10px;
  border-radius: 60px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .activity-grid .sam-right-box .stay-active {
    border-radius: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .activity-grid .sam-right-box .stay-active {
    border-radius: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .activity-grid .sam-right-box .stay-active {
    border-radius: 36px;
    padding: 40px 0px 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .activity-grid .sam-right-box .stay-active {
    border-radius: 30px;
    padding: 35px 0px 25px 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .activity-grid .sam-right-box .stay-active {
    border-radius: 20px;
    padding: 35px 0 25px 15px;
  }
}
.sam-wrapper .sam-right-box .stay-active .stay-active-title {
  font-family: "Aeonik";
  color: #002f35;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .sam-right-box .stay-active .stay-active-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-right-box .stay-active .stay-active-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-right-box .stay-active .stay-active-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-right-box .stay-active .stay-active-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-right-box .stay-active .stay-active-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.sam-wrapper .sam-right-box .running-bg-common-box {
  width: 100%;
  display: inline-block;
}
.sam-wrapper .sam-right-box .running-bg-common-box .running-bg {
  width: 514px;
  background: #012f35;
  margin-bottom: 20px;
  border-radius: 20px 0px 0px 20px;
  padding: 12px 20px;
  float: right;
  box-shadow: 0px 4px 4px #012f35;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg {
    width: 400px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg {
    width: 320px;
  }
}
@media only screen and (max-width: 375px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg {
    width: 265px;
  }
}
.sam-wrapper .sam-right-box .running-bg-common-box .running-bg-to {
  width: 414px;
  background: #012f35;
  margin-bottom: 20px;
  border-radius: 20px 0px 0px 20px;
  padding: 12px 20px;
  float: right;
  box-shadow: 0px 4px 4px #012f35;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-to {
    width: 350px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-to {
    width: 280px;
  }
}
@media only screen and (max-width: 375px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-to {
    width: 265px;
  }
}
.sam-wrapper .sam-right-box .running-bg-common-box .running-bg-three {
  width: 314px;
  background: #012f35;
  margin-bottom: 20px;
  border-radius: 20px 0px 0px 20px;
  padding: 12px 20px;
  float: right;
  box-shadow: 0px 4px 4px #012f35;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-three {
    width: 300px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-three {
    width: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .sam-wrapper .sam-right-box .running-bg-common-box .running-bg-three {
    width: 265px;
  }
}
.sam-wrapper .sam-right-box .running-text {
  font-family: "Aeonik";
  color: #ffffff;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 7px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .sam-wrapper .sam-right-box .running-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
.sam-wrapper .sam-right-box .running-time {
  font-family: "Aeonik Pro TRIAL";
  color: #99acae;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-right-box .running-time {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .sam-right-box .running-time {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.sam-wrapper .sam-right-box .place-systems {
  width: 461px;
  font-family: "Aeonik Pro TRIAL";
  color: #20294c;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .sam-right-box .place-systems {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .sam-right-box .place-systems {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.sam-wrapper .section-train-purpose {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-train-purpose .train-with-purpose-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .mobile-view {
    overflow: auto;
    flex-wrap: nowrap;
    margin: 0 0 15px 0;
  }
}
.sam-wrapper .section-train-purpose .image-container {
  position: relative;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .image-container {
    margin-bottom: 15px;
  }
}
.sam-wrapper .section-train-purpose .build-muscle {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .build-muscle {
    margin-top: 0px;
  }
}
.sam-wrapper .section-train-purpose .build-muscle-last {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .build-muscle-last {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .build-muscle-last-mobile {
    padding-left: 0;
  }
}
.sam-wrapper .section-train-purpose .image-container img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-train-purpose .image-container img {
    border-radius: 20px;
  }
}
.sam-wrapper .section-train-purpose .image-container .hover-text-top {
  position: absolute;
  top: 0%;
  left: 50%;
  font-size: 38px;
  line-height: 40px;
  font-family: "Aeonik";
  font-style: italic;
  transform: translate(-50%, 0%);
  color: #ffffff;
  padding: 28px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text-top {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text-top {
    font-size: 24px;
    line-height: 26px;
    padding: 20px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text-top {
    font-size: 22px;
    line-height: 25px;
    padding: 20px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text-top {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text-top {
    font-size: 26px;
    line-height: 30px;
    padding: 28px 20px;
    opacity: 100%;
  }
}

.sam-wrapper .section-train-purpose .image-container:hover .hover-text-top {
  opacity: 1;
}
.sam-wrapper .section-train-purpose .image-container .hover-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #ffffff;
  padding: 30px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  font-size: 18px;
  line-height: normal;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 25px 18px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 25px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 20px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 25px 15px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-train-purpose .image-container .hover-text {
    padding: 25px 15px;
    opacity: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.sam-wrapper .section-train-purpose .image-container:hover .hover-text {
  opacity: 1;
}

.sam-wrapper .section-challenges-bg {
  width: 100%;
  background: url("./img/webp/challenges-bg.webp") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-challenges-bg {
    background-image: none;
    background-color: #022f34;
  }
}

.sam-wrapper .section-challenges-bg .challenge-space {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-challenges-bg .challenge-space {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-challenges-bg .challenge-space {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-challenges-bg .challenge-space {
    margin-bottom: 10px;
  }
}
.sam-wrapper .section-challenges-bg .color-w {
  color: #ffffff;
}
.sam-wrapper .section-challenges-bg .challenges-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-challenges-bg .challenges-grid {
    grid-column-gap: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-challenges-bg .challenges-grid {
    grid-column-gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-challenges-bg .challenges-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-challenges-bg .challenges-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }
}
.sam-wrapper .section-challenges-bg .challenges-main-inn {
  width: 100%;
  background: #1a4348;
  border: solid 1px #15c6dc;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-challenges-bg .challenges-main-inn {
    margin-top: 20px;
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-challenges-bg .challenges-main-inn {
    margin-top: 10px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-challenges-bg .challenges-main-inn {
    margin-top: 15px;
    padding: 15px;
  }
}

.sam-wrapper .challenges-main-inn .centralization {
  width: 100%;
}
.sam-wrapper .challenges-main-inn .centralization .title-grids {
  display: grid;
  width: 100%;
  grid-template-columns: 54px 1fr;
  grid-column-gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .challenges-main-inn .centralization .title-grids {
    grid-template-columns: 51px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .challenges-main-inn .centralization .title-grids {
    grid-template-columns: 48px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .challenges-main-inn .centralization .title-grids {
    grid-template-columns: 38px 1fr;
  }
}
.sam-wrapper .challenges-main-inn .centralization .title-data-img {
  width: 50px;
  line-height: 50px;
  height: 50px;
  background: #00c5de;
  text-align: center;
  color: #20294c;
  font-size: 22px;
  border-radius: 100%;
  font-family: "Aeonik";
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data-img {
    width: 46px;
    line-height: 46px;
    height: 46px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data-img {
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data-img {
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
  }
}

.sam-wrapper .challenges-main-inn .centralization .title-data {
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .challenges-main-inn .centralization .title-data {
    font-size: 22px;
    line-height: 26px;
  }
}
.sam-wrapper .challenges-main-inn .centralization .athletes-data-text {
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .challenges-main-inn .centralization .athletes-data-text {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .challenges-main-inn .centralization .athletes-data-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
  }
}
.sam-wrapper .section-stay-active-bg {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-stay-active-bg .stays-active-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.sam-wrapper .section-solution-bg {
  width: 100%;
  background: url("./img/webp/challenges-bg.webp") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-solution-bg {
    background-image: none;
    background-color: #022f34;
  }
}
.sam-wrapper .section-solution-bg .solu-space {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-solution-bg .solu-space {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-solution-bg .solu-space {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-solution-bg .solu-space {
    margin-bottom: 10px;
  }
}

.sam-wrapper .section-solution-bg .color-w {
  color: #ffffff;
}
.sam-wrapper .section-solution-bg .solution-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-solution-bg .solution-grid {
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-solution-bg .solution-grid {
    grid-column-gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-solution-bg .solution-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-solution-bg .solution-grid {
    grid-template-columns: 1fr;
  }
}

.sam-wrapper .section-solution-bg .solution-main-inn {
  width: 100%;
  background: #1a4348;
  border: solid 1px #15c6dc;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-solution-bg .solution-main-inn {
    margin-top: 30px;
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-solution-bg .solution-main-inn {
    margin-top: 10px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-solution-bg .solution-main-inn {
    margin-top: 15px;
    padding: 15px;
  }
}
.sam-wrapper .solution-main-inn .centralization {
  width: 100%;
}
.sam-wrapper .solution-main-inn .centralization .title-grids {
  display: grid;
  width: 100%;
  grid-template-columns: 54px 1fr;
  grid-column-gap: 14px;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .solution-main-inn .centralization .title-grids {
    grid-template-columns: 51px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .solution-main-inn .centralization .title-grids {
    grid-template-columns: 48px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .solution-main-inn .centralization .title-grids {
    grid-template-columns: 38px 1fr;
  }
}
.sam-wrapper .solution-main-inn .centralization .title-data-img {
  width: 50px;
  line-height: 50px;
  height: 50px;
  background: #00c5de;
  text-align: center;
  color: #20294c;
  font-size: 22px;
  border-radius: 100%;
  font-family: "Aeonik";
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .solution-main-inn .centralization .title-data-img {
    width: 46px;
    line-height: 46px;
    height: 46px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .solution-main-inn .centralization .title-data-img {
    width: 40px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .solution-main-inn .centralization .title-data-img {
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
  }
}

.sam-wrapper .solution-main-inn .centralization .title-data {
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .solution-main-inn .centralization .title-data {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .solution-main-inn .centralization .title-data {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .solution-main-inn .centralization .title-data {
    font-size: 22px;
    line-height: 26px;
  }
}
.sam-wrapper .solution-main-inn .centralization .athletes-data-text {
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .solution-main-inn .centralization .athletes-data-text {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .solution-main-inn .centralization .athletes-data-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
}

.sam-wrapper .section-impactful-bg {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-impactful-bg .impactful-main {
  display: grid;
  width: 100%;
  grid-template-columns: 350px 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sam-wrapper .section-impactful-bg .impactful-main {
    grid-template-columns: 350px 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sam-wrapper .section-impactful-bg .impactful-main {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-impactful-bg .impactful-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.sam-wrapper .section-impactful-bg .impactful-main-inn {
  border-radius: 16px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sam-wrapper .section-impactful-bg .impactful-main-inn {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-impactful-bg .impactful-main-inn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sam-wrapper
    .section-impactful-bg
    .impactful-main
    .impactful-main-inn.resp-view {
    display: none;
  }
}
.sam-wrapper .section-impactful-bg .impactful-impactful-box {
  width: 100%;
  background: none;
}
.sam-wrapper .impactful-impactful-box .impactful-impactful-title {
  transform: translate(0%, 10%);
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .impactful-impactful-box .impactful-impactful-title {
    transform: translate(0%, 0%);
    margin-bottom: 25px;
  }
}
.sam-wrapper .impactful-main-inn .outcomes-im {
  width: 100%;
}
.sam-wrapper .impactful-main-inn .outcomes-im img {
  border-radius: 16px;
}
.sam-wrapper .impactful-main-inn .reduction-in-main {
  width: 100%;
}
.sam-wrapper .impactful-main-inn .reduction-in-main .reduction-bg {
  width: 100%;
  background: #00c5de;
  padding: 10px 15px;
  border-radius: 16px 16px 0 0;
}
.sam-wrapper
  .impactful-main-inn
  .reduction-in-main
  .reduction-bg
  .reduction-bg-text {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper
    .impactful-main-inn
    .reduction-in-main
    .reduction-bg
    .reduction-bg-text {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper
    .impactful-main-inn
    .reduction-in-main
    .reduction-bg
    .reduction-bg-text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper
    .impactful-main-inn
    .reduction-in-main
    .reduction-bg
    .reduction-bg-text {
    font-size: 22px;
    line-height: 26px;
  }
}

.sam-wrapper .impactful-main-inn .reduction-in-main .the-integration {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #20294c;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding: 10px 15px 15px 15px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .impactful-main-inn .reduction-in-main .the-integration {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .impactful-main-inn .reduction-in-main .the-integration {
    font-size: 16px;
    line-height: 22px;
  }
}

/* ---------start-grid-to-css----------- */

.sam-wrapper .section-impactful-bg .impactful-main-data {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 351px 1fr;
  grid-column-gap: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .sam-wrapper .section-impactful-bg .impactful-main-data {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sam-wrapper .section-impactful-bg .impactful-main-data {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-impactful-bg .impactful-main-data {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    margin-top: 0px;
  }
}
.sam-wrapper .section-impactful-bg .impactful-main-inn-data {
  border-radius: 16px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-impactful-bg .impactful-main-data .outcomes-mobi {
    margin-top: 20px;
  }
}

.sam-wrapper .impactful-main-inn-data .outcomes-im-data {
  width: 100%;
}
.sam-wrapper .impactful-main-inn-data .outcomes-im-data img {
  border-radius: 16px;
}
@media only screen and (max-width: 1439px) {
  .sam-wrapper .impactful-main-inn-data .outcomes-im-data img {
    display: none;
  }
}
.sam-wrapper .impactful-main-inn-data .reduction-in-main-data {
  width: 100%;
}
.sam-wrapper
  .impactful-main-inn-data
  .reduction-in-main-data
  .reduction-bg-data {
  width: 100%;
  background: #00c5de;
  padding: 10px 15px;
  border-radius: 16px 16px 0 0;
}
.sam-wrapper
  .impactful-main-inn-data
  .reduction-in-main-data
  .reduction-bg-data
  .reduction-bg-text-data {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper
    .impactful-main-inn-data
    .reduction-in-main-data
    .reduction-bg-data
    .reduction-bg-text-data {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper
    .impactful-main-inn-data
    .reduction-in-main-data
    .reduction-bg-data
    .reduction-bg-text-data {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper
    .impactful-main-inn-data
    .reduction-in-main-data
    .reduction-bg-data
    .reduction-bg-text-data {
    font-size: 22px;
    line-height: 26px;
  }
}

.sam-wrapper
  .impactful-main-inn-data
  .reduction-in-main-data
  .the-integration-data {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #20294c;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding: 10px 15px 15px 15px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper
    .impactful-main-inn-data
    .reduction-in-main-data
    .the-integration-data {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper
    .impactful-main-inn-data
    .reduction-in-main-data
    .the-integration-data {
    font-size: 16px;
    line-height: 22px;
  }
}
.sam-wrapper .impactful-main-inn-data .data-blank-bg {
  width: 100%;
  height: 100%;
  background: #efefef;
}

/* ---------end-grid-to-css----------- */

.sam-wrapper .section-sam-fitness-bg {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-sam-fitness-bg .sam-fitness-img {
  width: 100%;
}

.sam-wrapper .section-real-time-bg {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-real-time-bg .train-with-purpose-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
.sam-wrapper .section-real-time-bg .image-container {
  position: relative;
  width: auto;
}
.sam-wrapper .section-real-time-bg .image-container img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-real-time-bg .image-container img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-real-time-bg .image-container img {
    border-radius: 16px;
  }
}
.sam-wrapper .section-real-time-bg .image-container .hover-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 30px 30px;
  border-radius: 0 0 30px 30px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  font-size: 42px;
  line-height: normal;
}
@media only screen and (max-width: 1799px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 22px;
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 18px;
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 18px;
    padding: 20px 20px;
    border-radius: 0 0 16px 16px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-real-time-bg .image-container .hover-text {
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 0 0 16px 16px;
    opacity: 100%;
  }
}
.sam-wrapper .section-real-time-bg .image-container:hover .hover-text {
  opacity: 1;
}

.sam-wrapper .section-player-screen-bg {
  width: 100%;
  background: #efefef url("./img/webp/section-bg.webp") no-repeat;
  background-size: cover;
}
.sam-wrapper .section-player-screen-bg .screens-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 370px;
  grid-column-gap: 100px;
  align-items: end;
}
@media only screen and (max-width: 1800px) {
  .sam-wrapper .section-player-screen-bg .screens-grid {
    grid-template-columns: 1fr 400px;
    grid-column-gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-player-screen-bg .screens-grid {
    grid-template-columns: 1fr 400px;
    grid-column-gap: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-player-screen-bg .screens-grid {
    grid-template-columns: 1fr 530px;
    grid-column-gap: 15px;
    align-items: start;
  }
}
@media only screen and (max-width: 850px) {
  .sam-wrapper .section-player-screen-bg .screens-grid {
    grid-template-columns: 1fr 450px;
    grid-column-gap: 15px;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-player-screen-bg .screens-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    align-items: start;
  }
}
.sam-wrapper .section-player-screen-bg .screens-left-data {
  width: 100%;
}
.sam-wrapper
  .section-player-screen-bg
  .screens-left-data
  .screens-player-space {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper
    .section-player-screen-bg
    .screens-left-data
    .screens-player-space {
    margin-bottom: 15px;
  }
}
.sam-wrapper .screens-left-data .screens-inner-part {
  width: 100%;
}
.sam-wrapper .screens-left-data .screens-inner-part .screens-playerimg {
  width: 100%;
  margin-top: 200px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .screens-left-data .screens-inner-part .screens-playerimg {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .screens-left-data .screens-inner-part .screens-playerimg {
    margin-top: 0px;
    display: none;
  }
}
.sam-wrapper .screens-left-data .screens-inner-big .screens-addplayerimg {
  width: 100%;
  margin-top: -110px;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .screens-left-data .screens-inner-big .screens-addplayerimg {
    margin-top: 0px;
    display: none;
  }
}
.sam-wrapper .section-player-screen-bg .screens-right-data {
  width: 100%;
}
.sam-wrapper .section-player-screen-bg .screens-right-data .screens-deleteimg {
  margin-top: 500px;
}
@media only screen and (max-width: 1800px) {
  .sam-wrapper
    .section-player-screen-bg
    .screens-right-data
    .screens-deleteimg {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper
    .section-player-screen-bg
    .screens-right-data
    .screens-deleteimg {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper
    .section-player-screen-bg
    .screens-right-data
    .screens-deleteimg {
    margin-top: 0px;
    display: none;
  }
}

.sam-wrapper .section-player-screen-bg .screens-right-data .the-players {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-player-screen-bg .screens-right-data .the-players {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-player-screen-bg .screens-right-data .the-players {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-player-screen-bg .screens-right-data .the-players {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}

.sam-wrapper .section-tracks-app {
  width: 100%;
  background: #efefef;
}
.sam-wrapper .section-tracks-app .tracks-app-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-tracks-app .tracks-app-grid {
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-tracks-app .tracks-app-grid {
    grid-column-gap: 21px;
  }
}

@media only screen and (max-width: 991px) {
  .sam-wrapper .section-tracks-app .tracks-app-grid {
    grid-column-gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .sam-wrapper .section-tracks-app .tracks-app-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.sam-wrapper .section-tracks-app .image-container {
  position: relative;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .sam-wrapper .section-tracks-app .image-container {
    margin-bottom: 20px;
  }
}
.sam-wrapper .section-tracks-app .image-container img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-tracks-app .image-container img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-tracks-app .image-container img {
    border-radius: 16px;
  }
}
.sam-wrapper .section-tracks-app .image-container .hover-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 30px 30px;
  color: #ffffff;
  padding: 18px 21px 22px 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  font-size: 42px;
  line-height: normal;
}

@media only screen and (max-width: 1799px) {
  .sam-wrapper .section-tracks-app .image-container .hover-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-tracks-app .image-container .hover-text {
    padding: 15px 16px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-tracks-app .image-container .hover-text {
    padding: 15px 16px;
    font-size: 22px;
    border-radius: 0 0 20px 20px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-tracks-app .image-container .hover-text {
    padding: 15px 16px;
    font-size: 18px;
    border-radius: 0 0 20px 20px;
    opacity: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-tracks-app .image-container .hover-text {
    padding: 15px 16px;
    font-size: 18px;
    border-radius: 0 0 16px 16px;
    opacity: 100%;
  }
}

.sam-wrapper .section-tracks-app .image-container:hover .hover-text {
  opacity: 1;
}

.sam-wrapper .section-streamlining-bg {
  width: 100%;
  background: #002f35;
}
.sam-wrapper .section-streamlining-bg .athlete-im {
  width: 100%;
}

.sam-wrapper .section-staff-management-bg {
  width: 100%;
  background: #efefef;
  position: relative;
}
.sam-wrapper .section-staff-management-bg .staff-athlete-im {
  width: 100%;
}
.sam-wrapper .section-staff-management-bg .staff-management-box {
  max-width: 90%;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-staff-management-bg .staff-management-box {
    max-width: 100%;
  }
}
.sam-wrapper .section-staff-management-bg .staff-management-align {
  align-items: center;
}
.sam-wrapper
  .section-staff-management-bg
  .staff-management-box
  .staff-management-staff {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .sam-wrapper
    .section-staff-management-bg
    .staff-management-box
    .staff-management-staff {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper
    .section-staff-management-bg
    .staff-management-box
    .staff-management-staff {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper
    .section-staff-management-bg
    .staff-management-box
    .staff-management-staff {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.sam-wrapper
  .section-staff-management-bg
  .staff-management-box
  .staff-management-staff
  span {
  display: block;
}
.sam-wrapper
  .section-staff-management-bg
  .staff-management-box
  .staff-management-text {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #49696d;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper
    .section-staff-management-bg
    .staff-management-box
    .staff-management-text {
    font-size: 18px;
    line-height: 23px;
  }
}
.sam-wrapper .section-staff-management-bg ::after {
  width: 291px;
  height: 211px;
  background: url("./img/svg/right-icon.svg") no-repeat;
  content: "";
  position: absolute;
  bottom: 250px;
  right: 146px;
  z-index: 1;
  opacity: 0.1;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-staff-management-bg ::after {
    display: none;
  }
}

.sam-wrapper .section-main-screens-bg {
  width: 100%;
  background: #efefef url("./img/webp/big/main-screen-bg.webp") no-repeat;
  background-size: contain;
  height: 100%;
  background-position: top center;
}
.sam-wrapper .section-main-screens-bg .dashboard-img-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
.sam-wrapper .section-main-screens-bg .dashboard-img-title {
  margin-top: 10px;
}
.sam-wrapper .section-main-screens-bg .dashboard-img {
  width: 100%;
}

.sam-wrapper .section-main-screens-bg .dashboard-category-box {
  width: 100%;
}

.sam-wrapper
  .section-main-screens-bg
  .dashboard-category-box
  .dashboard-category {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 10px;
}
.sam-wrapper
  .section-main-screens-bg
  .dashboard-category-box
  .dashboard-category
  span {
  display: block;
}
.sam-wrapper
  .section-main-screens-bg
  .dashboard-category-box
  .dashboard-category-text {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #49696d;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.sam-wrapper .section-main-screens-bg .all-five-im {
  width: 100%;
  display: flex;
}
.sam-wrapper .section-main-screens-bg .all-five-im .all-five-space {
  margin-left: 15px;
}
.sam-wrapper .section-main-screens-bg .all-five-im img {
  box-shadow: 3px 13px 28px rgba(51, 80, 100, 0.78);
  border-radius: 50px;
  margin-left: 30px;
}

.sam-wrapper .section-schedule-bg {
  width: 100%;
  background: #efefef;
  position: relative;
}

.sam-wrapper .section-schedule-bg::after {
  content: "";
  width: 100%;
  background: url("./img/webp/blue-shadow.webp") no-repeat;
  position: absolute;
  height: 440px;
  background-size: cover;
  bottom: 0%;
}

@media only screen and (max-width: 1440px) {
  .sam-wrapper .section-schedule-bg::after {
    display: none;
  }
}
.sam-wrapper .section-schedule-bg .inner-content {
  position: relative;
}
.sam-wrapper .section-schedule-bg .inner-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 901px;
  height: 901px;
  background: url("./img/webp/round-circle.webp") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-schedule-bg .inner-content:before {
    display: none;
  }
}
.sam-wrapper .section-schedule-bg .inner-content .inner-area {
  position: relative;
  z-index: 3;
}
/* ---------------start---new csss---------- */
.sam-wrapper .section-schedule-bg {
  width: 100%;
}
.sam-wrapper .section-schedule-bg .schedule-text-part-text {
  font-family: "Aeonik Pro TRIAL";
  color: #49696d;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 160px;
}
@media only screen and (max-width: 1499px) {
  .sam-wrapper .section-schedule-bg .schedule-text-part-text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-schedule-bg .schedule-text-part-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .schedule-text-part-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-schedule-bg .schedule-text-part-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .schedule-text-part-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }
}
.sam-wrapper .section-schedule-bg .main-div-right-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-schedule-bg .main-div-right-grid {
    grid-column-gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .main-div-right-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-schedule-bg .main-div-right-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .main-div-right-grid {
    grid-template-columns: 1fr;
  }
}
.sam-wrapper .section-schedule-bg .schedule-activity {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .schedule-activity {
    width: 80%;
    text-align: end;
    margin-left: auto;
  }
}
.sam-wrapper .section-schedule-bg .schedule-activity img {
  min-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .schedule-activity img {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .schedule-activity img {
    display: none;
  }
}

.sam-wrapper .section-schedule-bg .view-schedule {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .view-schedule {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .view-schedule {
    width: 270px;
    text-align: center;
    margin: 0 auto;
  }
}
.sam-wrapper .section-schedule-bg .view-schedule img {
  width: 100%;
}
@media only screen and (min-width: 1500px) {
  .sam-wrapper .section-schedule-bg .view-schedule img {
    margin-top: 150px;
  }
}

.sam-wrapper .section-schedule-bg .schedule-morning {
  width: 100%;
  text-align: center;
}
.sam-wrapper .section-schedule-bg .schedule-morning img {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .schedule-morning img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-schedule-bg .schedule-morning img {
    display: none;
  }
}

/* ---------------end---new csss---------- */

/* -------------start-to-row---new csss---------- */

.sam-wrapper .section-schedule-bg .users-can-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sam-wrapper .section-schedule-bg .users-can-bottom .users-one {
  width: auto;
}
@media only screen and (min-width: 1500px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-one {
    margin-top: -700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-one {
    margin-top: -250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-one {
    margin-top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-one {
    display: none;
  }
}

.sam-wrapper .section-schedule-bg .users-can-bottom .users-two {
  width: auto;
}
.sam-wrapper .section-schedule-bg .users-can-bottom .users-two img {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-two img {
    display: none;
  }
}

.sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
  font-family: "Aeonik Pro TRIAL";
  width: 390px;
  font-size: 22px;
  line-height: 26px;
  color: #49696d;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
    width: 560px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
    width: 430px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
    width: 100%;
    padding: 30px 0 25px 0;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-text-p {
    width: 100%;
    padding: 20px 0 25px 0;
    font-size: 16px;
    line-height: 22px;
  }
}

.sam-wrapper .section-schedule-bg .users-can-bottom .users-three {
  width: auto;
}
.sam-wrapper .section-schedule-bg .users-can-bottom .users-three img {
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-three img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-schedule-bg .users-can-bottom .users-three img {
    display: none;
  }
}

.sam-wrapper .section-sam-footer-bg {
  width: 100%;
  /* background: #002f35; */
  background: #012c31;
}
.sam-wrapper .section-sam-footer-bg .sam-footer-logo {
  text-align: center;
}
.sam-wrapper .section-sam-footer-bg .sam-footer-logo img {
  width: 306px;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .section-sam-footer-bg .sam-footer-logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-sam-footer-bg .sam-footer-logo img {
    width: 164px;
  }
}
.sam-wrapper .section-sam-footer-bg .thank-you-footer {
  font-family: "Aeonik";
  font-weight: 400;
  font-size: 62px;
  line-height: 68px;
  color: #00c5de;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .section-sam-footer-bg .thank-you-footer {
    font-size: 42px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-sam-footer-bg .thank-you-footer {
    font-size: 36px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-sam-footer-bg .thank-you-footer {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-sam-footer-bg .thank-you-footer {
    font-size: 28px;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sam-wrapper .section-sam-footer-bg .footer-sales-text {
  width: 100%;
  font-family: "Aeonik Pro TRIAL";
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .sam-wrapper .section-sam-footer-bg .footer-sales-text {
    font-size: 30px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991px) {
  .sam-wrapper .section-sam-footer-bg .footer-sales-text {
    font-size: 24px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-sam-footer-bg .footer-sales-text {
    font-size: 20px;
    line-height: normal;
  }
}

.sam-wrapper .section-log-in-bg {
  width: 100%;
  width: 100%;
  background: #efefef url("./img/webp/login-bg-min.webp") no-repeat;
  background-size: cover;
  background-position: top center;
}
.sam-wrapper .section-log-in-bg .login-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1599px) {
  .sam-wrapper .section-log-in-bg .login-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .login-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .login-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-log-in-bg .login-title {
    margin-bottom: 20px;
  }
}
.sam-wrapper .section-log-in-bg .lets-sign-in {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .lets-sign-in {
    align-items: center;
    grid-column-gap: 30px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .lets-sign-in {
    align-items: center;
    grid-column-gap: 30px;
  }
}
.sam-wrapper .section-log-in-bg .lets-sign-in .lets-left {
  width: 100%;
}
.sam-wrapper .section-log-in-bg .lets-sign-in .lets-left img {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .lets-sign-in .lets-left img {
    display: none;
  }
}

.sam-wrapper .section-log-in-bg .lets-sign-in .lets-right {
  width: 100%;
  text-align: right;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .lets-sign-in .lets-right img {
    display: none;
  }
}

.sam-wrapper .section-log-in-bg .forgot-pass-part {
  display: grid;
  width: 59%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: -350px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-pass-part {
    width: 80%;
    padding-top: 20px;
    grid-column-gap: 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-pass-part {
    width: 100%;
    margin-top: 20px;
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-pass-part {
    grid-template-columns: 1fr;
    padding-top: 0px;
    margin-top: 0px;
  }
}
.sam-wrapper .section-log-in-bg .forgot-pass {
  width: 100%;
  z-index: 1;
}
.sam-wrapper .section-log-in-bg .forgot-pass img {
  margin-left: 90px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-pass img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-pass img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-pass img {
    display: none;
  }
}
.sam-wrapper .section-log-in-bg .forgot-right-bg {
  width: 502px;
  background: #01bfd7;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg {
    padding: 100px 20px 20px 100px;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg {
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    margin-top: 0px;
  }
}
.sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: right;
  padding-top: 200px;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
    font-size: 32px;
    line-height: 38px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
    padding-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
    padding-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-log-in-bg .forgot-right-bg .pragraph-forgot {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
}

.sam-wrapper .section-log-in-bg .your-guide-part {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-log-in-bg .your-guide-part {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .your-guide-part {
    grid-column-gap: 30px;
    align-items: center;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .your-guide-part {
    grid-column-gap: 30px;
    align-items: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .your-guide-part {
    display: none;
  }
}
.sam-wrapper .section-log-in-bg .your-guide-bg {
  width: 502px;
  background: #01bfd7;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  margin-top: -150px;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg {
    width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg {
    width: 100%;
    margin-top: 0px;
  }
}
.sam-wrapper .section-log-in-bg .your-guide-bg .left-guide-title {
  font-family: "Aeonik";
  color: #002f35;
  font-weight: 500;
  font-size: 67px;
  line-height: 67px;
  padding-top: 200px;
  text-align: left;
}
@media only screen and (max-width: 1600px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg .left-guide-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg .left-guide-title {
    padding-top: 0px;
    font-size: 54px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg .left-guide-title {
    padding-top: 0px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .your-guide-bg .left-guide-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.sam-wrapper
  .section-log-in-bg
  .your-guide-bg
  .left-guide-title
  .stunning-guide {
  color: #ffffff;
}
.sam-wrapper .section-log-in-bg .right-guide-img {
  width: 100%;
  text-align: right;
}
.sam-wrapper .section-log-in-bg .right-guide-img img {
  text-align: right;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .right-guide-img img {
    display: none;
  }
}

.sam-wrapper .section-log-in-bg .forgot-change-pass {
  display: grid;
  width: 57%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-change-pass {
    grid-column-gap: 30px;
    width: 80%;
    margin-top: 20px;
    padding-top: 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-change-pass {
    grid-column-gap: 30px;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-change-pass {
    grid-template-columns: 1fr;
    padding-top: 0px;
    margin-top: 20px;
  }
}

.sam-wrapper .section-log-in-bg .forgot-change-bg {
  width: 502px;
  background: #01bfd7;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg {
    padding: 15px;
    border-radius: 16px;
  }
}

.sam-wrapper .section-log-in-bg .forgot-change-bg .change-text {
  width: 420px;
  font-family: "Aeonik Pro TRIAL";
  color: #002f35;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  padding-top: 200px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg .change-text {
    width: 100%;
    padding-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg .change-text {
    width: 100%;
    padding-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg .change-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .sam-wrapper .section-log-in-bg .forgot-change-bg .change-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.sam-wrapper .section-log-in-bg .forgot-change-img {
  width: 100%;
  z-index: 1;
  text-align: end;
  margin-left: -70px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-change-img {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-change-img {
    margin-left: 0px;
  }
}

.sam-wrapper .section-log-in-bg .forgot-change-img img {
  margin-top: -100px;
}
@media only screen and (max-width: 1365px) {
  .sam-wrapper .section-log-in-bg .forgot-change-img img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sam-wrapper .section-log-in-bg .forgot-change-img img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sam-wrapper .section-log-in-bg .forgot-change-img img {
    display: none;
  }
}

/*athlete management platform  css ends here*/
