body {
  margin: 0 auto;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

.container {
  overflow: hidden;
}

* {
  outline:none;
  box-sizing:border-box;
  font-family: 'Overpass', 'Noto Sans TC', sans-serif;
  letter-spacing:1px;
}

:root{
  
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-corner {
  background: none !important;
}
/* Track */
::-webkit-scrollbar-track {
  background: none !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(200, 200, 200, 0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 39, 219, 0.5);
}

.stop {
  background:red;
  color:white;
  border-radius: 50px;
  border:none;
  cursor: pointer;
}

.start {
  background:blue;
  color:white;
  border-radius: 50px;
  border:none;
  cursor: pointer;
}

a {
  text-decoration:none;
}

header {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding:1.5em 3em;
  box-shadow:3px 3px 8px 6px #7776767d;
  position: relative; 
  z-index:2;
}

header a {
  color:black;
  font-size: 0.9em;
  font-weight: 500;
}

header a:hover {
  color: #7827DB;
}

.rightHeader button, .rightHeader a, .rightHeader input{
  margin-right:1.5em;
}

.logo img {
  object-fit: contain;
  width: 15vw;
}

.rightHeader .contact {
  background-color: black;
  color: white;
  padding: 0.6em 2em;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.searchForm {
  display: inline-block;
}

#search, #search2 {
  width:10vw;
  min-width: 110px;
  border: 2px solid #f1f1f1;
  border-radius: 50px;
  padding: 5px 10px;
  background:url(/static/main/img/search.svg?25874b4edc67) no-repeat;
  background-size: 15px;
  background-position:right 15px top 50%;
}

.rightHeader ::placeholder { /* CSS 3 標準 */
  color: ＃f1f1f1;
}

.rightHeader ::-webkit-input-placeholder { /* Chrome, Safari */
  color: ＃f1f1f1;
}

.rightHeader :-ms-input-placeholder { /* IE 10+ */
  color: ＃f1f1f1;
}

.rightHeader ::-moz-placeholder { /* Firefox 19+ */
  color: ＃f1f1f1;
  opacity: 1;
}

.rightHeader {
  margin:auto 0;
}

footer {
  width: 100%;
  background:black;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#leftFooter {
  display:flex;
  color:white;
  margin: 0 auto;
  align-items: center;
}

#leftFooter p{
  font-size: 1em;
  font-weight: 500;
  color: #C8C8C8;
}

#leftFooter ul{
  list-style: none;
  padding:0;
}
#leftFooter ul li:before
{
  content: '▶';
  margin-right: 1em;
}

#leftFooter li {
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 1em;
}

#leftFooter li > a{
  color:white;
}
#subscribe button{
  background: #984BF1;
  color:white;
  border: none;
  padding: 0.5em 0;
  cursor:pointer;
}

#subscribe button, #subscribe input{
  width:15rem;
  margin-bottom: 2em;
  padding: 0.3em;
}

#line img{
  width:8em;
  margin-top: 1em;
}

#line {
  display: flex;
  flex-direction: column;
}

#rightFooter {
  min-height: 24em;
  right: 0;
  height:100%;
  width:40%;
  background: #984BF1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#rightFooter p {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: left;
  color: white;
  width: 50%;
}

#rightFooter > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em;
}

#rightFooter img:not(#logoFooter) {
  width: 2em;
  margin: 0 0.5em;
}

#logoFooter {
  height: 1.5rem;
  margin: 1.5em 0;
  max-width: 70%;
  object-fit: contain;
}

.colorLine {
  width:280px !important; 
  height: unset !important;
}

.container {
  width: 100vw;
}

@media screen and (min-width: 1920px){
  #rightFooter {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  }
}

@media screen and (max-width: 800px){
  .logo img {
    width: 20vw;
  }
  #rightFooter {
    width: 100%;
    clip-path: unset;
    margin-top: 3em;
  }
  header {
    padding: 1.5em 2em;
  }
  .rightHeader a {
    margin-right: 1em;
  }
  .rightHeader .contact {
    padding: 0.3em 1em;
    border-radius: 50px;
  }
}

@media screen and (max-width: 620px){
  #leftFooter {
    flex-wrap: wrap;
    margin: 0;
    margin-left: 3em;
  }
  #leftFooter div {
    width: 100%;
    margin: 0 !important;
  }
  footer {
    height: 100%;
  }

  #line > img:first-child {
    display: none;
  }
  #search2 {
    width: 70%;
    margin: 5em 0 1em 30px;
  }
  #rightFooter img:not(#logoFooter) {
    width: 3em;
  }
}
  
  
.pagination {
  margin-top: 1em;
}

.pagination ul {
  padding: 0;
}

.pagination li {
  border-radius: 50%;
  list-style: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  display: block;
  padding-top: 2px;
}

.pagination li a {
  color: black;
  text-align: center;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.pagination li a, .pagination li span {
  font-size: 1em;
  font-weight: 700;
}

.pagination li.active > span{
  color: #984bf1;
  text-align: center;
  border-bottom: 1px solid;
}
#extendMenu {
  display: none;
}

#toggle {
  width: 60px;
  border: none;
  cursor: pointer;
  padding: 1em;
}

#toggle div {
  width: 25px;
  height: 3px;
  background: #000;
  margin-bottom: 4px;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

#toggle div:last-child {
  margin-bottom: 0 !important;
}

/* left side slider for mobile screen */
span.menuSlideTitle {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #6a6c70;
}

div.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  white-space: nowrap;
}

.sidenav a {
  margin: 0 10px 0 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #7827db;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  font-size: 1.3rem;
}

.sidenav a span {
  margin-left: 20px;
}

.sidenav a:not (#closeNav ):hover {
  /* background-color: #4d5156; */
  color: white;
}

.sidenav .closeNavBtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  margin: 10px 30px;
}

#menuSlider .dropdown-content {
  display: none;
  position: relative !important;
}

#menuSlider .dropdown-content a {
  padding-left: 1rem;
  margin: 0 20px 20px 40px;
}

#menuSlider .title {
  display: flex;
  align-items: center;
  height: 3em;
}

#menuSlider .title, #menuSlider .dropdown {
  margin: 0.5em 0;
}

#menuSlider .title:hover {
  color: #aed0cb;
}

#menuSlider .fa-caret-down, #menuSlider .fa-caret-up {
  cursor: pointer;
  font-size: 1.5em !important;
  /* color: #e6e6e6; */
  margin-top: 0.2em;
}

#extendMenu img, .sidenav img {
  display: block;
  margin: 0.5em 1em;
  width: 9em;
}

.closeBtn:before, .closeBtn:after {
  position: absolute;
  content: '';
  height: 35.35px;
  width: 3px;
  border-radius: 3px;
  background-color: #333;
}

.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 620px) {
  #extendMenu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 0.5em;
    box-shadow: 3px 3px 8px 6px #7776767d;
  }
  #menu, #subContent > img, header {
    display: none;
  }
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}
.alertify, .alertify-show, .alertify-log {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.alertify-hide {
  transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.alertify-log-hide {
  transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  filter: alpha(opacity=0);
  opacity: 0.5;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

/* overwrite display: none; for everything except IE6-8 */

:root *>.alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertify-inner {
  text-align: center;
}

.alertify-text {
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-buttons {}

.alertify-button, .alertify-button:hover, .alertify-button:active, .alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify, .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}

.alertify, .alertify-show, .alertify-log {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* easeOutBack */
}

.alertify-hide {
  transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
  /* easeInBack */
}

.alertify-log-hide {
  transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
  /* easeInBack */
}

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  filter: alpha(opacity=0);
  opacity: 0.5;
}

.alertify-cover-hidden {
  display: none;
}

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}

.alertify-hidden {
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}

/* overwrite display: none; for everything except IE6-8 */

:root *>.alertify-hidden {
  display: block;
  visibility: hidden;
}

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.alertify-logs-hidden {
  display: none;
}

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}

.alertify-log-show {
  right: 0;
  opacity: 1;
}

.alertify-log-hide {
  transform: translate(300px, 0);
  opacity: 0;
}

.alertify-dialog {
  padding: 25px;
}

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alertify-inner {
  text-align: center;
}

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

.alertify-buttons {}

.alertify-button, .alertify-button:hover, .alertify-button:active, .alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}

@media only screen and (max-width: 680px) {
  .alertify, .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}




.alertify, .alertify-log {
  font-family: sans-serif;
}

.alertify {
  background: #FFF;
  border: 10px solid #333;
  /* browsers that don't support rgba */
  border: 10px solid #FFF;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  background-clip: padding-box;
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
  background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.alertify-button:hover, .alertify-button:focus {
  outline: none;
  background-image: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.alertify-button-cancel, .alertify-button-cancel:hover, .alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}

.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
  background-color: #5CB811;
  border: 1px solid #3B7808;
}

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, .9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, .9);
}

.alertify-log-success {
  background: #17c6a3;
}
/**
 * Default Look and Feel
 */

.alertify, .alertify-log {
  font-family: sans-serif;
}

.alertify {
  background: #FFF;
  border: 10px solid #333;
  border: 10px solid #FFF;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
  background-clip: padding-box;
}

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}

.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
  background-image: linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.alertify-button:hover, .alertify-button:focus {
  outline: none;
  background-image: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5;
}

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.alertify-button-cancel, .alertify-button-cancel:hover, .alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}

.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
  background-color: #5CB811;
  border: 1px solid #3B7808;
}

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, .9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2em;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0);
}

.alertify-log-success {
  background: #17c6a3
}





.main {
  position: relative;
  height: 112vh;
}

.main>img {
  position: absolute;
  display: block;
  object-fit: contain;
  right: 0;
}

.main>img:first-child {
  top: 0;
  height: 45%;
}

.main>img:nth-child(2) {
  bottom: 0;
  height: 70%;
}

.mainContent {
  position: absolute;
  width: auto;
  top: 20%;
  left: 10%;
}

.mainContent>p {
  font-size: 1em;
  font-weight: 700;
}

.logoBody {
  width: 80%;
}

.messengerContent {
  margin-top: 10%;
  display: flex;
}

.messengerContent>p {
  font-size: 1em;
  font-weight: 500;
}

.messengerIcon {
  width: 20%
}

.main .messenger {
  position: absolute;
  width: 6em;
  bottom: 18%;
  right: 3%;
  height: 6em;
}

.threeTalent {
  padding: 5% 10%;
  background: linear-gradient(to right, #cde9ef 0%, #a7d3f0 100%);
  text-align: center;
}

.threeTalent h2 {
  font-size: 2.25em;
  font-weight: 700;
}

.threeTalentContent {
  display: flex;
}

.threeTalentContent>div {
  width: 25%;
  margin: 0 auto;
}

.threeTalentContent>div>h3 {
  font-size: 1.35em;
  font-weight: 600;
  background: #984bf1;
  color: white;
  border-radius: 50px;
  padding: 5px 0;
}

.threeTalentContent>div>p {
  font-size: 0.9em;
  font-weight: 400;
  text-align: justify;
}

.solve {
  background: #eeeeee;
  padding: 5em 0;
}

.solve p {
  margin: 0;
}

.solve>div {
  display: flex;
  justify-content: center;
}

.solve>div:first-child p {
  font-size: 2.25em;
  font-weight: 700;
  color: #7827DB;
  margin-left: 1em;
}

.solveContent {
  margin-top: 5em;
  text-align: center;
}

.solveContent img {
  width: 10vw;
}

.solveContent .svg {
  position: relative;
  width: 10vw;
}

.solveContent .plus {
  position: absolute;
  bottom: -5px;
  width: 2em;
  left: 50%;
  transform: translate(-50%, 0);
}

.solveContent .arrow {
  position: absolute;
  bottom: 10px;
  width: 80px;
  height: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.solveContent p {
  font-size: 1em;
  font-weight: 500;
}

.integration {
  background: url(/static/main/img/bg-03-1.png?25874b4edc67) no-repeat;
  background-position: right bottom;
  background-size: 30vw;
  padding-bottom: 5em;
}

.expert {
  text-align: center;
  margin: 0 auto;
}

.expert p {
  font-size: 1.8em;
  font-weight: 500;
  color: #984bf1;
}

.expert h2 {
  font-size: 2.25em;
  font-weight: 700;
}

.iC p{
  text-align:center;
}

.expert p:last-child {
  font-size: 1.6em;
  font-weight: 500;
  background: #984bf1;
  color: white;
  border-radius: 50px;
  width: 10em;
  margin: 1em auto;
}

.expert img {
  width: 1em;
}

.integrations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-top: 6em;
  max-width: 1080px;
}

.integrationContent div, .integrationList div {
  width: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.integrationContent img {
  width: 130px;
  height: 130px;
}

.integrationContent h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #984BF1;
}

.integrationContent .content {
  font-size: 0.9em;
  font-weight: 400;
}

.integrationList ul {
  font-size: 0.9em;
  padding: 2em 1.5em;
  text-align: left;
  border-radius: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0f6f0+0,a7d3f0+100 */
  background: #d0f6f0; /* Old browsers */
  background: -moz-linear-gradient(left, #d0f6f0 0%, #a7d3f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d0f6f0 0%, #a7d3f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d0f6f0 0%, #a7d3f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0f6f0',
    endColorstr='#a7d3f0', GradientType=1); /* IE6-9 */
}

.integrationList ul {
  list-style: none;
  line-height: 3em;
}

.integrationList ul li:before {
  content: '●';
  margin-right: 0.5em;
}

.understandMore {
  font-size: 1.5em;
  font-weight: 600;
  color: #7827DB;
  background: white;
  border-radius: 50px;
  border: 2px solid #7827DB;
  white-space: nowrap;
  padding: 0.3em 1.5em;
  font-family: 'Overpass', 'Noto Sans TC', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
}

.understandMore svg {
  height: 5px;
  margin-left: 0.5em;
}

.understandMore:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 100%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #7827DB;
  transform-origin: center;
  transform: translate3d(50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

.understandMore:hover:before {
  transform: translate3d(50%, -50%, 0) scale3d(19, 19, 19);
}

.understandMore:hover {
  color: #FFF;
  border: 2px solid #FFF;
}

.understandMore:hover svg * {
  stroke: #FFF !important;
  fill: #FFF !important;
}

/* 三大強項修改頁面  */
.threeStrengths {
  text-align: center;
  margin-bottom: 5em;
}

.threeStrengths>form>div {
  display: flex;
  justify-content: space-around;
  text-align: left;
}

.threeStrengths textarea {
  resize: none;
  height: auto;
  width: auto;
}

.threeStrengths .submit {
  background: black;
  color: white;
}

.threeStrengths .back {
  background-color: white;
  border: 1px solid black;
}

@media screen and (max-width: 1366px) {
  .main {
    height: 90vh;
  }
  .main>img {
    max-width: 100vw;
  }
  .main>img:first-child {
    object-position: top;
  }
  .main>img:nth-child(2) {
    object-position: bottom;
  }
}

/* ipad */
@media screen and (max-width: 1248px) and (max-height: 1366px) {
  .main {
    height: 60vh;
  }
}

@media screen and (max-width: 1000px){
    .integrations {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    width: 90%;
  }
  .integrationList ul {
    width: 100%;
  }
  .integrations > div:nth-child(1) {
    order: 1;
  }
  .integrations > div:nth-child(2) {
    order: 3;
  }
  .integrations > div:nth-child(3) {
    order: 5;
  }
  .integrations > div:nth-child(4) {
    order: 2;
  }
  .integrations > div:nth-child(5) {
    order: 4;
  }
  .integrations > div:nth-child(6) {
    order: 6;
  }
  
  .threeStrengths>form>div {
    flex-direction: column;
  }
  
  .threeStrengths>form>div>div{
    margin:0 auto;
  }
}

@media screen and (max-width: 620px){
  .main {
    height: 70vh;
  }
  
  .main .messenger{
    width:3em;
  }
  
  .integrationList ul {
    width: max-content;
  }
  .threeTalentContent {
    flex-wrap: wrap;
  }
  .threeTalentContent>div {
    width: 90%;
  }
  .threeTalent h2, .solve>div:first-child p, .expert h2 {
    font-size: 2em;
  }
  .solve {
    padding: 3em 0;
  }
  .solve .solveContent {
    margin-top: 3em;
    align-items: center;
    justify-content: space-around;
  }
  .solveContent img {
    width: 90%;
  }
  .solveContent p {
    font-size: 0.8em;
    margin-top: 1em;
  }
  .expert .subTitle {
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
  }
  .iC {
    margin-top: 3em !important;
  }
  .iC p {
    width: 90%;
  }
  .solveContent > div {
    width: 20%;
  }
  .solve>div:first-child p {
    margin-left: 0;
  }
  .solve>div:first-child p:nth-child(2) img {
    width: 2em;
    margin: 0 1em;
  }
  .integrationContent div, .integrationList div {
    width: 100%;
  }
  .threeStrengths textarea {
    width:90%;
  }
}

@media screen and (max-width: 375px){
  .main{
    height:80vh;
  }
}

