.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible !important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block !important;visibility:visible !important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{-webkit-animation-name:zoomIn;animation-name:zoomIn}.transition.zoom.out{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}.transition.glow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1)}.transition.glow{-webkit-animation-name:glow;animation-name:glow}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}@keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0 !important;left:0 !important;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit !important}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.ui.disabled.dimmer{width:0 !important;height:0 !important}.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer{display:block}.ui[class*="top aligned"].dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ui.page.dimmer{position:fixed;-webkit-transform-style:"";transform-style:"";-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0%;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.modal{position:absolute;display:none;z-index:1001;text-align:left;background:#fff;border:none;-webkit-box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:"";-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:"";width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem 1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.modal{width:850px;margin:0}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0}}@media only screen and (min-width:1920px){.ui.modal{width:950px;margin:0}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 1rem !important;padding-right:2.25rem !important}.ui.modal>.content{display:block;padding:1rem !important}.ui.modal>.close{top:.5rem !important;right:.5rem !important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto !important;text-align:center;padding:0 0 1rem !important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100% !important;margin:0 !important;padding:1rem 0 !important;-webkit-box-shadow:none;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0 !important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{-webkit-box-shadow:1px 3px 10px 2px rgba(0,0,0,.2);box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none !important;box-shadow:none !important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}.ui.legacy.modal,.ui.legacy.page.dimmer>.ui.modal{top:50%;left:50%}.ui.legacy.page.dimmer>.ui.scrolling.modal,.ui.page.dimmer>.ui.scrolling.legacy.modal,.ui.top.aligned.dimmer>.ui.legacy.modal,.ui.top.aligned.legacy.page.dimmer>.ui.modal{top:auto}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#fff}}.ui.loading.modal{display:block;visibility:hidden;z-index:-1}.ui.active.modal{display:block}.modals.dimmer[class*="top aligned"] .modal{margin:5vh auto}@media only screen and (max-width:767px){.modals.dimmer[class*="top aligned"] .modal{margin:1rem auto}}.legacy.modals.dimmer[class*="top aligned"]{padding-top:5vh}@media only screen and (max-width:767px){.legacy.modals.dimmer[class*="top aligned"]{padding-top:1rem}}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable>.dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{margin:1rem auto}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:1rem !important}.ui.modal .scrolling.content{max-height:calc(70vh);overflow:auto}.ui.fullscreen.modal{width:95% !important;left:0 !important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0 !important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.mini.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.mini.modal{width:35.2%;margin:0}}@media only screen and (min-width:992px){.ui.mini.modal{width:340px;margin:0}}@media only screen and (min-width:1200px){.ui.mini.modal{width:360px;margin:0}}@media only screen and (min-width:1920px){.ui.mini.modal{width:380px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.tiny.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.tiny.modal{width:52.8%;margin:0}}@media only screen and (min-width:992px){.ui.tiny.modal{width:510px;margin:0}}@media only screen and (min-width:1200px){.ui.tiny.modal{width:540px;margin:0}}@media only screen and (min-width:1920px){.ui.tiny.modal{width:570px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0}}@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;position:relative}body.admin-bar{position:initial}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button,input,select,optgroup,textarea{color:#404040;font-family:sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li > ul,li > ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:bold}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}body.single-resource__physics{--resource-color-main:#ff3b30;--resource-color-secondary:#d3768d;--resource-liner-gradient:linear-gradient(to right,#e82e3b 0,#ff7228 100%)}body.single-resource__chemistry{--resource-color-main:#007aff;--resource-color-secondary:#34aadc;--resource-liner-gradient:linear-gradient(to right,#257bec .15%,#79eeff 150%)}body.single-resource__biology{--resource-color-main:#4cd964;--resource-color-secondary:#7fc610;--resource-liner-gradient:linear-gradient(to left,#86fe65 20%,#06d315 110%)}.wp-block-table table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.wp-block-table table:first-child{margin-top:0}.wp-block-table table:last-child{margin-bottom:0}.wp-block-table table td,.wp-block-table table th{transition:background .1s ease,color .1s ease;border:none}.wp-block-table table thead{box-shadow:none}.wp-block-table table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.wp-block-table table thead tr>th:first-child{border-left:none}.wp-block-table table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.wp-block-table table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.wp-block-table table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.wp-block-table table tfoot{box-shadow:none}.wp-block-table table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em .78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.wp-block-table table tfoot tr>th:first-child{border-left:none}.wp-block-table table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.wp-block-table table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.wp-block-table table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.wp-block-table table tr td{border-top:1px solid rgba(34,36,38,.1)}.wp-block-table table tr:first-child td{border-top:none}.wp-block-table table tbody+tbody tr:first-child td{border-top:1px solid rgba(34,36,38,.1)}.wp-block-table table td{padding:.78571429em .78571429em;text-align:inherit}.wp-block-table table tr td,table tr th{border-left:1px solid rgba(34,36,38,.1)}.wp-block-table table tr td:first-child,.wp-block-table table tr th:first-child{border-left:none}.wp-block-table.is-style-stripes table thead th{border-bottom:1px solid rgba(34,36,38,.1)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:unset}.wp-block-table.is-style-stripes table tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.wp-block-table tbody tr:hover{background:rgba(0,0,0,.05) !important;color:rgba(0,0,0,.95) !important}a{color:royalblue}a:visited{color:purple}a:hover,a:focus,a:active{color:midnightblue}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:14px;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.sticky{display:block}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.site_footer{background-color:#32004a;color:#fff;padding-top:2rem;padding-bottom:calc(90px + 1rem);font-size:13px}@media (max-width: 768px){.site_footer{overflow:hidden}}@media (min-width: 769px){.site_footer{padding-bottom:2rem}}.site_footer .site_footer-container{width:100%;padding:0 1.5em}@media (min-width: 992px){.site_footer .site_footer-container{max-width:980px;margin-left:auto;margin-right:auto}}.site_footer .site_footer-row{display:flex;flex-direction:column;position:relative;margin-bottom:2rem}.site_footer .site_footer-row:last-child{margin-bottom:0}@media (min-width: 769px){.site_footer .site_footer-row{flex-direction:row}.site_footer .site_footer-row--aic{align-items:center;justify-content:space-between}}.site_footer .site_footer-menu{list-style:none;padding:0;margin:0 -2em 2em;display:flex;flex-direction:row;flex-wrap:wrap}.site_footer .site_footer-menu .sub-menu{list-style:none;padding:0;margin:.7em 0 0}.site_footer .site_footer-menu > *{flex:1 1 100%;min-width:1%;display:flex;flex-direction:column;margin-bottom:2em;padding:0 1em}@media (min-width: 550px){.site_footer .site_footer-menu > *{flex:1 1 50%}}@media (min-width: 769px){.site_footer .site_footer-menu > *{flex:1 1 33%}}@media (min-width: 992px){.site_footer .site_footer-menu > *{flex:1 1 20%}}.site_footer .site_footer-menu .sub-menu .menu-item{margin-bottom:.3em}.site_footer .site_footer-menu .sub-menu .menu-item:last-child{margin-bottom:0}.site_footer .main-menu-title{font-weight:700;font-size:1.08em;line-height:1.3em}.site_footer .site_footer-social a,.site_footer .site_footer-social a:visited,.site_footer .site_footer-legal a,.site_footer .site_footer-legal a:valid,.site_footer .main-menu-title,.site_footer .site_footer-menu a,.site_footer .site_footer-menu a:visited{color:#fff;background-color:transparent;text-decoration:none;display:block;width:100%;padding:.3em 1em;border-radius:.5em;transition:.2s}.site_footer .site_footer-social a:hover,.site_footer .site_footer-legal a:hover,.site_footer .site_footer-menu a:hover{background-color:rgba(0,0,0,.2)}.site_footer .custom-logo-link{display:none}.site_footer .custom-logo-link,.site_footer .custom-logo-link:visited,.site_footer .custom-logo-link .custom-logo-text,.site_footer .custom-logo-link .custom-logo-text span{color:#fff}.site_footer .custom-logo-link .custom-logo-image{border:1px solid #fff;border-radius:50%}@media (min-width: 992px){.site_footer .custom-logo-link{display:flex}}.site_footer .site_footer-social{display:flex;width:100%;justify-content:space-around}@media (min-width: 769px){.site_footer .site_footer-social{justify-content:space-between}}@media (min-width: 992px){.site_footer .site_footer-social{width:auto;justify-content:flex-end}}.site_footer .site_footer-social a{display:inline-flex;align-items:center;width:auto;line-height:1;font-size:2em}@media (min-width: 769px){.site_footer .site_footer-social a{margin-right:1.5em;font-size:1em}.site_footer .site_footer-social a:last-child{margin-right:0}}.site_footer .icon{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-position:center;background-size:1em}.site_footer .icon-envelope{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23fff\' d=\'M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\'/%3E%3C/svg%3E")}.site_footer .icon-envelope.nitro-lazy{background-image:none !important}.site_footer .icon-facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' aria-hidden=\'true\' focusable=\'false\' data-prefix=\'fab\' data-icon=\'facebook-square\' class=\'svg-inline--fa fa-facebook-square fa-w-14\' role=\'img\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%23fff\' d=\'M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\'/%3E%3C/svg%3E")}.site_footer .icon-facebook.nitro-lazy{background-image:none !important}.site_footer .icon-phone{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23fff\' d=\'M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z\'/%3E%3C/svg%3E")}.site_footer .icon-phone.nitro-lazy{background-image:none !important}.site_footer .icon-whatsapp{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%23fff\' d=\'M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\'/%3E%3C/svg%3E")}.site_footer .icon-whatsapp.nitro-lazy{background-image:none !important}.site_footer .site_footer-social a span{display:none}@media (min-width: 769px){.site_footer .icon{margin-right:.3em;font-size:1.3em}.site_footer .site_footer-social a span{display:inline-block}}.site_footer .site_footer-legal{list-style:none;margin:2rem -1.5em 0 -1.5em;padding:0;display:flex}@media (min-width: 769px){.site_footer .site_footer-legal{margin:0 0 0 2rem}}.site_footer .site_footer-legal li{margin:0;padding:0 1em}@media (min-width: 769px){.site_footer .site_footer-legal li:last-child{padding-right:0}}html{scroll-behavior:smooth}.modal-outer{display:none;position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:12}.modal-outer .modal{width:50vw;height:28.125vw;background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/modal.jpg");background-size:contain;background-repeat:no-repeat;margin:10% auto}.modal-outer .modal.nitro-lazy{background-image:none !important}.desktop-banner{font-size:calc(16 / 1920 * 100vw)}@media all and (max-width: 1160px){.desktop-banner{font-size:.9375vw}}@media all and (max-width: 1000px){.desktop-banner{display:none}}.banner{background:linear-gradient(66.85deg,#8f278b 0%,#ca1f6f 39%,#e50020 100%)}@media all and (max-width: 1000px){.banner{font-size:4.3596730245vw}}.banner .banner-content{margin:0 auto;padding:calc(105 / 1160 * 100vh) calc(205 / 1920 * 100vw) calc(105 / 1160 * 100vh) calc(270 / 1920 * 100vw);display:flex;justify-content:space-between}@media all and (max-width: 1500px){.banner .banner-content{padding:calc(105 / 1160 * 100vh) calc(150 / 1920 * 100vw) calc(105 / 1160 * 100vh) calc(200 / 1920 * 100vw)}}.banner .banner-content .text-content{width:calc(500 / 1920 * 100vw)}@media all and (max-width: 1500px){.banner .banner-content .text-content{width:calc(650 / 1920 * 100vw)}}@media all and (max-width: 1160px){.banner .banner-content .text-content{width:calc(700 / 1920 * 100vw)}}.banner .banner-content .text-content h1{color:#fff;font-size:2.65em;font-family:"Poppins",Arial,sans-serif;font-weight:600;margin:0 0 calc(30 / 1160 * 100vh)}@media all and (max-width: 1000px){.banner .banner-content .text-content h1{font-size:1.3125em}}.banner .banner-content .text-content p{color:#fff;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.44em;margin:0}@media all and (max-width: 1000px){.banner .banner-content .text-content p{display:none}}.banner .banner-content .text-content a{text-decoration:none}.banner .banner-content .text-content a{background-color:#fff;border:solid 1px #eb5d60;border-radius:20px;padding:.3em 1em;font:inherit;cursor:pointer;outline:inherit;color:#eb5d60;font-family:"Poppins",Arial,sans-serif;font-size:1.1875em;font-weight:400;margin:1em 0;display:inline-block;transition:background-color .4s}@media all and (max-width: 1000px){.banner .banner-content .text-content a{font-size:.85em}}.banner .banner-content .text-content a .fa-arrow-right{margin-left:.3em;opacity:0}.banner .banner-content .text-content a:hover{background-color:#e9e8ea}.banner .banner-content .text-content a:hover .fa-arrow-right{transform:translateX(.3em);opacity:1;transition:.4s}@media all and (max-width: 1000px){.banner .banner-content .text-content img{display:none}}.banner .banner-content .banner-image{width:calc(995 / 1920 * 100vw);position:relative}.banner .banner-content .banner-image img{width:calc(786 / 1920 * 100vw);height:auto;margin-left:calc(190 / 1920 * 100vw)}@media all and (max-width: 1450px){.banner .banner-content .banner-image img{margin-left:calc(100 / 1920 * 100vw)}}@media all and (max-width: 650px){.banner .banner-content .banner-image img{width:77.1117166213vw;height:45.2316076294vw}}.banner .banner-content .banner-image iframe{position:absolute;top:calc(20 / 1920 * 100vw);left:calc(227 / 1920 * 100vw)}@media all and (max-width: 1450px){.banner .banner-content .banner-image iframe{margin-left:calc(-88 / 1920 * 100vw)}}@media all and (max-width: 1160px){.banner .banner-content .banner-image iframe{width:78%;height:76%}}.mobile-banner{display:none}@media all and (max-width: 1000px){.mobile-banner{display:block;font-size:4.3596730245vw}}.mobile-banner .banner-content{padding:8vw 10vw 3vw 10vw;flex-wrap:wrap}.mobile-banner .banner-content .text-content{width:100%;text-align:center}@media all and (max-width: 1000px){.mobile-banner .banner-content .text-content h1{font-size:1.3125em}}.mobile-banner .banner-content .banner-image{width:100%}.mobile-banner .banner-content .banner-image img{width:100%;margin-left:0}.mobile-banner .banner-content .mobile-text-content{margin-top:5.4495912807vw;width:100%;text-align:center}.mobile-banner .banner-content .mobile-text-content p{width:70%;margin:0 auto 5.4495912807vw}@media all and (max-width: 550px){.mobile-banner .banner-content .mobile-text-content p{display:none}}.mobile-banner .banner-content .mobile-text-content button{font-size:.85em;padding:3vw calc(23 / 267 * 100vw)}.mobile-banner .banner-content .mobile-text-content button .fa-arrow-right{margin-left:calc(10 / 367 * 100vw)}.mobile-banner .banner-content .mobile-text-content button button:hover .fa-arrow-right{margin-left:calc(20 / 367 * 100vw)}.mobile-banner .banner-content .mobile-text-content img{width:auto;vertical-align:bottom}@media all and (max-width: 550px){.mobile-banner .banner-content .mobile-text-content img{display:none}}.banner-stats{font-size:.8333333333vw;margin:0;background-color:#3d2c77;display:flex;justify-content:space-around;padding:2.1551724138vh}@media all and (max-width: 1000px){.banner-stats{font-size:4.3596730245vw}}@media all and (max-width: 1000px){.banner-stats{flex-direction:column;text-align:center;padding:0}}.banner-stats div{display:flex;margin:auto 0}@media all and (max-width: 1000px){.banner-stats div{border-top:1px solid #fff;padding:2.7247956403vw 0;display:flex}}.banner-stats div img{width:2.8645833333vw;height:2.8645833333vw;margin-right:2.0833333333vw}@media all and (max-width: 1000px){.banner-stats div img{margin-left:27.2479564033vw;width:6.8119891008vw;height:6.8119891008vw;margin-right:5.4495912807vw}}.banner-stats div p{color:#fff;font-family:"Poppins",Arial,sans-serif;font-weight:300;font-size:1.6875em;line-height:1.6875em;margin:auto 0}@media all and (max-width: 1000px){.banner-stats div p{font-size:.9375em;line-height:.66em;margin:auto 0}}.courses{text-align:center;width:calc(1310 / 1920 * 100vw);margin:0 auto}@media all and (min-width: 1001px){.courses{font-size:.8333333333vw}}@media all and (max-width: 1000px){.courses{font-size:calc(16 / 367 * 100vw);width:83.10626703vw}}.courses h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;margin:calc(60 / 1160 * 100vh) 0 calc(40 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.courses h2{font-size:1.3125em}}.courses p{font-family:"Poppins",Arial,sans-serif;font-size:1em;font-weight:400;color:#666}@media all and (max-width: 1000px){.courses p{display:none}}.courses .desktop-course-tabs{display:flex;justify-content:space-between;margin-bottom:calc(145 / 1160 * 100vh);margin-top:9.4827586207vh}@media all and (max-width: 1000px){.courses .desktop-course-tabs{display:none}}.courses .desktop-course-tabs .course-images{width:calc(900 / 1920 * 100vw);display:flex;justify-content:space-between}.courses .desktop-course-tabs .course-images .course-tab{width:13.0536458333vw;height:19.0104166667vw;border-radius:38px;background:#fff;box-shadow:0 0 30px rgba(0,0,0,.1);position:relative;margin-right:2.6041666667vw;will-change:opacity,visibility}.courses .desktop-course-tabs .course-images .course-tab .course-logo{position:relative;top:2.8645833333vw;width:4.4270833333vw;height:4.4270833333vw}.courses .desktop-course-tabs .course-images .course-tab p{margin-top:2.8645833333vw;margin-bottom:.78125vw;font-size:1.3em;font-family:"Montserrat",Arial,sans-serif !important;font-weight:300}.courses .desktop-course-tabs .course-images .course-tab .buttons{width:7.4479166667vw;display:block;margin:0 auto}.courses .desktop-course-tabs .course-images .course-tab .buttons a{text-decoration:none;font-family:"Poppins",Arial,sans-serif !important;font-weight:normal;font-size:1.1em;line-height:2.5em;text-align:center;color:#959595;width:100%;border:2px solid #ff2300;border-radius:21px;white-space:nowrap;display:block;margin-bottom:.5208333333vw}.courses .desktop-course-tabs .course-images .course-tab .bottom-design{width:13.0536458333vw;height:auto;position:absolute;bottom:0;left:0}.courses .desktop-course-tabs .course-images .course-tab:hover{transform:scale(1.1)}.courses .desktop-course-tabs .course-images .course-tab-1 p span{color:#ff2300;font-family:"Montserrat",Arial,sans-serif !important;font-weight:400}.courses .desktop-course-tabs .course-images .course-tab-1 .buttons a{border:2px solid #ff2300}.courses .desktop-course-tabs .course-images .course-tab-1 .buttons a:hover{background:linear-gradient(#dc3c38 0%,#ff2300 74.87%);color:#fff}.courses .desktop-course-tabs .course-images .course-tab-2 p span{color:#13b43c;font-family:"Montserrat",Arial,sans-serif !important;font-weight:400}.courses .desktop-course-tabs .course-images .course-tab-2 .buttons a{border:2px solid #13b43c}.courses .desktop-course-tabs .course-images .course-tab-2 .buttons a:hover{background:linear-gradient(#00b945 .15%,#95b300 100%);color:#fff}.courses .desktop-course-tabs .course-images .course-tab-3 p span{color:#00b8bd;font-family:"Montserrat",Arial,sans-serif !important;font-weight:400}.courses .desktop-course-tabs .course-images .course-tab-3 .buttons a{border:2px solid #00b8bd}.courses .desktop-course-tabs .course-images .course-tab-3 .buttons a:hover{background:linear-gradient(#006eff .27%,#008bfc 3.36%,#00bcc1 74.87%);color:#fff}.courses .appear{opacity:1;position:relative;bottom:0;transition:.8s ease-in-out}.courses .hidden{opacity:0;position:relative;bottom:-40px}.courses #desktop-course-tabs-2{justify-content:unset}.courses #desktop-course-tabs-2 .course-images{width:31.25vw}.courses #desktop-course-tabs-2 .course-images .course-tab{height:21.5817708333vw}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-1 .course-logo{width:4.4270833333vw;height:4.0104166667vw}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-1 p span{color:#32144d;font-family:"Montserrat",Arial,sans-serif !important;font-weight:400}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-1 .buttons a{border:2px solid #32144d}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-1 .buttons a:hover{background:linear-gradient(#2a244c 0%,#32144d 74.87%);color:#fff}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-2 p span{color:#00c9a8;font-family:"Montserrat",Arial,sans-serif !important;font-weight:400}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-2 .buttons a{border:2px solid #00c9a8}.courses #desktop-course-tabs-2 .course-images .course-tab-row-2-card-2 .buttons a:hover{background:#00c9a8;color:#fff}.courses .course-group-details{padding-top:calc(145 / 1920 * 100vh);margin-left:calc(35 / 1920 * 100vw);text-align:left}@media all and (max-width: 1350px){.courses .course-group-details{padding-top:calc(80 / 1920 * 100vh)}}.courses .course-group-details .small-sub-header{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase;margin:0}@media all and (max-width: 1000px){.courses .course-group-details .small-sub-header{font-size:.8em}}.courses .course-group-details h3{color:#cd1562;font-family:"Poppins",serif;font-size:2.4375em;font-weight:600;margin:0 0 1vw 0}@media all and (max-width: 1000px){.courses .course-group-details h3{font-size:1.125em}}.courses .course-group-details img{width:calc(300 / 1920 * 100vw);height:auto}.courses .course-group-details-2{padding-top:calc(150 / 1920 * 100vw);margin-left:calc(150 / 1920 * 100vw);margin-right:calc(100 / 1920 * 100vw)}.courses .course-group-details-2 p,.courses .course-group-details-2 h3{text-align:right}.courses .course-group-details-2 p{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase;margin:0}@media all and (max-width: 1000px){.courses .course-group-details-2 p{font-size:.8em}}.courses .course-group-details-2 h3{color:#cd1562;font-family:"Poppins",serif;font-size:2.4375em;font-weight:600;margin:0 0 calc(20 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.courses .course-group-details-2 h3{font-size:1.125em}}.courses .course-group-details-2 img{width:calc(340 / 1920 * 100vw);height:auto}.courses .desktop-course-tabs-2{display:flex}@media all and (max-width: 1000px){.courses .desktop-course-tabs-2{display:none}}.courses .desktop-course-tabs-2 .course-images{width:calc(600 / 1920 * 100vw)}.courses .desktop-course-tabs-2 .course-images img{width:calc(250 / 1920 * 100vw);height:auto}.courses .mobile-course-tabs{margin-bottom:10.8991825613vw}@media all and (min-width: 1001px){.courses .mobile-course-tabs{display:none}}.courses .mobile-course-tabs h3{color:#cd1562;font-family:"Poppins",serif;font-size:2.4375em;font-weight:600;margin:0 0 10.8991825613vw}@media all and (max-width: 1000px){.courses .mobile-course-tabs h3{font-size:1.125em}}.courses .mobile-course-tabs .mobile-course-images{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:4.0871934605vw;grid-row-gap:6.8119891008vw;margin:0 auto}@media all and (max-width: 700px){.courses .mobile-course-tabs .mobile-course-images{width:83.10626703vw}}.courses .mobile-course-tabs .mobile-course-images a{text-decoration:none}.courses .mobile-course-tabs .mobile-course-images a .mobile-course-tab{display:flex;width:38.1471389646vw;height:14.719346049vw;background:#fff;box-shadow:7px 7px 15px rgba(0,0,0,.1);position:relative;border-top-right-radius:16px;border-bottom-right-radius:16px}.courses .mobile-course-tabs .mobile-course-images a .mobile-course-tab .course-logo{width:8.9918256131vw;height:8.9918256131vw;margin:2.7247956403vw}.courses .mobile-course-tabs .mobile-course-images a .mobile-course-tab p{display:flex;font-family:"Poppins",serif;font-weight:400;font-size:.75em;text-align:left;color:#199e2f;width:16.348773842vw;line-height:1em;margin:auto 0}.courses .mobile-course-tabs .mobile-course-images a .mobile-course-tab .right-side-design{width:3.5367847411vw;height:14.7138964578vw;position:absolute;right:0}.courses #mobile-course-tabs-2 h3{margin-bottom:5.4495912807vw}.courses .appear{opacity:1;position:relative;bottom:0;transition:.8s ease-in-out}.courses .hidden{opacity:0;position:relative;bottom:-40px}.products{background-color:#f6f6f6;margin:0 auto;padding-top:calc(50 / 1920 * 100vw)}@media all and (min-width: 1001px){.products{font-size:.8333333333vw}}@media all and (max-width: 1000px){.products{text-align:center;padding-top:calc(65 / 1150 * 100vh);font-size:calc(16 / 367 * 100vw)}}.products h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;text-align:center;margin:calc(60 / 1160 * 100vh) 0 calc(85 / 1160 * 100vh)}@media all and (max-width: 1000px){.products h2{font-size:1.3125em}}.products .product-row{display:flex;justify-content:space-between;padding-left:calc(340 / 1920 * 100vw)}@media all and (max-width: 1000px){.products .product-row{padding:0 10vw}}.products .product-row .products-text{width:calc(650 / 1920 * 100vw)}@media all and (max-width: 1000px){.products .product-row .products-text{width:100%}}.products .product-row .products-text .sub-head-container{display:flex;justify-content:space-between;align-items:baseline}.products .product-row .products-text .sub-head-container .sub-head{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase}@media all and (max-width: 1000px){.products .product-row .products-text .sub-head-container .sub-head{font-size:.8em}}@media all and (max-width: 1000px){.products .product-row .products-text .sub-head-container .sub-head{display:none}}.products .product-row .products-text .sub-head-container .coming-soon-icon{font-family:"Poppins",sans-serif;font-weight:400;font-size:1em;line-height:1.2em;text-align:center;color:#fff;border-radius:11px;background:linear-gradient(45deg,#2e318e 100%,#f5b222 100%);opacity:.79;padding:.3645833333vw .78125vw}@media all and (max-width: 1000px){.products .product-row .products-text .sub-head-container .coming-soon-icon{display:none}}.products .product-row .products-text .product-link{text-decoration:none;background-color:#eb5d60;color:#fff;border-radius:12px;font-family:"Poppins",Arial,sans-serif;font-size:2.5em;font-weight:600;white-space:nowrap;padding:calc(10 / 1160 * 100vh) calc(20 / 1920 * 100vw) calc(10 / 1160 * 100vh) calc(20 / 1920 * 100vw)}@media all and (max-width: 1150px){.products .product-row .products-text .product-link{font-size:2em}}@media all and (max-width: 1000px){.products .product-row .products-text .product-link{font-size:1.25em;padding:1.3793103448vh 4.0871934605vw}}.products .product-row .products-text .description{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.25em;line-height:2em;color:#666;margin:calc(35 / 1160 * 100vh) 0 calc(50 / 1160 * 100vh) 0;width:calc(520 / 1920 * 100vw)}@media all and (max-width: 1150px){.products .product-row .products-text .description{font-size:1.1em}}@media all and (max-width: 1000px){.products .product-row .products-text .description{width:100%;text-align:center;font-size:.875em}}@media all and (max-width: 1000px){.products .product-row .products-text .description{margin-top:11vw}}.products .product-row .products-text .intro{font-size:1em;font-family:"Poppins",Arial,sans-serif;font-weight:400}@media all and (max-width: 1000px){.products .product-row .products-text .intro{display:none}}.products .product-row .products-text .product-courses{width:calc(650 / 1920 * 100vw)}@media all and (max-width: 1000px){.products .product-row .products-text .product-courses{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-row-gap:20px;margin-bottom:2rem}}@media all and (max-width: 414px){.products .product-row .products-text .product-courses{width:100%;display:flex;flex-direction:column;justify-content:center}}.products .product-row .products-text .product-courses .course-link{text-decoration:none;background-color:#fff;border-radius:20px;box-shadow:0 0 5px rgba(112,112,112,.1);padding:calc(12 / 1160 * 100vh) calc(25 / 1920 * 100vw);margin-right:calc(17 / 1920 * 100vw);margin-bottom:calc(20 / 1160 * 100vh);font-size:1.1em;font-family:"Poppins",Arial,sans-serif;font-weight:400;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.products .product-row .products-text .product-courses .course-link{display:inline-block}}@media all and (max-width: 1000px){.products .product-row .products-text .product-courses .course-link{font-size:.875em}}.products .product-row .products-text .product-courses .course-link:hover{transform:scale(1.05);transition:.4s}.products .product-row .products-text .product-courses .Biology:hover{background-color:#2cc64d;color:#fff !important}.products .product-row .products-text .product-courses .Chemistry:hover{background-color:#1883b2;color:#fff !important}.products .product-row .products-text .product-courses .Physics:hover{background-color:#ea5347;color:#fff !important}.products .product-row .products-text .product-courses .Medicine:hover{background-color:#422766;color:#fff !important}.products .product-row .products-text .product-courses .Dentistry:hover{background-color:#04bfb1;color:#fff !important}.products .product-row .products-image{width:calc(958 / 1920 * 100vw);height:auto}.products .product-row .products-image img{max-width:unset;width:100%}@media all and (max-width: 1000px){.products .product-row .products-image img{margin-bottom:16vw}}.products .product-row-1 .products-image{float:right}@media all and (max-width: 1000px){.products .product-row-1 .products-image{display:none}}@media all and (max-width: 1550px){.products .product-row-1{padding-bottom:6.8965517241vh}}.products .product-row-2{flex-direction:row-reverse}@media all and (max-width: 1000px){.products .product-row-2{flex-direction:row;flex-wrap:wrap;margin-top:4.0760869565vw}}.products .product-row-2 .products-text{margin-top:calc(200 / 1160 * 100vh);margin-right:calc(320 / 1920 * 100vw);width:calc(390 / 1920 * 100vw)}@media all and (max-width: 1500px){.products .product-row-2 .products-text{margin-top:calc(20 / 1160 * 100vh)}}@media all and (max-width: 1000px){.products .product-row-2 .products-text{width:100%;margin:0}}.products .product-row-2 .products-image{margin-right:calc(100 / 1920 * 100vw);margin-bottom:calc(128 / 1160 * 100vh)}@media all and (max-width: 1000px){.products .product-row-2 .products-image{margin:0 auto}}.products .product-row-2 .products-image img{width:calc(765 / 1920 * 100vw)}.content-separator{background:linear-gradient(to left,#e44067 0%,#662d89 100%);text-align:center;padding:calc(50 / 1160 * 100vh) 0 calc(80 / 1160 * 100vh) 0}@media all and (min-width: 1001px){.content-separator{font-size:.8333333333vw}}@media all and (max-width: 1001px){.content-separator{font-size:16px}}@media all and (max-width: 1400px){.content-separator{padding:calc(45 / 1160 * 100vh) 4.1666666667vh calc(80 / 1160 * 100vh) 4.1666666667vh}}@media all and (max-width: 1400px){.content-separator{padding:calc(45 / 1160 * 100vh) 4.1666666667vh calc(80 / 1160 * 100vh) 4.1666666667vh}}@media all and (max-width: 700px){.content-separator{padding:3.8620689655vh 10.8991825613vw}}.content-separator h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;margin:0}@media all and (max-width: 1000px){.content-separator h2{font-size:1.3125em}}.content-separator h2,.content-separator p{color:#fff;margin-bottom:.2604166667vw}@media all and (max-width: 1000px){.content-separator .desktop-heading{display:none}}.content-separator .mobile-heading{font-size:.875em}@media all and (min-width: 1001px){.content-separator .mobile-heading{display:none}}.content-separator p{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;width:39.0625vw;margin:0 auto calc(35 / 1160 * 100vh)}@media all and (max-width: 1000px){.content-separator p{display:none}}.content-separator .partners{margin-top:calc(60 / 1160 * 100vh)}@media all and (max-width: 1000px){.content-separator .partners img{width:19.8910081744vw;height:auto}}.content-separator .partners img:nth-of-type(1),.content-separator .partners img:nth-of-type(2){margin-right:2.0833333333vw}@media all and (max-width: 1000px){.content-separator .partners img:nth-of-type(1),.content-separator .partners img:nth-of-type(2){margin-right:5.4495912807vw}}.content-separator .partners img:nth-of-type(1){margin-bottom:calc(5 / 1920 * 100vh)}.why{padding:calc(45 / 1160 * 100vh) 0 0 0}@media all and (min-width: 1001px){.why{font-size:.8333333333vw}}@media all and (max-width: 1000px){.why{font-size:calc(16 / 367 * 100vw)}}.why h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;text-align:center;margin:calc(60 / 1160 * 100vh) 0 calc(95 / 1160 * 100vh)}@media all and (max-width: 1000px){.why h2{font-size:1.3125em}}@media all and (max-width: 600px){.why h2{display:none}}.why .why-product-groups .why-product-group{overflow:hidden}.why .why-product-groups .why-product-group-1{display:flex}.why .why-product-groups .why-product-group-1 img{width:calc(1124 / 1920 * 100vw);height:calc(697 / 1920 * 100vw)}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-1 .desktop-why-image{display:none}}.why .why-product-groups .why-product-group-1 .mobile-why-image{width:74.931880109vw;height:calc(206 / 367 * 100vw);margin:0 auto}@media all and (min-width: 1001px){.why .why-product-groups .why-product-group-1 .mobile-why-image{display:none}}.why .why-product-groups .why-product-group-1 .group-text{margin-left:calc(60 / 1920 * 100vw)}@media all and (max-width: 1100px){.why .why-product-groups .why-product-group-1 .group-text{margin-top:calc(50 / 1160 * 100vh)}}.why .why-product-groups .why-product-group-1 .group-text .sub-header{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase;margin:calc(185 / 1160 * 100vh) 0 calc(5 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-1 .group-text .sub-header{font-size:.8em}}@media all and (max-width: 1100px){.why .why-product-groups .why-product-group-1 .group-text .sub-header{margin-top:0}}.why .why-product-groups .why-product-group-1 .group-text h3{color:#cd1562;font-family:"Poppins",sans-serif;font-size:2.4375em;font-weight:600;margin:0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-1 .group-text h3{font-size:1.125em}}.why .why-product-groups .why-product-group-1 .group-text .description{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.25em;line-height:2em;color:#666;width:calc(390 / 1920 * 100vw);margin-top:calc(5 / 1160 * 100vh)}@media all and (max-width: 1150px){.why .why-product-groups .why-product-group-1 .group-text .description{font-size:1.1em}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-1 .group-text .description{width:100%;text-align:left;font-size:.875em}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-1 .group-text .description{text-align:center}}.why .why-product-groups .why-product-group-1 .slide1{opacity:1;position:relative;left:0;transition:.8s}.why .why-product-groups .why-product-group-1 .hide1{opacity:0;position:relative;left:-300px}.why .why-product-groups .why-product-group-2{display:flex;flex-direction:row-reverse;text-align:right;margin-top:calc(65 / 1160 * 100vh)}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2{flex-wrap:wrap;justify-content:center}}.why .why-product-groups .why-product-group-2 img{width:calc(1005 / 1920 * 100vw);height:calc(687 / 1920 * 100vw)}.why .why-product-groups .why-product-group-2 #group-text-2{margin-right:calc(80 / 1920 * 100vw);margin-top:calc(305 / 1160 * 100vh)}@media all and (max-width: 1700px){.why .why-product-groups .why-product-group-2 #group-text-2{margin-top:calc(200 / 1160 * 100vh)}}@media all and (max-width: 1500px){.why .why-product-groups .why-product-group-2 #group-text-2{margin-top:calc(100 / 1160 * 100vh);width:calc(600 / 1920 * 100vw)}}@media all and (max-width: 1100px){.why .why-product-groups .why-product-group-2 #group-text-2{margin-top:calc(50 / 1160 * 100vh)}}.why .why-product-groups .why-product-group-2 #group-text-2 .sub-header{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase;margin:0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 #group-text-2 .sub-header{font-size:.8em}}.why .why-product-groups .why-product-group-2 #group-text-2 h3{color:#cd1562;font-family:"Poppins",sans-serif;font-size:2.4375em;font-weight:600;margin:0 0 calc(20 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 #group-text-2 h3{font-size:1.125em}}.why .why-product-groups .why-product-group-2 #group-text-2 .description{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.25em;line-height:2em;color:#666;width:calc(500 / 1920 * 100vw);margin-top:calc(10 / 1160 * 100vh)}@media all and (max-width: 1150px){.why .why-product-groups .why-product-group-2 #group-text-2 .description{font-size:1.1em}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 #group-text-2 .description{width:100%;text-align:left;font-size:.875em}}@media all and (max-width: 1500px){.why .why-product-groups .why-product-group-2 #group-text-2 .description{margin-right:0;width:100%}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 #group-text-2 .description{text-align:center}}.why .why-product-groups .why-product-group-2 .slide2{opacity:1;position:relative;right:0;transition:.8s}.why .why-product-groups .why-product-group-2 .hide2{opacity:0;position:relative;right:-300px}.why .why-product-groups .why-product-group-3{display:flex;text-align:left;margin-left:calc(260 / 1920 * 100vw);margin-bottom:calc(80 / 1160 * 100vh)}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3{flex-wrap:wrap;justify-content:center}}.why .why-product-groups .why-product-group-3 img{width:calc(835 / 1920 * 100vw);height:calc(686 / 1920 * 100vw)}.why .why-product-groups .why-product-group-3 #group-text-3{margin-left:calc(95 / 1920 * 100vw);margin-top:calc(250 / 1160 * 100vh);width:calc(400 / 1920 * 100vw)}@media all and (max-width: 1600px){.why .why-product-groups .why-product-group-3 #group-text-3{margin-top:calc(150 / 1160 * 100vh)}}@media all and (max-width: 1500px){.why .why-product-groups .why-product-group-3 #group-text-3{margin-top:calc(150 / 1160 * 100vh);width:calc(600 / 1920 * 100vw)}}@media all and (max-width: 1100px){.why .why-product-groups .why-product-group-3 #group-text-3{margin-top:calc(50 / 1160 * 100vh)}}.why .why-product-groups .why-product-group-3 #group-text-3 .sub-header{font-family:"Poppins",Arial,sans-serif;font-size:1.25em;font-weight:400;color:#eb5d60;text-transform:uppercase;margin:0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3 .sub-header{font-size:.8em}}.why .why-product-groups .why-product-group-3 #group-text-3 h3{color:#cd1562;font-family:"Poppins",sans-serif;font-size:2.4375em;font-weight:600;margin:0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3 h3{font-size:1.125em}}.why .why-product-groups .why-product-group-3 #group-text-3 .description{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.25em;line-height:2em;color:#666;width:calc(500 / 1920 * 100vw);margin-top:calc(10 / 1160 * 100vh)}@media all and (max-width: 1150px){.why .why-product-groups .why-product-group-3 #group-text-3 .description{font-size:1.1em}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3 .description{width:100%;text-align:left;font-size:.875em}}@media all and (max-width: 1500px){.why .why-product-groups .why-product-group-3 #group-text-3 .description{margin-right:0;width:100%}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3 .description{text-align:center}}.why .why-product-groups .why-product-group-3 .slide3{opacity:1;position:relative;left:0;transition:.8s}.why .why-product-groups .why-product-group-3 .hide3{opacity:0;position:relative;left:-300px}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group{flex-wrap:wrap;justify-content:center;flex-direction:column-reverse}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group img{width:74.931880109vw;height:calc(206 / 367 * 100vw);margin:0 auto}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group .group-text{margin:0 auto;width:73.5694822888vw;text-align:center}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group .group-text .sub-header{width:100%}}@media all and (max-width: 600px){.why .why-product-groups .why-product-group .group-text .sub-header{display:none}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group .group-text h3{width:100%}}@media all and (max-width: 600px){.why .why-product-groups .why-product-group .group-text h3{margin:20px 0}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group .group-text .description{width:100%;margin-bottom:-5.5172413793vh}}@media all and (max-width: 700px){.why .why-product-groups .why-product-group .group-text .description{margin-bottom:0}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2{margin-bottom:10.3448275862vh}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 img{width:74.931880109vw;height:calc(206 / 367 * 100vw);margin-left:20.4359673025vw;margin-top:8.174386921vw}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-2 #group-text-2{width:73.5694822888vw;margin:0 auto}}.why .why-product-groups .why-product-group-2 #group-text-2 .description{margin-bottom:0}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3{margin-left:0}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3{width:73.5694822888vw;margin:0 auto}}@media all and (max-width: 1000px){.why .why-product-groups .why-product-group-3 #group-text-3 .description{margin-bottom:8.275862069vh;margin-left:0}}.link-offset{display:block;position:relative;top:-75px;visibility:hidden}#content{position:relative}.grey-line{margin:0}.menu-subjects-container{font-size:calc(16 / 1920 * 100vw)}@media all and (max-width: 1000px){.menu-subjects-container{display:none}}.menu-subjects-container #subject-menu{margin:0 calc(300 / 1920 * 100vw) 0;padding:0;display:flex;justify-content:space-between}.menu-subjects-container #subject-menu li{list-style:none;font-size:1em;line-height:1.5em;font-family:"Poppins",Arial,sans-serif;font-weight:600;padding:0 2.6041666667vw;text-align:center;border-right:1px solid #e3e3e3;margin:1.0416666667vw 0}.menu-subjects-container #subject-menu li a{text-decoration:none;word-spacing:50px;color:#c9c9c9}.menu-subjects-container #subject-menu .current-menu-item.gcse-biology a,.menu-subjects-container #subject-menu .gcse-biology:hover a{color:#6ca816}.menu-subjects-container #subject-menu .current-menu-item.gcse-chemistry a,.menu-subjects-container #subject-menu .gcse-chemistry:hover a{color:#2179c1}.menu-subjects-container #subject-menu .current-menu-item.gcse-physics a,.menu-subjects-container #subject-menu .gcse-physics:hover a{color:#e94067}.menu-subjects-container #subject-menu .current-menu-item.alevel-biology a,.menu-subjects-container #subject-menu .alevel-biology:hover a{color:#6ca816}.menu-subjects-container #subject-menu .current-menu-item.alevel-chemistry a,.menu-subjects-container #subject-menu .alevel-chemistry:hover a{color:#2179c1}#tutor-banner{position:relative;background-repeat:no-repeat;background-size:100vw auto}@media all and (min-width: 1921px){#tutor-banner{background-size:cover}}@media all and (max-width: 1600px){#tutor-banner{background-size:100vw auto;background-position-x:right}}@media all and (max-width: 1300px){#tutor-banner{background-size:contain;background-position-x:right}}@media all and (min-width: 1100px){#tutor-banner{font-size:calc(16 / 1920 * 100vw)}}@media all and (max-width: 1100px){#tutor-banner{background-size:auto;background-position:left}}@media all and (max-width: 1000px){#tutor-banner{display:none}}#tutor-banner .banner-content{position:relative;display:block;padding:calc(125 / 1160 * 100vh) calc(205 / 1920 * 100vw) calc(190 / 1160 * 100vh) calc(225 / 1920 * 100vw)}@media all and (max-width: 1300px) and (min-width: 1101px){#tutor-banner .banner-content{padding:calc(90 / 1160 * 100vh) calc(105 / 1920 * 100vw) calc(190 / 1160 * 100vh) calc(125 / 1920 * 100vw)}}#tutor-banner .banner-content .text-content{width:calc(550 / 1920 * 100vw)}@media all and (max-width: 1100px){#tutor-banner .banner-content .text-content{width:39.0625vw;margin:0 auto;font-size:calc(16 / 1000 * 100vw)}}@media all and (max-width: 1100px){#tutor-banner .banner-content .text-content{width:75vw;margin:0 auto}}#tutor-banner .banner-content .text-content h2{font-family:"Poppins",Arial,sans-serif;font-weight:300;font-size:1.875em;color:#fff;margin:0}#tutor-banner .banner-content .text-content h1{font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:3.75em;color:#fff;margin:0}#tutor-banner .banner-content .text-content h3{font-family:"Poppins",Arial,sans-serif;font-weight:500;color:#fff;font-size:2em;margin-top:calc(5 / 1075 * 100vh)}#tutor-banner .banner-content .text-content p{font-family:"Poppins",Arial,sans-serif;font-weight:400;color:#fff;font-size:1.375em}#tutor-banner .banner-content .text-content button{width:18.2291666667vw;border-color:#707070;color:#80b10a;margin:calc(55 / 1150 * 100vh) calc(60 / 1150 * 100vw) calc(50 / 1150 * 100vh) 0;font-size:1.41em}@media all and (max-width: 1375px){#tutor-banner .banner-content .text-content button{margin:calc(25 / 1150 * 100vh) calc(60 / 1150 * 100vw) calc(25 / 1150 * 100vh) 0}}@media all and (max-width: 1100px){#tutor-banner .banner-content .text-content button{width:35vw}}#tutor-banner .banner-content .text-content button:hover{background-color:#e4f4d7}#tutor-banner .banner-content .text-content .exam-details{font-size:1.125em;margin-bottom:calc(30 / 1160 * 100vh)}#tutor-banner .banner-content img{margin-right:calc(10 / 1920 * 100vw);width:auto;height:50px}#tutor-banner .video-container{width:27.8vw;position:absolute;right:9.2vw;top:5.5vw;height:16.5vw}@media all and (max-width: 1600px){#tutor-banner .video-container{right:10.1vw}}@media all and (max-width: 1300px){#tutor-banner .video-container{position:absolute;width:27.7vw;right:10vw;top:5.5vw;height:16.5vw}}@media all and (max-width: 1100px){#tutor-banner .video-container{display:none}}.tutor-banner-mobile{font-size:16px;text-align:center;color:#fff;padding:4.1379310345vh 0;background-size:cover;background-repeat:no-repeat}@media all and (min-width: 1000px){.tutor-banner-mobile{display:none}}.tutor-banner-mobile h1{font-family:"Poppins",Arial,sans-serif;font-weight:500;font-size:1.69em}.tutor-banner-mobile p{font-size:.9375em;font-family:"Poppins",Arial,sans-serif;font-weight:300}.tutor-banner-mobile button{color:inherit;border:none;font:inherit;cursor:pointer;outline:inherit;font-size:1.45em;background-color:#fff;padding:2px 18px;border-radius:12px}.tutor-banner-mobile button i{vertical-align:middle;margin-left:5px;font-weight:600}.tutor-banner-mobile #subject-dropdown{margin-top:3vw}.tutor-banner-mobile #subject-dropdown .menu-subjects-container{font-size:4.347826087vw}.tutor-banner-mobile #subject-dropdown .menu-subjects-container ul{display:block}.tutor-banner-mobile #subject-dropdown .menu-subjects-container ul li{border-right:unset}.tutor-banner-mobile #subject-dropdown .menu-subjects-container ul li a{word-spacing:unset;color:#fff}.tutor-banner-mobile #subject-dropdown .menu-subjects-container ul .current-menu-item{display:none}.tutor-banner-mobile #subject-dropdown .menu-subjects-container ul .current-menu-item a{color:#c9c9c9}.mobile-image-below-banner{margin-top:12.2615803815vw;text-align:center}@media all and (min-width: 1001px){.mobile-image-below-banner{display:none}}.mobile-image-below-banner img{width:62.1253405995vw;height:50.136239782vw}.mobile-contact-options{margin-top:12.2615803815vw;margin-bottom:12.2615803815vw}@media all and (min-width: 1001px){.mobile-contact-options{display:none}}.pink-slider{font-size:.8333333333vw;background:linear-gradient(to right,#e44067 0%,#662d89 100%);text-align:center;padding:4.6875vw 0}@media all and (max-width: 1000px){.pink-slider{display:none}}.pink-slider h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:2.4375em;text-align:center;color:#fff;margin:0}.pink-slider .selection-icons{width:calc(960 / 1920 * 100vw);margin:2.34375vw auto 3.90625vw;padding:1.5625vw 3.125vw 0;display:flex;justify-content:space-between;border-bottom:1px solid #fff}.pink-slider .selection-icons .tab{color:#fff;border-radius:16px;width:9.375vw;text-align:center;margin:0 .1vw 1.8229166667vw;padding:.625vw .625vw;line-height:1.5em;cursor:pointer}.pink-slider .selection-icons .tab img{width:auto;height:4.1666666667vw}.pink-slider .selection-icons .tab .hide{display:none}.pink-slider .selection-icons .tab p{font-family:"Poppins",sans-serif;font-weight:400;font-size:1.25em;margin-bottom:.5208333333vw;line-height:1.5em}.pink-slider .selection-icons .selected{background-color:#fff;color:#c7738d}.pink-slider .selection-icons .tab:hover{background-color:rgba(255,255,255,.15)}.pink-slider .selection-icons .selected:hover{background-color:#fff}.pink-slider .monitor-display{width:45.625vw;height:29.6354166667vw;margin:0 auto;background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/samsung.png");background-size:cover;position:relative}.pink-slider .monitor-display.nitro-lazy{background-image:none !important}.pink-slider .monitor-display .slide{width:calc(801 / 1920 * 100vw);height:calc(446 / 1920 * 100vw);position:absolute;left:calc(39 / 1920 * 100vw);top:calc(29 / 1920 * 100vw);overflow:hidden}.pink-slider .monitor-display .slide img{width:100%}.pink-slider .monitor-display .slide .hide{display:none}.pink-slider button{font:inherit;outline:inherit;background-color:#fff;border:solid 1px #eb5d60;border-radius:20px;padding:calc(15 / 1160 * 100vh) 1.0416666667vw;cursor:pointer;font-family:"Poppins",Arial,sans-serif;font-size:1.1875em;font-weight:400;color:#a3049b;width:unset;white-space:nowrap;margin-top:3.3854166667vw}.pink-slider button .fa-arrow-right{margin-left:calc(10 / 1920 * 100vw)}.pink-slider button:hover{background-color:#f4e4f2}.tutoring-details{font-size:.8333333333vw;width:calc(1405 / 1920 * 100vw);margin:0 auto}@media all and (max-width: 1400px){.tutoring-details{font-size:1.1428571429vw}}@media all and (max-width: 1000px){.tutoring-details{width:calc(290 / 367 * 100vw)}}.tutoring-details span{color:#ed5d60}.tutoring-details .intro-text{width:calc(870 / 1920 * 100vw);margin:0 auto;text-align:center}@media all and (max-width: 1000px){.tutoring-details .intro-text{display:none}}.tutoring-details .intro-text h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;margin:calc(60 / 1160 * 100vh) 0 calc(40 / 1160 * 100vh) 0;color:#91278d}@media all and (max-width: 1000px){.tutoring-details .intro-text h2{font-size:1.3125em}}.tutoring-details .intro-text p{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.4375em;line-height:2em;color:#666}@media all and (max-width: 1150px){.tutoring-details .intro-text p{font-size:1.1em}}@media all and (max-width: 1000px){.tutoring-details .intro-text p{width:100%;text-align:left;font-size:.875em}}.tutoring-details .tutor-profile{font-size:.8333333333vw;display:flex;flex-wrap:wrap;position:relative}@media all and (max-width: 1000px){.tutoring-details .tutor-profile{display:none}}.tutoring-details .tutor-profile .tutor-carousel{margin-top:calc(40 / 1920 * 100vw);width:calc(672 / 1920 * 100vw);height:32.03125vw;position:relative}@media all and (max-width: 1000px){.tutoring-details .tutor-profile .tutor-carousel{width:54.7683923706vw;height:50.136239782vw}}.tutoring-details .tutor-profile .tutor-carousel a{position:absolute;width:16.0416666667vw;height:27.2916666667vw;z-index:10}.tutoring-details .tutor-profile .tutor-carousel a img{border-radius:30px;box-shadow:0 0 15px 15px rgba(112,112,112,.2)}.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(1),.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(3){height:23.4375vw;width:13.7760416667vw;filter:blur(2px);top:6%;z-index:1}.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(1){left:5%}.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(2){left:25%}.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(3){left:52%}.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(1):hover,.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(2):hover,.tutoring-details .tutor-profile .tutor-carousel a:nth-of-type(3):hover{width:16.0416666667vw;height:27.2916666667vw;filter:blur(0);z-index:12;top:0}.tutoring-details .tutor-profile .tutor-carousel:hover a{height:23.4375vw;width:13.7760416667vw;filter:blur(2px);top:6%}.tutoring-details .tutor-profile .text-content{width:calc(560 / 1920 * 100vw);margin:calc(220 / 1160 * 100vh) 0 0 calc(110 / 1920 * 100vw)}.tutoring-details .tutor-profile .text-content h3{font-size:2.0625em;font-family:"Poppins",Arial,sans-serif;font-weight:600;color:#666;margin:0 0 calc(10 / 1160 * 100vh) 0}.tutoring-details .tutor-profile .text-content p{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.4375em;line-height:1.9em;color:#666;margin:0}.tutoring-details .tutor-profile .slide{opacity:1;position:relative;left:0;transition:.8s}.tutoring-details .tutor-profile #tutor-text-2,.tutoring-details .tutor-profile #tutor-text-3,.tutoring-details .tutor-profile #tutor-text-4{transition-delay:1s}.tutoring-details .tutor-profile #tutor-text-1.hidden,.tutoring-details .tutor-profile #tutor-text-3.hidden{opacity:0;position:relative;left:-280px}.tutoring-details .tutor-profile #tutor-text-2.hidden,.tutoring-details .tutor-profile #tutor-text-4.hidden{opacity:0;position:relative;left:280px}.tutoring-details .tutor-profile .line-path{height:calc(300 / 1920 * 100vw);background-repeat:no-repeat;background-position:center;width:34.6354166667vw;margin:0 auto;position:relative;background-size:contain;z-index:-2}@media all and (max-width: 1450px){.tutoring-details .tutor-profile .line-path{}}@media all and (max-width: 1200px){.tutoring-details .tutor-profile .line-path{}}@media all and (max-width: 1200px){.tutoring-details .tutor-profile .line-path{margin-bottom:1.724137931vh}}@media all and (max-width: 1000px){.tutoring-details .tutor-profile .line-path{display:none}}.tutoring-details .tutor-profile .line-path .line-overlay{background-color:#fff;height:100%;z-index:-1}.tutoring-details .tutor-profile .line-path .line-overlay.active{-webkit-animation:reveal-right 1s ease;animation-fill-mode:forwards}.tutoring-details .tutor-profile .line-path .reveal-left.active{-webkit-animation:reveal-left 1s ease;animation-fill-mode:forwards;position:absolute;right:0}.tutoring-details .tutor-profile .line-path .hidden{-webkit-animation:unset;width:100%}.tutoring-details .tutor-profile .line-path .hidden-left{-webkit-animation:unset;width:100%;position:absolute;right:0}@keyframes reveal-right{from{width:100%}to{width:0}}@keyframes reveal-left{from{width:100%}to{width:0}}.tutoring-details .tutor-profile .right-left{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/right-left.png")}.tutoring-details .tutor-profile .right-left.nitro-lazy{background-image:none !important}.tutoring-details .tutor-profile .left-right{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/left-right.png")}.tutoring-details .tutor-profile .left-right.nitro-lazy{background-image:none !important}.tutoring-details .mobile-tutor-profile{font-size:4.3596730245vw;display:block;color:#666;text-align:center}@media all and (min-width: 1001px){.tutoring-details .mobile-tutor-profile{display:none}}.tutoring-details .mobile-tutor-profile h3{font-size:1.0625em;margin-top:16.3043478261vw;margin-bottom:10.8695652174vw;font-family:"Poppins",Arial,sans-serif;font-weight:600}.tutoring-details .mobile-tutor-profile h3:nth-of-type(1){margin-top:9.6551724138vh}.tutoring-details .mobile-tutor-profile img{width:54.4959128065vw;height:49.863760218vw}.tutoring-details .mobile-tutor-profile .whatsapp{width:7.3569482289vw;height:6.8119891008vw;vertical-align:middle;margin-left:3vw}.tutoring-details .mobile-tutor-profile p{font-size:.875em;font-family:"Poppins",Arial,sans-serif;font-weight:400;text-align:left;margin-bottom:8.5517241379vh;line-height:1.825em}.tutoring-details .mobile-tutor-profile .slide{opacity:1;position:relative;left:0;transition:.8s}.tutoring-details .mobile-tutor-profile .hide{opacity:0;position:relative;left:-300px}.tutoring-details #mobile-tutor-profile-1 h3{margin-bottom:9.5108695652vw}.tutoring-details #mobile-tutor-profile-1 img{width:54.4959128065vw;height:43.0517711172vw}.tutoring-details #mobile-tutor-profile-2 img{width:auto;height:43.5967302452vw}.tutoring-details #mobile-tutor-profile-3 img{width:auto;height:43.5967302452vw}.tutoring-details .mobile-divider{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/mobile-divider.png");width:26.1580381471vw;height:4.719346049vw;background-size:contain;background-repeat:no-repeat;margin:0 auto}.tutoring-details .mobile-divider.nitro-lazy{background-image:none !important}@media all and (min-width: 1001px){.tutoring-details .mobile-divider{display:none}}.tutoring-details .tutor-profiles .tutor-profile{position:relative}@media all and (max-width: 1000px){.tutoring-details .tutor-profiles .tutor-profile{bottom:0}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd){flex-direction:row-reverse}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) img{width:calc(565 / 1920 * 100vw);height:29.177083vw}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) .text-content{margin:calc(190 / 1160 * 100vh) calc(175 / 1920 * 100vw) 0 0;text-align:right}@media all and (max-width: 1400px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) .text-content{margin-top:12.9310344828vh}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) .line-path{}@media all and (max-width: 1450px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) .line-path{bottom:calc(10 / 1160 * 100vh)}}@media all and (max-width: 1200px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(odd) .line-path{bottom:0}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even){margin-left:calc(100 / 1920 * 100vw)}@media all and (max-width: 1000px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even){bottom:0}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) img{width:calc(445 / 1920 * 100vw);height:27.229167vw}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) .text-content{margin:calc(200 / 1160 * 100vh) 0 0 calc(190 / 1920 * 100vw)}@media all and (max-width: 1400px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) .text-content{margin-top:12.9310344828vh}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) .line-path{bottom:calc(50 / 1160 * 100vh)}@media all and (max-width: 1450px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) .line-path{bottom:calc(10 / 1160 * 100vh)}}@media all and (max-width: 1200px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(even) .line-path{bottom:0}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(3){flex-direction:row-reverse;flex-wrap:wrap;bottom:calc(435 / 1160 * 100vh);margin-bottom:calc(-300 / 1160 * 100vh)}@media all and (max-width: 1000px){.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(3){bottom:0;margin-bottom:0}}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(3) img{width:calc(642 / 1920 * 100vw)}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(3) .whatsapp{width:40px;height:40px}.tutoring-details .tutor-profiles .tutor-profile:nth-of-type(3) .text-content{margin:calc(120 / 1160 * 100vh) calc(85 / 1920 * 100vw) 0 calc(110 / 1920 * 100vw)}.whatsapp-contact{font-size:4.3596730245vw;text-align:center;margin-bottom:6.8965517241vh;margin-top:-1.3793103448vh}@media all and (min-width: 1001px){.whatsapp-contact{display:none}}.whatsapp-contact a{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:.99em;color:#23af30;text-decoration:none;border:1px solid rgba(112,112,112,.2);box-shadow:0 0 5px rgba(112,112,112,.2);border-radius:4px;width:62.6702997275vw;margin:0 auto;padding:1.3793103448vh 6.8119891008vw 1.3793103448vh 6.8119891008vw}.whatsapp-contact a img{width:5.4495912807vw;height:5.4495912807vw;vertical-align:middle;margin-left:4.9046321526vw}.comparison{font-size:.8333333333vw;display:flex;background-size:cover;background:linear-gradient(to right,#e44067 0%,#662d89 100%) no-repeat;padding:0 calc(350 / 1920 * 100vw)}@media all and (max-width: 1000px){.comparison{display:none}}.comparison .features-compared{width:calc(440 / 1920 * 100vw);margin-top:calc(75 / 1920 * 100vw);margin-right:calc(30 / 1920 * 100vw);text-align:right;color:#fff;font-size:.8333333333vw}.comparison .features-compared h3{margin:0;font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.76em;color:#fff}.comparison .features-compared ul{margin:calc(80 / 1920 * 100vw) 0 0 0;padding:0;text-align:right}.comparison .features-compared ul li{list-style:none;font-family:"Poppins",Arial,sans-serif;font-size:1.4375em;font-weight:300;line-height:1.4375em;height:3.0729166667vw;margin-bottom:calc(20 / 1920 * 100vw)}.comparison .study-mind-features{background-color:#fff;width:calc(321 / 1920 * 100vw);border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,.2);position:relative;margin-bottom:calc(50 / 1920 * 100vw);transition:all .2s}.comparison .study-mind-features .pentagon{width:calc(321 / 1920 * 100vw);height:calc(260 / 1920 * 100vw);background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/pentagon.svg");position:relative;text-align:center;background-repeat:no-repeat;background-size:contain;bottom:calc(45 / 1920 * 100vw);padding-bottom:5em;display:flex;justify-content:center;align-items:center;flex-direction:column}.comparison .study-mind-features .pentagon.nitro-lazy{background-image:none !important}.comparison .study-mind-features .pentagon img{margin-top:calc(25 / 1920 * 100vw);width:calc(88 / 1920 * 100vw);height:auto}.comparison .study-mind-features .pentagon h3{margin:0;font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.76em;color:#fff}.comparison .study-mind-features ul{margin:calc(-20 / 1920 * 100vw) 0 0 0;padding:0 calc(35 / 1920 * 100vw);text-align:center}.comparison .study-mind-features ul li{list-style:none;font-family:"Poppins",Arial,sans-serif;font-size:1.086em;font-weight:300;line-height:1.4375em;height:3.0729166667vw;margin-bottom:calc(20 / 1920 * 100vw)}.comparison .study-mind-features ul li:last-of-type{margin-bottom:calc(55 / 1920 * 100vw)}.comparison .study-mind-features ul li:hover{color:#f6991f;font-weight:bold}.comparison .study-mind-features .bottom-pentagon{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/bottom-triangle.svg");height:calc(29 / 1920 * 100vw);width:calc(300 / 1920 * 100vw);background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;bottom:-.1041666667vw;left:.5208333333vw}.comparison .study-mind-features .bottom-pentagon.nitro-lazy{background-image:none !important}.comparison .study-mind-features:hover{transform:scale(1.05)}.comparison .average-tutor-features{background-color:#f0f0f0;width:calc(320 / 1920 * 100vw);border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,.2);margin:calc(15 / 1920 * 100vw) 0 calc(95 / 1920 * 100vw) calc(10 / 1160 * 100vw);transition:all .2s}.comparison .average-tutor-features .flat-pentagon{background-color:#dcdcdc;width:calc(318 / 1920 * 100vw);height:calc(130 / 1920 * 100vw);position:relative;border-radius:17px 17px 0 0;padding-top:calc(60 / 1920 * 100vw);text-align:center}.comparison .average-tutor-features .flat-pentagon h3{margin:0;font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.76em;color:#fff}.comparison .average-tutor-features .flat-pentagon:after{content:"";position:absolute;bottom:calc(-25 / 1920 * 100vw);left:0;width:0;height:0;border-left:calc(160 / 1920 * 100vw) solid transparent;border-right:calc(160 / 1920 * 100vw) solid transparent;border-top:calc(25 / 1920 * 100vw) solid #dcdcdc}.comparison .average-tutor-features ul{margin:calc(92 / 1920 * 100vw) 0 0 0;padding:0 calc(35 / 1920 * 100vw);text-align:center}.comparison .average-tutor-features ul li{list-style:none;font-family:"Poppins",Arial,sans-serif;font-size:1.086em;font-weight:300;line-height:1.4375em;height:3.0729166667vw;margin-bottom:calc(20 / 1920 * 100vw)}.comparison .average-tutor-features:hover{transform:scale(1.04)}.single-subject .cta-form{margin-top:0}.tutor-content-separator{background:linear-gradient(to right,#e44067 0%,#662d89 100%);font-size:.8333333333vw;padding:calc(45 / 1160 * 100vh) 0 calc(50 / 1160 * 100vh) 0;text-align:center;color:#fff}@media all and (max-width: 1400px){.tutor-content-separator{font-size:1.1428571429vw}}@media all and (max-width: 1000px){.tutor-content-separator .desktop-users{display:none}}.tutor-content-separator .desktop-users h2{font-family:"Poppins",sans-serif;font-size:2.4375em;font-weight:600;margin:calc(15 / 1160 * 100vh) 0 calc(25 / 1160 * 100vh) 0;color:#fff}@media all and (max-width: 1000px){.tutor-content-separator .desktop-users h2{font-size:1.125em}}.tutor-content-separator .desktop-users img{width:10.3645833333vw;height:auto;margin-bottom:3.0172413793vh}.tutor-content-separator .desktop-users p{width:calc(950 / 1920 * 100vw);margin:0 auto;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.1875em;line-height:2em}@media all and (max-width: 1400px){.tutor-content-separator .desktop-users p{width:calc(1200 / 1920 * 100vw)}}.tutor-content-separator .mobile-users{font-size:4.3596730245vw}.tutor-content-separator .mobile-users h2{font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.3125em}@media all and (min-width: 1001px){.tutor-content-separator .mobile-users{display:none}}.tutor-content-separator .mobile-users .trusting-users{display:flex;justify-content:space-evenly}.tutor-content-separator .mobile-users .trusting-users .user-group{align-self:flex-end}.tutor-content-separator .mobile-users .trusting-users .user-group img{width:16.0762942779vw;height:7.0844686649vw}.tutor-content-separator .mobile-users .trusting-users .user-group p{color:#e4e2e2;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:.6875em}.getting-started{font-size:.8333333333vw;text-align:center}@media all and (max-width: 1400px){.getting-started{font-size:1.1428571429vw}}@media all and (max-width: 1000px){.getting-started{font-size:4.3596730245vw}}.getting-started h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;text-align:center;margin:5.9895833333vw 0 calc(40 / 1160 * 100vh)}@media all and (max-width: 1000px){.getting-started h2{font-size:1.3125em}}@media all and (max-width: 1000px){.getting-started h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.3125em;text-align:center;color:#8c2788;margin-top:14.9863760218vw;margin-bottom:10.8991825613vw}}.getting-started .blurb{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.4375em;line-height:2em;color:#666;width:31.25vw;margin:0 auto}@media all and (max-width: 1000px){.getting-started .blurb{display:none}}@media all and (max-width: 1150px){.getting-started .blurb{font-size:1.1em}}@media all and (max-width: 1000px){.getting-started .blurb{width:100%;text-align:left;font-size:.875em}}.getting-started .steps{font-size:calc(14 / 1920 * 100vw);text-align:center;width:66.6666666667vw;margin:8.6206896552vh auto 11.2068965517vh auto;position:relative}@media all and (max-width: 1000px){.getting-started .steps{display:none}}.getting-started .steps .vertical-line{border-right:2px dashed #e6e6e6;position:absolute;width:49.6%;height:100%;z-index:-1}.getting-started .steps .step{display:flex;margin-bottom:3.8793103448vh}.getting-started .steps .step .col-1{width:33%;margin:auto 0}.getting-started .steps .step .col-1 p{font-family:"Poppins",Arial,sans-serif;font-weight:500;font-size:1.6875em}.getting-started .steps .step .col-2{width:33%;margin:auto 0}.getting-started .steps .step .col-2 .circle{width:4.1666666667vw;height:4.1666666667vw;border-radius:80px;text-align:center;background:linear-gradient(to right,#d4145a 0%,#f15a24 100%);margin:0 auto 2.6041666667vw auto;box-shadow:0 0 19px rgba(0,0,0,.4)}.getting-started .steps .step .col-2 .circle p{color:#fff;font-size:2.6175em;padding-top:.2604166667vw;line-height:2em}.getting-started .steps .step .row-2 .circle{width:8.2572916667vw;height:8.2572916667vw;background:linear-gradient(to right,rgba(249,174,59,.3) 0%,rgba(255,208,17,.3) 100%);display:flex;justify-content:center;z-index:1;box-shadow:none;position:relative;top:1.0416666667vw}.getting-started .steps .step .row-2 .circle .middle-circle{width:6.1739583333vw;height:6.1739583333vw;background:linear-gradient(to right,rgba(249,174,59,.6) 0%,rgba(255,208,17,.6) 100%);border-radius:80px;display:flex;justify-content:center;align-self:center;z-index:2}.getting-started .steps .step .row-2 .circle .middle-circle .inner-circle{width:5.1239583333vw;height:5.1239583333vw;background:linear-gradient(to right,#ffd011 0%,#f9ae3b 100%);border-radius:80px;box-shadow:0 0 19px rgba(0,0,0,.4);z-index:3;display:flex;justify-content:center;align-self:center}.getting-started .steps .step .row-2 .circle .middle-circle .inner-circle p{display:flex;line-height:.5;z-index:4}.getting-started .steps .step .row-3 .circle{background:linear-gradient(to right,#22b373 0%,#d7de21 100%)}.getting-started .steps .step .col-3{width:33%;margin:auto 0}.getting-started .steps .step .col-3 .step-explanation{width:calc(630 / 1920 * 100vw);text-align:left;box-shadow:20px 20px 15px 0 rgba(0,0,0,.09);padding:1.724137931vh 1.5625vw}.getting-started .steps .step .col-3 .step-explanation span{text-transform:uppercase;font-family:"Poppins",Arial,sans-serif;font-weight:700;font-size:1.6875em}.getting-started .steps .step .col-3 .step-explanation p{font-family:"Poppins",Arial,sans-serif;font-weight:500;font-size:1.3125em;line-height:1.8em;margin:0}.getting-started .steps .appear{opacity:1;transition:.8s ease-in-out}.getting-started .steps .appear .col-2{transform:scale(1);transition:.8s ease-in-out}.getting-started .steps .appear .col-3{position:relative;left:0;transition:.8s ease-in-out}.getting-started .steps .hidden{opacity:0}.getting-started .steps .hidden .col-2{transform:scale(.1);transition:.8s ease-in-out}.getting-started .steps .hidden .col-3{position:relative;left:5vw}.getting-started .steps #step-1 span{color:#d81d56}.getting-started .steps #step-2 span{color:#d3ae11}.getting-started .steps #step-3 span{color:#28c612}@media all and (min-width: 1001px){.getting-started .mobile-steps{display:none}}.getting-started .mobile-steps .mobile-step{width:90.4877384196vw;height:46.3678474114vw;background:#fff;box-shadow:0 0 1px #707070;margin:0 auto 10.8991825613vw;padding:2.7247956403vw 5.4495912807vw}.getting-started .mobile-steps .mobile-step .head{display:flex;align-items:baseline}.getting-started .mobile-steps .mobile-step .head img{width:6.2670299728vw;height:6.7929155313vw;position:relative;top:1.0899182561vw;margin-right:2.7247956403vw}.getting-started .mobile-steps .mobile-step .head p{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.0625em;text-align:left;color:#d4145a;margin:0}.getting-started .mobile-steps .mobile-step .body{text-align:left}.getting-started .mobile-steps .mobile-step .body p{font-family:"Poppins",sans-serif;font-weight:400;font-size:.875em;line-height:1.75em;text-align:left;color:#333}.getting-started .mobile-steps .mobile-step:nth-of-type(3){margin-bottom:20.4359673025vw}.getting-started .graph-background{width:20.8333333333vw;height:15.625vw;margin:0 auto;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (max-width: 1000px){.getting-started .graph-background{width:68.5367847411vw;height:53.583106267vw}}.getting-started .graph-background img{width:calc(370 / 1920 * 100vw);height:calc(245 / 1920 * 100vw);position:relative;left:calc(40 / 1920 * 100vw);bottom:calc(5 / 1920 * 100vw)}@media all and (max-width: 1000px){.getting-started .graph-background img{width:calc(215.53 / 367 * 100vw);height:calc(150.65 / 367 * 100vw);left:calc(95 / 1920 * 100vw);bottom:calc(-5 / 1920 * 100vw)}}.getting-started .graph-background #graph-overlay{background-color:#fff;height:82%;position:absolute;right:-3.125vw;top:-.5208333333vw}.getting-started .graph-background .grow{-webkit-animation:reveal 2s ease;animation-fill-mode:backwards}.getting-started .graph-background .hidden{-webkit-animation:unset;width:100%}@-webkit-keyframes reveal{0%{width:100%}100%{width:0}}@keyframes reveal{0%{width:100%}100%{width:0}}.getting-started .getting-started-proof{color:#cc155b;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.875em;margin-bottom:3.125vw}.getting-started .getting-started-proof span{color:#ff244e}@media all and (max-width: 1000px){.getting-started .getting-started-proof{font-size:.875em;margin-bottom:16.348773842vw}}.faqs{background-color:#fafafa;font-size:.8333333333vw;text-align:center;padding:5.6034482759vh 0 9.4827586207vh 0}@media all and (max-width: 1400px){.faqs{font-size:1.1428571429vw}}@media all and (max-width: 1000px){.faqs{font-size:4.3596730245vw}}.faqs h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;margin:calc(60 / 1160 * 100vh) 0 calc(40 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.faqs h2{font-size:1.3125em}}@media all and (max-width: 1000px){.faqs h2{margin-top:27.2479564033vw;font-size:1.3125em}}.faqs .faq-blurb{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.4375em;line-height:2em;color:#666;width:38.8020833333vw;margin:0 auto}@media all and (max-width: 1150px){.faqs .faq-blurb{font-size:1.1em}}@media all and (max-width: 1000px){.faqs .faq-blurb{width:100%;text-align:left;font-size:.875em}}@media all and (max-width: 1000px){.faqs .faq-blurb{display:none}}.faqs .faq{text-align:left;width:62.5vw;margin:3.125vw auto 0 auto}.faqs .faq .question{display:flex;justify-content:space-between;align-items:baseline;cursor:pointer}.faqs .faq .question p{color:#ed5d60;font-family:"Poppins",Arial,sans-serif;font-weight:700;font-size:1.4375em;margin:1.724137931vh 0}@media all and (max-width: 1000px){.faqs .faq .question p{font-size:.875em}}.faqs .faq .question i{color:#cacaca;margin-right:2.34375vw}.faqs .faq hr{height:0;background:transparent;border:1px solid #cacaca}.faqs .faq p{font-size:1.2125em;color:#333;font-family:"Poppins",Arial,sans-serif;font-weight:300;line-height:1.7em}@media all and (max-width: 1000px){.faqs .faq p{font-size:.875em}}.faqs .faq p:nth-of-type(2){width:53.125vw;margin-bottom:4.7413793103vh}@media all and (max-width: 1000px){.faqs .faq p:nth-of-type(2){font-size:.875em}}.faqs .hide{display:none}.single-resource h1{color:var(--resource-color-main)}.single-resource h3{}.resource-intro{font-size:.8333333333vw;text-align:center}@media all and (max-width: 1250px){.resource-intro{font-size:1.28vw}}@media all and (max-width: 1000px){.resource-intro{font-size:2vw}}@media all and (max-width: 750px){.resource-intro{font-size:2.1333333333vw}}@media all and (max-width: 600px){.resource-intro{font-size:4.3596730245vw}}.resource-intro .h2{font-family:"Poppins",Arial,sans-serif;font-size:2.75em;font-weight:600;color:#8f278b;margin:4.6875vw 0 calc(40 / 1160 * 100vh) 0}@media all and (max-width: 1000px){.resource-intro .h2{font-size:1.3125em}}@media all and (max-width: 1000px){.resource-intro .h2{font-size:1.9em}}.resource-intro p{font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.4375em;line-height:2em;color:#666;width:45.3125vw;margin:0 auto}@media all and (max-width: 1150px){.resource-intro p{font-size:1.1em}}@media all and (max-width: 1000px){.resource-intro p{width:100%;text-align:left;font-size:.875em}}@media all and (max-width: 1000px){.resource-intro p{text-align:center;width:80%;margin:0 auto;font-size:1.1em}}.resource-intro p span{color:#ed5d60}.selectors{font-size:.8333333333vw;text-align:center;margin:7.7586206897vw 0}@media all and (max-width: 1250px){.selectors{font-size:1.28vw}}@media all and (max-width: 1000px){.selectors{font-size:1.4vw}}@media all and (max-width: 750px){.selectors{font-size:1.8666666667vw}}@media all and (max-width: 600px){.selectors{font-size:calc(13 / 367 * 100vw)}}.selectors .purple-button{background-image:linear-gradient(to right,#662d8e,#90278c);background-size:cover;background-repeat:no-repeat;background-color:#662d8e;border:none;color:#fff}.selectors .purple-button:hover{background-color:#662d8e;color:#fff}.selectors button{padding:0;font:inherit;cursor:pointer;outline:inherit;width:13.3854166667vw;height:3.0729166667vw;background-color:#fff;border-radius:20px;border:1px solid rgba(112,112,112,.2);box-shadow:0 0 5px rgba(112,112,112,.2);color:#811099;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.5em;line-height:1.5em;margin:0 2rem;transition:all .15s ease-in-out}@media all and (max-width: 1250px){.selectors button{margin:0 2vw}}@media all and (max-width: 1000px){.selectors button{line-height:0;padding:calc(20 / 1000 * 100vw);width:17vw;height:5vw;font-size:2em}}@media all and (max-width: 750px){.selectors button{width:20vw;height:6vw}}@media all and (max-width: 600px){.selectors button{width:35vw;height:10vw;font-size:1.5em}}.selectors button p{margin:auto 0}.selectors button:hover{background-color:#f6f0f7;color:#64097a}.selectors button:active,.selectors button:focus{background-color:#f6f0f7}.subject-buttons-grid{width:57.8125vw;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:2rem;column-gap:2rem;grid-auto-flow:row;margin:2rem auto}@media all and (max-width: 1250px){.subject-buttons-grid{grid-template-columns:1fr 1fr;font-size:1.28vw}}@media all and (max-width: 1000px){.subject-buttons-grid{width:70vw;grid-column-gap:2vw}}@media all and (max-width: 750px){.subject-buttons-grid{width:70vw;grid-column-gap:2.6666666667vw}}@media all and (max-width: 600px){.subject-buttons-grid{grid-template-columns:1fr;width:80vw}}.subject-buttons-grid .item{font-size:.8333333333vw}@media all and (max-width: 1250px){.subject-buttons-grid .item{justify-self:center;font-size:1.28vw}}@media all and (max-width: 1000px){.subject-buttons-grid .item{font-size:1.6vw}}@media all and (max-width: 750px){.subject-buttons-grid .item{font-size:2.1333333333vw}}@media all and (max-width: 600px){.subject-buttons-grid .item{font-size:4.3596730245vw;width:100%}}.subject-buttons-grid .item a{text-decoration:none;border:none;font:inherit;cursor:pointer;outline:inherit;display:flex;padding:.6em 1.5em;box-shadow:0 0 5px rgba(112,112,112,.2);transition:all .15s ease-in-out;border-radius:.5em;color:#808080}@media all and (max-width: 600px){.subject-buttons-grid .item a{justify-content:center}}.subject-buttons-grid .item .icon{width:2.8645833333vw;height:auto;margin:auto 1.3020833333vw auto 0}.subject-buttons-grid .item .icon img{height:100%;width:auto;display:block}@media all and (max-width: 1000px){.subject-buttons-grid .item .icon{width:4vw;margin:auto 2vw}}@media all and (max-width: 1000px){.subject-buttons-grid .item .icon{width:5vw}}.subject-buttons-grid .item .text{font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.1em;line-height:1.65em;margin:auto 0;text-align:left}@media all and (max-width: 1000px) and (min-width: 750px){.subject-buttons-grid .item .text{font-size:1.5em}}.subject-buttons-grid .item a:hover{color:#fff;background-image:linear-gradient(to right,#662d8e,#90278c);background-size:cover;background-repeat:no-repeat;background-color:#662d8e}.subject-buttons-wrapper{display:none}.subject-buttons-wrapper.active{display:flex;flex-direction:column}.subject-buttons-wrapper h2{font-size:2.75em;font-family:"Poppins",Arial,sans-serif;font-weight:600;margin:0 auto 3.125vw auto;text-align:center}.resource-tables-wrapper{font-size:16px;padding:0 1em}@media (min-width: 821px){.resource-tables-wrapper .resource-tables{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2em}}.resource-tables .resource-table{box-shadow:0 .3em 1em 0 rgba(0,0,0,11%);border-radius:.5em;margin:2em .5em;overflow:hidden}.resource-tables h3,.resource-tables .h3{display:block;color:#fff;background:var(--resource-liner-gradient);margin:0;padding:.5em 1em}.resource-tables .h3{font-size:1.17em}.resource-tables .table-body{display:flex;flex-direction:column;margin:0;padding:1em 1.1em;list-style:none}.resource-tables .table-row{display:flex;flex-direction:column}@media (min-width: 415px){.resource-tables .table-row{flex-direction:row}}.resource-tables .table-row + .table-row{margin-top:1em;padding-top:1em;border-top:1px solid #e9e8ea}.resource-tables .button-group{display:flex;font-size:.9em;align-items:stretch;flex-wrap:nowrap;flex-direction:row;margin-top:1em}@media (min-width: 415px){.resource-tables .title{flex:1}.resource-tables .button-group{margin-top:0;padding-left:1.5em;align-items:center}}@media (min-width: 769px) and (max-width: 1024px){.resource-tables .button-group{flex-direction:column;align-items:stretch}.resource-tables .button-group a{flex-grow:0}.resource-tables .button-group a + a{margin-top:.4em;margin-left:0}}.resource-tables .button-group a{display:flex;align-items:center;justify-content:center;flex-grow:1;padding:.4em;text-decoration:none;text-transform:uppercase;text-align:center;background-color:#f0f0f1;color:#666;border-radius:.5em;transition:all .3s cubic-bezier(.25,.8,.25,1)}.resource-tables .button-group a + a{margin-left:.2em}.resource-tables .button-group a:hover{color:#fff;background-color:var(--resource-color-main)}.cta-resource{background-color:#2b346b;padding-top:3.6458333333vw;padding-bottom:3.6458333333vw;margin-bottom:6.25vw}.cta-resource + .faq__single-resource{margin-top:-6.25vw}.cta-resource:last-child{margin-bottom:0}.cta-resource .wrapper{width:56vw;margin:0 auto;position:relative}.cta-resource .wrapper form{display:flex;flex-direction:column;color:#fff;padding:0 5.21vw}.cta-resource .wrapper form .row{display:flex;margin-bottom:1em}.cta-resource .wrapper form .row > *:not(:first-child){margin-left:4em}.cta-resource .wrapper .form-control.acceptance{margin-bottom:1em}.cta-resource .wrapper .form-control.submit{display:flex;justify-content:center}.cta-resource .wrapper .form-control.submit .wpcf7-spinner{display:none}.cta-resource .wrapper .form-control input.wpcf7-submit{width:auto !important;padding-left:2em !important;padding-right:2em !important}@media all and (max-width: 1000px){.cta-resource{font-size:1.6vw}}@media all and (max-width: 550px){.cta-resource{font-size:2.9090909091vw}}.cta-resource h2{text-align:center;font-family:"Poppins",sans-serif;font-weight:600;color:#e0e2e2;font-size:2.2em;margin:0}@media all and (max-width: 1000px){.cta-resource h2{font-size:1.125em}}@media all and (min-width: 1001px) and (max-width: 1200px){.cta-resource h2{font-size:2.8em}}@media all and (max-width: 1000px){.cta-resource h2{font-size:2.2em;width:90%;margin:0 auto}}@media all and (max-width: 750px) and (min-width: 550px){.cta-resource h2{font-size:3em}}.cta-resource h2 span{color:#95efab}.single-resource .cta-resource h2 span{color:var(--resource-color-main)}.cta-resource .cta-form{margin:0;padding-bottom:1.0416666667vw}@media all and (min-width: 750px){.cta-resource .cta-form .mobile-form{font-size:2vw}.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-4 input,.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-9 input{height:7.5vw !important;width:50vw}.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_footer .gform_next_button{margin:0 16px 0 0;height:7.5vw !important;width:50vw}.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2,.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3{transform:scale(.7);position:relative;top:calc(-80 / 367 * 100vw)}.cta-resource .cta-form .mobile-form .gform_confirmation_message_7,.cta-resource .cta-form .mobile-form .cta-form .gform_confirmation_message_8{transform:scale(.8)}}@media all and (max-width: 750px){.cta-resource .cta-form .mobile-form{padding-top:0}.cta-resource .cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-3 img{height:25vw;width:25vw}}@media all and (min-width: 1000px) and (max-width: 1200px){.cta-resource .cta-form .desktop-form{transform:scale(1.3)}}.subject-grid{margin-bottom:7.2916666667vw}.desktop-form{max-height:17.96875vw;font-size:.5208333333vw;margin:0 auto}@media all and (max-width: 1000px){.desktop-form{display:none}}.desktop-form-1 .page-1,.desktop-form-1 .page-2{max-height:13.8020833333vw}.cta-form{font-size:.8333333333vw;background-color:#2b346b;padding:calc(95 / 1920 * 100vh) calc(345 / 1920 * 100vw) 0 calc(345 / 1920 * 100vw);margin:calc(150 / 1160 * 100vh) 0 0 0;display:flex}@media all and (max-width: 1000px){.cta-form{padding:calc(95 / 1920 * 100vh) 0}}.cta-form .gf-studymind .gform_body .nex-text,.cta-form .gf-studymind .gform_body .mobile-nex-text{color:#e9e7e7;font-family:"Poppins",Arial,sans-serif;font-weight:300;margin:0}.cta-form .gf-studymind .gform_body .nex-text strong,.cta-form .gf-studymind .gform_body .mobile-nex-text strong{color:#fff}.cta-form .gf-studymind .gform_body .nex-text{font-family:"Poppins",sans-serif;font-weight:400;font-size:2.125em}@media all and (min-width: 920px){.cta-form .gf-studymind .gform_body .mobile-nex-text{display:none}}@media all and (max-width: 500px){.cta-form .gf-studymind .gform_body .mobile-nex-text{font-size:.8125em}}.cta-form .gf-studymind .gform_body .gform_page_footer .gform_next_button,.cta-form .gf-studymind .gform_body .gform_page_footer .gform_previous_button,.cta-form .gf-studymind .gform_body .gform_page_footer .gform_button{background-color:#00a1a9;height:2.9166666667vw;border-radius:12px;box-shadow:0 0 20px rgba(0,0,0,.2);color:#f6f6f6;font-family:"Poppins",Arial,sans-serif !important;font-weight:400;font-size:1.875em !important;margin-top:.5208333333vw !important;padding:.78125vw 2.0833333333vw !important;line-height:1em;cursor:pointer}.cta-form .gf-studymind .gform_body .gform_fields .gfield .ginput_container input{border:none;box-shadow:0 0 30px rgba(0,0,0,.2);width:23.90625vw;height:4.1666666667vw !important;border-radius:15px;font-size:1.875em !important;padding:0 1.4583333333vw !important;margin:auto 0}.cta-form .gf-studymind .gform_body .gform_fields .gfield{width:41.6666666667vw;display:flex}.cta-form .gf-studymind .gform_body .gform_fields .gfield img{height:calc(163 / 1920 * 100vw);width:calc(163 / 1920 * 100vw);margin-right:calc(60 / 1920 * 100vw)}@media all and (max-width: 750px){.cta-form .gf-studymind .gform_body .gform_fields .gfield img{height:calc(70 / 725 * 100vh)}}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox{display:flex;width:calc(379 / 1920 * 100vw);margin-right:0;height:unset}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio li,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox li{overflow:unset}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio input,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox input{display:none}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label{background-color:#fafafa;border-radius:14px;width:calc(379 / 1920 * 100vw);height:6.40625vw;padding-top:unset;display:flex;flex-direction:row-reverse;justify-content:flex-end}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label p{font-family:"Poppins",Arial,sans-serif;font-weight:600;font-size:1.76em;color:#7c7979}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label .title,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label .title{margin-top:calc(20 / 1920 * 100vw)}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label .qual-title,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label .qual-title{margin-top:calc(50 / 1920 * 100vw)}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label .sub-title,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label .sub-title{font-size:1.3225em;font-family:"Poppins",Arial,sans-serif;font-weight:300}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio label img,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox label img{height:4.4270833333vw;width:auto;margin:1.0416666667vw 1.5625vw;top:-5px}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_0 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_0 input:checked + label{background-color:#e7d7f2}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_0 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_0 input:hover + label{background-color:#7c599e}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_0 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_0 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_1 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_1 input:checked + label{background-color:#e7d7f2}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_1 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_1 input:hover + label{background-color:#7c599e}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_1 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_1 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_2 input:checked + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_2 input:checked + label{background-color:#c0d8f9}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_2 input:hover + label,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_2 input:hover + label{background-color:#7c599e}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_1_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_2_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_7_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_8_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .top_label li ul.gfield_radio .gchoice_6_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_1_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_2_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_7_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_8_17_2 input:hover + label p,.cta-form .gf-studymind .gform_body .subject-select .ginput_container_checkbox .gfield_checkbox .gchoice_6_17_2 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .page-1 .field-4{width:50%;position:relative;bottom:5.2083333333vw;left:11.4583333333vw}.cta-form .gf-studymind .gform_body .page-2 #field_1_9{width:50%;position:relative;bottom:5.2083333333vw;left:11.4583333333vw}.cta-form .gf-studymind .gform_body .page-2 .gform_page_footer .gform_previous_button{display:none}.cta-form .gf-studymind .gform_body .page-1 .gform_page_footer,.cta-form .gf-studymind .gform_body .page-2 .gform_page_footer{border-top:none;width:25%;position:relative;bottom:10.15625vw;left:39.0625vw;margin:0}.cta-form .gf-studymind .gform_body .page-3 .field-17{width:58vw;margin-top:0}.cta-form .gf-studymind .gform_body .page-3 .field-17 .ginput_container_radio .gfield_radio li label .qual-title{margin-top:calc(20 / 1920 * 100vw);align-self:center}.cta-form .gf-studymind .gform_body .page-3 .field-17 .ginput_container_radio .gfield_radio li label .badges{display:flex;margin:auto 1.2vw}.cta-form .gf-studymind .gform_body .page-3 .field-17 .ginput_container_radio .gfield_radio li label .badges img{height:3.28125vw;width:2.8125vw;margin:0}.cta-form .gf-studymind .gform_body .page-4 .gfield{width:58vw}.cta-form .gf-studymind .gform_body .page-4 .subject-select{margin-top:0}.cta-form .gf-studymind .gform_body .page-4 .subject-select .ginput_container_checkbox .gfield_checkbox li label{flex-direction:row;justify-content:end}.cta-form .gf-studymind .gform_body .page-4 .subject-select .ginput_container_checkbox .gfield_checkbox li label .text .title{margin-top:calc(30 / 1920 * 100vw);margin-bottom:0}.cta-form .gf-studymind .gform_body .page-3,.cta-form .gf-studymind .gform_body .page-4{margin:0 0 3.125vw 0}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox li label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox li label{width:14.6875vw}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox li label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox li label p{margin:auto 0}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:hover + label{background-color:#e81e4d}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_1 input:hover + label p{color:#fff}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:hover + label{background-color:#0d4be7}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_2 input:hover + label p{color:#fff}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:hover + label{background-color:#26e2be}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_3 input:hover + label p{color:#fff}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:hover + label{background-color:#9049dc}.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_1_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_6_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_7_29_4 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .field-29 .ginput_container_checkbox .gfield_checkbox .gchoice_8_29_4 input:hover + label p{color:#fff}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_1 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_1 input:checked + label{background-color:#ccf998}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_1 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_1 input:checked + label p{color:#fff}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_1 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_1 input:hover + label{background-color:#b4d077}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_1 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_1 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_2 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_2 input:checked + label{background-color:#b7e2f9}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_2 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_2 input:checked + label p{color:#fff}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_2 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_2 input:hover + label{background-color:#85d1d2}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_2 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_2 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_3 input:checked + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_3 input:checked + label{background-color:#e9665e}.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_3 input:checked + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_3 input:checked + label p{color:#fff}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_3 input:hover + label,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_3 input:hover + label{background-color:#ff9797}}@media all and (min-width: 1000px){.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_1_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_7_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_6_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-3 .gchoice_8_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_1_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_7_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_6_28_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_23_3 input:hover + label p,.cta-form .gf-studymind .gform_body .page-4 .gchoice_8_28_3 input:hover + label p{color:#fff}}.cta-form .gf-studymind .gform_body .page-3 .gform_page_footer,.cta-form .gf-studymind .gform_body .page-4 .gform_page_footer{border-top:none;padding:0;margin-top:0;display:grid;grid-template-columns:1fr 1fr}.cta-form .gf-studymind .gform_body .page-3 .gform_page_footer .gform_button,.cta-form .gf-studymind .gform_body .page-4 .gform_page_footer .gform_button{justify-self:end}.cta-form .gf-studymind .gform_body .page-3 .gform_page_footer .gform_previous_button,.cta-form .gf-studymind .gform_body .page-4 .gform_page_footer .gform_previous_button{justify-self:start}.cta-form .gf-studymind .gform_body .page-3 .gform_page_footer .gform_next_button,.cta-form .gf-studymind .gform_body .page-4 .gform_page_footer .gform_next_button{justify-self:end}.cta-form .gf-studymind .gform_body .page-3 .gform_page_footer .gform-ajax-spinner,.cta-form .gf-studymind .gform_body .page-4 .gform_page_footer .gform-ajax-spinner{display:block;height:5px;width:5px;justify-self:end}.cta-form .gform_confirmation_message_1,.cta-form .gform_confirmation_message_2,.cta-form .gform_confirmation_message{background-color:transparent;border:none;padding:0;font-size:.5208333333vw;text-align:center}.cta-form .gform_confirmation_message_1 p,.cta-form .gform_confirmation_message_2 p,.cta-form .gform_confirmation_message p{font-size:2.3em;font-family:"Poppins",Arial,sans-serif;font-weight:400;line-height:1.125em;color:#e9e7e7}.cta-form .gform_confirmation_message_1 img,.cta-form .gform_confirmation_message_2 img,.cta-form .gform_confirmation_message img{padding:0 0 2.5vw}.cta-form .gform_confirmation_message_1 .whatsapp-button,.cta-form .gform_confirmation_message_2 .whatsapp-button,.cta-form .gform_confirmation_message .whatsapp-button{display:flex;text-align:center;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:2.7em;color:#23af30;text-decoration:none;border:1px solid rgba(112,112,112,.2);box-shadow:0 0 5px rgba(112,112,112,.2);border-radius:12px;width:23.4895833333vw;margin:-.8620689655vh auto 8vh;padding:calc(15 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(50 / 1920 * 100vw);background-color:#fff;align-items:center}.cta-form .gform_confirmation_message_1 .whatsapp-button img,.cta-form .gform_confirmation_message_2 .whatsapp-button img,.cta-form .gform_confirmation_message .whatsapp-button img{width:2.0833333333vw;height:2.0833333333vw;vertical-align:middle;margin-left:.9375vw;padding:0}.cta-form .gform_confirmation_message_1 .facebook-button,.cta-form .gform_confirmation_message_2 .facebook-button,.cta-form .gform_confirmation_message .facebook-button{color:#09f;font-size:2em}.cta-form .gform_confirmation_message_1 .facebook-button i,.cta-form .gform_confirmation_message_2 .facebook-button i,.cta-form .gform_confirmation_message .facebook-button i{color:#09f}.cta-form .gform_confirmation_message_7,.cta-form .gform_confirmation_message_8{font-size:4.3596730245vw;width:100%}.cta-form .gform_confirmation_message_7 .face,.cta-form .gform_confirmation_message_8 .face{height:17.7111716621vw;width:17.7111716621vw;padding:0}.cta-form .gform_confirmation_message_7 p,.cta-form .gform_confirmation_message_8 p{font-size:1.0625em;line-height:1.8125em;margin-bottom:calc(20 / 367 * 100vw)}.cta-form .gform_confirmation_message_7 .arrow,.cta-form .gform_confirmation_message_8 .arrow{margin-bottom:10.8991825613vw}.cta-form .gform_confirmation_message_7 .whatsapp-button,.cta-form .gform_confirmation_message_8 .whatsapp-button{font-size:1.0625em;white-space:nowrap;width:69.7547683924vw;height:13.8828337875vw;padding:calc(6 / 367 * 100vw) calc(25 / 367 * 100vw) calc(6 / 367 * 100vw) calc(25 / 367 * 100vw)}.cta-form .gform_confirmation_message_7 .whatsapp-button img,.cta-form .gform_confirmation_message_8 .whatsapp-button img{width:6.5395095368vw;height:6.5395095368vw;margin-bottom:0;margin-left:5.4495912807vw}.cta-form .gform_confirmation_message_7 .facebook-button,.cta-form .gform_confirmation_message_8 .facebook-button{color:#09f;font-size:2em}.cta-form .gform_confirmation_message_7 .facebook-button i,.cta-form .gform_confirmation_message_8 .facebook-button i{color:#09f}.cta-form .mobile-form{font-size:3.8147138965vw;padding-top:1.3793103448vh;margin:0 auto;text-align:center;width:77.6566757493vw}@media all and (min-width: 1001px){.cta-form .mobile-form{display:none}}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body{text-align:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-3{text-align:center;display:block;width:77.6566757493vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-3 img{height:17.7111716621vw;width:17.7111716621vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-3 .nex-text{font-size:1.0625em}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-4,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-9{position:unset;width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-4 .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-9 .ginput_container{margin:2.7247956403vw auto 1.3623978202vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-4 input,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-9 input{width:70.8038147139vw;height:12.5613079019vw !important;font-size:1.0625em !important;font-family:"Poppins",Arial,sans-serif !important;font-weight:400;padding:3.7453183521vw 5.6179775281vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_fields .gform_fields .field-9{margin-top:.4166666667vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_footer{position:unset;width:100%;text-align:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-1 .gform_page_footer .gform_next_button{font-size:1.0625em !important;font-family:"Poppins",Arial,sans-serif !important;font-weight:400;padding:2.7247956403vw 8.174386921vw;background-color:transparent;width:70.8038147139vw;height:12.5613079019vw !important;border:1px solid #fff;margin:0 auto}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3{font-size:3.8147138965vw}@media all and (max-width: 1000px) and (min-width: 750px){.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3{font-size:3vw}}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-13,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-20,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-27,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-13,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-20,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-27{width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-13 .nex-text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-20 .nex-text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-27 .nex-text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-13 .nex-text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-20 .nex-text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-27 .nex-text{font-size:1.0625em}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select{width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container{width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox{display:block;width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li{margin:calc(15 / 367 * 100vw) auto}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label{width:76.2942779292vw;height:24.795640327vw;margin:0 auto;padding-top:0;position:relative}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label p{font-size:1em;font-family:"Poppins",sans-serif;font-weight:600;line-height:3em}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .qual-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .qual-title{margin:0 0 0 4vw;line-height:1.5em;align-self:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text{margin-left:calc(85 / 367 * 100vw);margin-bottom:calc(10 / 367 * 100vw);align-items:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text p,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text p{font-size:1em;font-family:"Poppins",sans-serif;font-weight:600;line-height:3em}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text .title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text .title{margin-bottom:0;margin-top:0;line-height:2.5em;text-align:left}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .text .sub-title,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .text .sub-title{font-size:.75em;font-weight:300;line-height:1.5em;margin-top:0;margin-bottom:0;text-align:left}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .badges,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .badges{margin:auto 0 auto calc(20 / 367 * 100vw);display:flex;justify-content:left;align-items:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .badges img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .badges img{height:calc(46 / 367 * 100vw);width:calc(40 / 367 * 100vw);margin:0}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-17 .ginput_container .gfield_checkbox li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container .gfield_checkbox li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_radio li label .check-image,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .subject-select .ginput_container .gfield_checkbox li label .check-image{position:absolute;left:2.7247956403vw;top:2.7247956403vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_23_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_28_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_23_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_28_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_23_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_28_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_23_1 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_28_1 input:checked + label{background-color:#ccf998}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_23_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_28_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_23_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_28_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_23_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_28_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_23_2 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_28_2 input:checked + label{background-color:#b7e2f9}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_23_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_4_28_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_23_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_fields .gform_fields .gchoice_8_28_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_23_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_4_28_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_23_3 input:checked + label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .gchoice_8_28_3 input:checked + label{background-color:#f4e4e4}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_footer{margin:0 auto;position:unset;width:75%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer .gform_previous_button,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_footer .gform_previous_button{display:inline-block}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer .button,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_footer .button{font-size:1.0625em !important;font-family:"Poppins",Arial,sans-serif !important;font-weight:400;height:9.2643051771vw;width:25.340599455vw;border:none;padding:2.7247956403vw 8.174386921vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer{width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer .gform_previous_button{display:inline-block;margin-right:3vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-2 .gform_page_footer .gform_next_button{margin-left:3vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-31{width:100%}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-31 p{font-size:1.3125em}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container_checkbox .gfield_checkbox li label,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-28 .ginput_container_checkbox .gfield_checkbox li label{flex-direction:row;justify-content:left;align-items:center}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container_checkbox .gfield_checkbox li label img,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-28 .ginput_container_checkbox .gfield_checkbox li label img{width:calc(54 / 367 * 100vw);height:calc(62 / 367 * 100vw);margin:0 calc(20 / 367 * 100vw)}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-23 .ginput_container_checkbox .gfield_checkbox li label .text,.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-28 .ginput_container_checkbox .gfield_checkbox li label .text{margin-left:calc(15 / 367 * 100vw)}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox{display:flex;flex-wrap:wrap;padding:1.9073569482vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox li{margin:calc(20 / 367 * 100vw) calc(5 / 367 * 100vw)}@media all and (max-width: 1000px) and (min-width: 750px){.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox li{margin:calc(20 / 367 * 100vw) 0}}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox li label{width:calc(130 / 367 * 100vw);height:calc(150 / 367 * 100vw);display:block;padding-top:4.0871934605vw}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox li label img{width:14.7138964578vw;height:auto}.cta-form .mobile-form .gform_wrapper .gf-studymind .gform_body .page-3 .gform_page_fields .gform_fields .field-29 .ginput_container_checkbox .gfield_checkbox li label p{font-size:1.25em;line-height:1.5em;margin:0}.booking-form .content-2,.modal-body .desktop-booking-form,.modal-body .content-2{width:48.4026041667vw;min-height:32.0739583333vw;margin:5.7291666667vw auto 7.8125vw;border-radius:15px;background:#fff;box-shadow:0 0 30px rgba(0,0,0,.2);padding:4.6875vw 2.6041666667vw 0;position:relative}@media all and (max-width: 1000px){.booking-form .content-2,.modal-body .desktop-booking-form,.modal-body .content-2{display:none}}.booking-form .desktop-booking-form .paper-plane,.booking-form .content-2 .paper-plane,.modal-body .desktop-booking-form .paper-plane,.modal-body .content-2 .paper-plane{border-radius:80px;border:solid 1px #fff;background:linear-gradient(to right,#e44067 0%,#662d89 100%);width:4.9479166667vw;height:4.9479166667vw;text-align:center;position:absolute;top:-2.34375vw;left:21.8229166667vw;margin:0 auto 2.0833333333vw}.booking-form .desktop-booking-form .paper-plane img,.booking-form .content-2 .paper-plane img,.modal-body .desktop-booking-form .paper-plane img,.modal-body .content-2 .paper-plane img{position:absolute;top:25%;left:25%;width:calc(45 / 1920 * 100vw);height:calc(45 / 1920 * 100vw)}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields{font-size:.8333333333vw}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_description,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield .gfield_description,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_description,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield .gfield_description{font-family:"Open Sans",Arial,sans-serif;font-weight:400;font-size:.95em;color:#e6e6e6}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield label,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield label,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield label,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield label{font-family:"Open Sans",Arial,sans-serif;font-weight:bold;font-size:1em;line-height:1.146875em;text-align:left;color:#666}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea{border:none;border-bottom:1px solid #b3b3b3}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea{height:4.1666666667vw}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder{font-family:"Open Sans",sans-serif;font-weight:400;font-size:.95em;color:#e6e6e6}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading{display:flex;justify-content:space-between;margin-bottom:2.8645833333vw}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:2.3125em;line-height:1.5em;text-align:left;color:#91278d;margin:0}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2 span,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2 span,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2 span,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading h2 span{color:#ed5d60}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button{width:4.91875vw;border-radius:19px;border:1px solid #e83b68}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button p,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button p,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button p,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-3 .form-heading .free-button p{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.6875em;line-height:1.08375em;text-align:center;color:#e83b68;opacity:.79;padding:.625vw;margin:0}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-1,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-1,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-1,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-1{margin-bottom:.78125vw;padding-right:2.8645833333vw}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4{margin-bottom:.78125vw;padding-right:2.8645833333vw}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7,.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7,.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7{width:100%;overflow:visible}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7 label,.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7 label,.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7 label,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7 label,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7 label,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7 label,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7 label,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7 label,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7 label,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_3_4_7 label,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_12_4_7 label,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox .gchoice_2_4_7 label{overflow:visible}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li{margin-bottom:10px}@media all and (max-width: 1160px){.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li{width:60%}}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input{border:none}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox],.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox],.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox],.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]{-moz-appearance:none;-webkit-appearance:none;outline:none;content:none}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:before,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:before,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:before,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:before{content:"✓";font-size:1em;font-weight:600;color:transparent !important;background:#fff;display:block;width:20px;height:20px;border:2px solid #666;margin-right:7px;padding:2px;line-height:.8em}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked:before,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked:before,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked:before,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked:before{color:#fff !important;background-color:#91278d}@media all and (max-width: 1160px){.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .ginput_container_textbox,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .ginput_container_textbox,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .ginput_container_textbox,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-4 .ginput_container_checkbox .ginput_container_textbox{height:1160px}}.booking-form .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-9,.booking-form .content-2 .gform_wrapper .gform_body .gform_fields .field-9,.modal-body .desktop-booking-form .gform_wrapper .gform_body .gform_fields .field-9,.modal-body .content-2 .gform_wrapper .gform_body .gform_fields .field-9{margin-top:calc(-30 / 1920 * 100vw);padding-right:2.8645833333vw}.booking-form .desktop-booking-form .gform_wrapper .gform_footer,.booking-form .content-2 .gform_wrapper .gform_footer,.modal-body .desktop-booking-form .gform_wrapper .gform_footer,.modal-body .content-2 .gform_wrapper .gform_footer{position:relative;bottom:6.25vw;left:21.3541666667vw;padding:0;margin:0 5vw;width:50%}.booking-form .desktop-booking-form .gform_wrapper .gform_footer .gform_button,.booking-form .content-2 .gform_wrapper .gform_footer .gform_button,.modal-body .desktop-booking-form .gform_wrapper .gform_footer .gform_button,.modal-body .content-2 .gform_wrapper .gform_footer .gform_button{width:9.9911458333vw;height:2.9020833333vw;border-radius:24px;background:linear-gradient(to right,#e44067 0%,#662d89 100%);font-family:"Poppins",sans-serif;font-weight:500;text-align:center;color:#fff;position:relative;top:3.3854166667vw;margin:0 auto;cursor:pointer;padding:0;line-height:0}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message{margin-top:5vh}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message p,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message p,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message p,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message p{margin:0;font-family:"Poppins",sans-serif;font-weight:600;font-size:1.5em;text-align:center}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button{display:flex;text-align:center;font-family:"Poppins",Arial,sans-serif;font-weight:400;font-size:1.7em;color:#23af30;text-decoration:none;border:1px solid rgba(112,112,112,.2);box-shadow:0 0 5px rgba(112,112,112,.2);border-radius:12px;width:23.4895833333vw;margin:5vh auto 8vh;padding:calc(15 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(50 / 1920 * 100vw);background-color:#fff;align-items:center}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button img,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button img,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button img,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message .whatsapp-button img{width:2.0833333333vw;height:2.0833333333vw;vertical-align:middle;margin-left:.9375vw;padding:0}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .facebook-button,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message .facebook-button,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .facebook-button,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message .facebook-button{color:#09f;font-size:1.5em;padding:calc(15 / 1920 * 100vw) calc(0 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(40 / 1920 * 100vw)}.booking-form .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .facebook-button i,.booking-form .content-2 .gform_confirmation_wrapper .gform_confirmation_message .facebook-button i,.modal-body .desktop-booking-form .gform_confirmation_wrapper .gform_confirmation_message .facebook-button i,.modal-body .content-2 .gform_confirmation_wrapper .gform_confirmation_message .facebook-button i{color:#09f;margin-left:2vw;font-size:2em}.modal-body .content-2{box-shadow:unset;padding-top:unset}@media all and (max-width: 1500px){.modal-body .content-2{padding:0}}#exitpopup-modal{font-size:.8333333333vw}@media all and (max-width: 1000px){#exitpopup-modal{display:none}}#exitpopup-modal .exitpopup-modal-window{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/pop-up-background.jpg");background-size:cover;background-repeat:no-repeat;border-top-left-radius:55px;border-top-right-radius:55px;width:48vw;height:42vw}#exitpopup-modal .exitpopup-modal-window.nitro-lazy{background-image:none !important}#exitpopup-modal .exitpopup-modal-window .modal-title{display:none}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1{width:50%;margin-left:50%}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 h2{font-family:"Poppins",sans-serif;font-weight:600;font-size:3em;line-height:1.5em;text-align:center;color:#5effc9;width:90%}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 p{font-family:"Poppins",sans-serif;font-weight:600;font-size:1.5em;line-height:1em;text-align:center;color:#fff;margin-top:4vw}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 p span{font-family:"Poppins",sans-serif;font-weight:600;font-size:3em;line-height:1.5;text-align:center;color:#e39d00}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 #pop-up-button{width:20.2083333333vw;height:3.8802083333vw;border-radius:30px;background:#5effc9;cursor:pointer;font-family:"Poppins",serif;font-weight:600;font-size:1.4243em;line-height:2em;text-align:center;color:#32084a}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 #pop-up-button:hover{background-color:#45bd93;color:#fff}#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 #exit-popup{background:none;border:none;font:inherit;cursor:pointer;outline:inherit;font-family:"Poppins",sans-serif;font-weight:400;font-size:.875em;line-height:4em;text-align:center;color:#fff;padding:0 5.2083333333vw}@media all and (max-width: 1305px){#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 #exit-popup{font-size:1em;padding:0 4.1666666667vw}}@media all and (max-width: 1065px){#exitpopup-modal .exitpopup-modal-window .modal-body .content-1 #exit-popup{font-size:1em;padding:0 3.125vw}}#exitpopup-modal .exitpopup-modal-window .modal-body .content-2{display:none;margin:auto;width:100%;height:100%}.faq__single-resource{background:whitesmoke;font-size:16px}.faq__single-resource .wrapper{display:flex;flex-direction:column;margin:0 auto;padding:2.5rem 1rem}@media (min-width: 769px){.faq__single-resource .wrapper{width:60%}}.faq__single-resource .question{border-bottom:1px solid #ccc;padding:2em 0}.faq__single-resource .question:last-child{border:none}.faq__single-resource .question h3{padding:0;font-size:1.3em;color:var(--secondary-color);margin:0 0 1rem 0}.faq__single-resource p{margin:1.5em 0;line-height:1.6;color:#666}.faq__single-resource p:first-child{margin-top:0}.faq__single-resource p:last-child{margin-bottom:0}@media (min-width: 769px){.faq__single-resource .question h3{font-size:1.2vw}.faq__single-resource p{font-size:1.2vw}}header{position:absolute;top:0;left:0;right:0;z-index:50;margin:0;padding:.5rem;width:100%;font-size:18px}.header-wrapper{width:100%;display:flex;flex-wrap:wrap;position:relative}@media (max-width: 768px){header.show{position:fixed}header.site-header__gradient{background-image:linear-gradient(90deg,var(--main-color),var(--secondary-color))}header.site-header__gradient.show{background-image:none}header.site-header__gradient.show.nitro-lazy{background-image:none !important}}@media screen and (max-width: 768px){.header-wrapper{padding:1rem 0}header.site-header.nav-opened .header-wrapper{margin-top:auto}header.site-header.nav-opened .header-wrapper,header.show .header-wrapper{padding:1rem;background-color:#fff;border-radius:.9rem;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);visibility:visible;opacity:1}}@media (min-width: 768px){header{padding-top:0;padding-bottom:0;background-color:#fff;font-size:16px;transition:all .2s}header.site-header__stiky.show{position:fixed;bottom:unset;top:0;padding-top:5px}header::before{content:"";position:absolute;display:flex;top:0;left:0;right:0;bottom:0;box-shadow:0 0 1.563vw rgba(0,0,0,30%);z-index:-1}.header-wrapper{max-width:1480px;margin:0 auto}}header .dropdown-close-trigger,header .btn-nav{display:block;width:35px;height:35px;margin:0 0 0 1rem;padding:0 0;background-size:contain;outline:none;transition:all .2s;border:none;box-shadow:0 0 0 1px #fff,inset 0 0 0 1px #fff;border-radius:17px;background:transparent}header.nav-opened .btn-nav,header.show .btn-nav{box-shadow:0 0 0 1px #7c7979,inset 0 0 0 1px #7c7979}header .nav-toggle{position:relative}header .nav-toggle span{cursor:pointer;border-radius:2px;height:3px;width:21px;background:#fff;position:absolute;display:inline-block;left:7px;top:16px}header.nav-opened .nav-toggle span,header.show .nav-toggle span{background:#7c7979}header .nav-toggle span:nth-child(1){top:8px}header .nav-toggle span:nth-child(3){top:24px}header .nav-toggle span{transition-delay:0;transition-duration:300ms;transition-property:transform,top;transition-timing-function:cubic-bezier(.645,.045,.355,1)}header.nav-opened .nav-toggle span:nth-child(2){background-color:transparent}header.nav-opened .nav-toggle span:nth-child(1),header.nav-opened .nav-toggle span:nth-child(3){top:10px}header.nav-opened .nav-toggle span:nth-child(3){transform:translateY(6px) rotate(45deg)}header.nav-opened .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(-45deg)}header .dropdown-close-trigger{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%237C7979\' d=\'m13.646,18.342l-5.281-5.281c-.283-.283-.439-.66-.439-1.061s.156-.777.439-1.061l5.281-5.281.707.707-5.281,5.281c-.094.095-.146.22-.146.354s.052.259.146.354l5.281,5.281-.707.707Z\'/%3E%3C/svg%3E")}header .dropdown-close-trigger.nitro-lazy{background-image:none !important}.search-box-toggle span{display:none}.search-box-toggle::before{content:"";display:block;height:1.4em;width:1.4em;margin:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23fff\' d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z\'/%3E%3C/svg%3E")}header.nav-opened .search-box-toggle::before,header.show .search-box-toggle::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%237C7979\' d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z\'/%3E%3C/svg%3E")}#page.site{position:relative}@media screen and (min-width: 768px){#page.site{padding-top:5em}.header-wrapper{align-items:stretch}header .nav-toggle,header .dropdown-close-trigger{display:none}.scroll-container{position:fixed;z-index:60}}.custom-logo-link{display:flex;justify-content:space-between;align-items:center;font-family:"Montserrat",Arial,sans-serif;font-weight:300;text-decoration:none;text-transform:uppercase;margin-right:auto}.custom-logo-link,.custom-logo-link:visited{color:#fff}.custom-logo-link .custom-logo-image{width:35px;height:auto;margin-right:.5em;max-width:35px}.custom-logo-link .custom-logo-text{margin:auto;white-space:nowrap;font-size:18px;font-family:"Montserrat",Arial,sans-serif}.custom-logo-link	.custom-logo-text span{font-weight:400}@media screen and (min-width: 768px){.custom-logo-link,.custom-logo-link:visited{color:#000;padding-top:.3em;padding-bottom:.3em}header.show .custom-logo-link .custom-logo-text,.custom-logo-link .custom-logo-text span{color:#662d8e}.custom-logo-link .custom-logo-image{width:53px;max-width:53px;margin-right:1em}}header.site-header.nav-opened .custom-logo-link .custom-logo-text,header.show .custom-logo-link .custom-logo-text{color:#662d8e}@media screen and (max-width: 768px){.main-navigation{height:0;transition:height .2s;overflow:hidden;width:100%;position:relative}.show .main-navigation{order:-1;display:block}.site-header.nav-opened .main-navigation{height:auto;max-height:85vh;overflow:auto;margin-top:1rem}.show.site-header.nav-opened .main-navigation{margin-top:0;margin-bottom:1rem}.site-header #primary-menu{opacity:0;width:100%;display:flex;flex-direction:column;transition:opacity .2s}.site-header.nav-opened #primary-menu{opacity:1}}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation ul.sub-menu{display:none}.main-navigation .submenu-open > ul.sub-menu{display:flex;flex-direction:column;padding:.5em}.main-navigation .submenu-open{background:rgba(0,0,0,.05);border-radius:6px}@media screen and (max-width: 768px){.main-navigation .dropdown-container{display:none;position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff}.main-navigation li + li{margin-top:5px}}@media screen and (min-width: 769px){.main-navigation #primary-menu{display:flex;width:100%;height:100%;justify-content:space-between;align-items:center}.main-navigation .dropdown-container{background:transparent;padding-top:1em;position:absolute;top:100%;z-index:19;min-width:15vw}ul#primary-menu li:last-child .dropdown-container.visible{right:0}.main-navigation .dropdown-body{background-color:#fff;display:flex;box-shadow:0 5px 28px 1px rgba(0,0,0,.25);border-radius:1em;border:7px solid #eff3f9}.main-navigation .dropdown-corner{position:absolute;display:block;width:0;height:0;border-style:solid;border-width:0 2em 2em 0;border-color:transparent #eff3f9 transparent transparent;left:2em;top:7px;border-radius:6px;transform:rotate(315deg)}.main-navigation .dropdown-body ul{padding:.5em;width:100%}.main-navigation .menu-item--grid .dropdown-container{left:0;right:0}.main-navigation .menu-item--grid .dropdown-body ul{display:grid;grid-template-columns:repeat(4,1fr);gap:.5em;width:100%}.main-navigation .menu-item--tabs .dropdown-container{left:0;right:0}.main-navigation .menu-item--tabs .dropdown-body{display:grid;grid-template-columns:1fr 3fr;background:#eff3f9}.main-navigation ul.sub-menu__3,.main-navigation .menu-item--tabs .tab-pane{grid-template-columns:repeat(3,1fr);gap:.5em;padding-left:1em}.main-navigation ul.sub-menu__3.visible,.main-navigation .menu-item--tabs .tab-pane.visible{display:grid !important}.main-navigation .menu-item--tabs .tab-content,.main-navigation .menu-item--grid .dropdown-list{background-color:#fff;border-radius:1em;width:100%}.main-navigation .menu-item--tabs .nav-tabs{background-color:#eff3f9;padding:0 6px 0 0}.main-navigation .menu-item--tabs .tab-content{border-radius:7px}.main-navigation .menu-item--tabs .nav-tabs,.main-navigation .menu-item--tabs .tab-content{max-height:88vh;overflow-y:auto}}.main-navigation li{position:static}.main-navigation li.tpl-column{position:relative}.main-navigation .menu > li:nth-last-child(-n+2),.main-navigation li:last-child{border-bottom:none}@media (min-width: 768px){.main-navigation li{border-bottom:none;display:flex;flex-direction:column}.main-navigation .sub-menu li{margin-bottom:.8em;overflow:hidden}.main-navigation .menu-item--tabs .nav-tabs li{overflow:visible}.main-navigation .menu-item--column li,.main-navigation .menu-item--tabs .nav-tabs li{margin-bottom:.5em}.main-navigation .sub-menu__3 li,.main-navigation .menu-item--grid .sub-menu li{margin-bottom:0}.main-navigation .sub-menu li:last-child{margin-bottom:0}.main-navigation .tab-pane li.menu-item.menu-item--has-child{grid-column-start:1;grid-column-end:4;border-radius:.25em}.main-navigation .tab-pane li.menu-item.menu-item--has-child.active{box-shadow:0 0 0 .2em #eff3f9}}.main-navigation a,.main-navigation a:visited{color:#0a2540;text-decoration:none;display:flex;align-items:center;padding:10px;transition:all .7s cubic-bezier(.25,.8,.25,1);position:relative}@media (min-width: 769px){.main-navigation a:focus{outline:none;background-color:#fafafa}.main-navigation .tab-pane li.menu-item.menu-item--has-child.active > a,.main-navigation .menu-item:hover > a{background:#eff3f9}}@media (min-width: 768px){.main-navigation .menu-item a{padding:1.75em 1em}.main-navigation a::after{content:none}.main-navigation .dropdown-container a{padding:.7em 1em;border-radius:6px}.main-navigation .menu-item--tabs .nav-tabs a{padding:1em 3em 1em 1em;position:relative}.main-navigation .menu-item--tabs .nav-tabs .active a{background-color:#fff}.main-navigation .menu-item--has-child > a::after{content:none}.main-navigation .tab-pane li.menu-item.menu-item--has-child > a::after,.main-navigation .menu-item--tabs .nav-tabs a::after{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'24\' height=\'24\'%3E%3Cpath fill=\'%234f5b76\' d=\'M15.4,9.88,10.81,5.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L14,11.29a1,1,0,0,1,0,1.42L9.4,17.29a1,1,0,0,0,1.41,1.42l4.59-4.59A3,3,0,0,0,15.4,9.88Z\'/%3E%3C/svg%3E");right:14px;width:28px;background-size:contain;height:28px;-webkit-transition:opacity 200ms ease-in,-webkit-transform 200ms ease-in;transition:opacity 200ms ease-in,-webkit-transform 200ms ease-in;transition:transform 200ms ease-in,opacity 200ms ease-in;transition:transform 200ms ease-in,opacity 200ms ease-in,-webkit-transform 200ms ease-in;opacity:0}.main-navigation .menu-item--tabs .nav-tabs li.active > a::after{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);opacity:1}.main-navigation .menu-item--tabs .tab-content a{height:100%}.main-navigation .menu-item--grid .sub-menu__1 a,.main-navigation .menu-item--tabs .sub-menu__1 a{height:100%;align-items:center}.main-navigation .tab-pane li.menu-item.menu-item--has-child > a::after{opacity:1;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'24\' height=\'24\'%3E%3Cpath xmlns=\'http://www.w3.org/2000/svg\' fill=\'%230a2540\' d=\'M18.71,8.21a1,1,0,0,0-1.42,0l-4.58,4.58a1,1,0,0,1-1.42,0L6.71,8.21a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.59,4.59a3,3,0,0,0,4.24,0l4.59-4.59A1,1,0,0,0,18.71,8.21Z\'/%3E%3C/svg%3E")}.main-navigation .tab-pane li.menu-item.menu-item--has-child.active > a::after{transform:rotate(180deg)}.main-navigation .tab-pane li.menu-item.menu-item--has-child.active > a{border-bottom-left-radius:0;border-bottom-right-radius:0}}@media (max-width: 768px){.main-navigation .menu-item--has-child > a::after{height:1em;width:1em;flex-shrink:0;display:block;margin-left:auto;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'24\' height=\'24\'%3E%3Cpath d=\'M19.061,7.854a1.5,1.5,0,0,0-2.122,0l-4.586,4.585a.5.5,0,0,1-.707,0L7.061,7.854A1.5,1.5,0,0,0,4.939,9.975l4.586,4.586a3.5,3.5,0,0,0,4.95,0l4.586-4.586A1.5,1.5,0,0,0,19.061,7.854Z\'/%3E%3C/svg%3E")}.main-navigation .menu-item--has-child.submenu-open > a::after{transform:rotate(180deg)}}.main-navigation .current-menu-item > a::before,.main-navigation a::after{content:"";display:block;background-position:center;background-size:contain;background-repeat:no-repeat}@media (min-width: 769px){.main-navigation .current-menu-item > a::before{height:4px;border-radius:2px;background-color:#e91e63;position:absolute;left:1em;right:1em;bottom:1em}.main-navigation .dropdown-container .current-menu-item > a::before{position:initial;width:6px;height:6px;border-radius:3px;margin-right:.5em}}.main-navigation a .link_icon-wrapper{width:1.2em;height:1.2em;max-width:1.2em;flex-grow:1;flex-shrink:0;display:flex;align-items:center;margin-right:1em}.main-navigation a .link_icon{display:block;width:100%;height:auto}.main-navigation a .link_content{display:flex;flex-direction:column}.main-navigation a .link_content .link_title{font-weight:500}.main-navigation a .link_content .link_content{font-size:14px;color:#4f5b76}@media (min-width: 769px){.main-navigation a .link_icon-wrapper{width:2em;height:2em;max-width:2em}}.header-banner{display:flex;flex-direction:column;color:#fff;background-color:#701e6d;font-size:14px}@media (min-width: 769px){.header-banner{font-size:.7rem}}.header-banner .container{display:flex;align-items:stretch;justify-content:space-between;padding-left:4.1666666667vw;padding-right:4.1666666667vw}@media (max-width: 768px){.header-banner .container{padding-left:.5rem}}.header-banner .item{display:flex;align-items:center}.header-banner .hide-mobile{display:none}@media (min-width: 769px){.header-banner .hide-mobile{display:flex}}.header-banner .item-content{display:flex;align-items:center;padding:.2em 0;background-color:transparent;border-radius:.25em}.header-banner .item a,.header-banner .item a:visited{color:inherit;text-decoration:none}.header-banner .item a.item-content{padding:.5em 1em;border-radius:1.5em;transition:all .35 ease-in-out}.header-banner .item a.item-content:hover{background-color:#3e3a4f}.header-banner .icon{display:block;height:1.5em;width:1.5em;background-repeat:no-repeat;background-size:contain;background-position:center}.header-banner .text{margin-left:1em}.header-banner .icon--gov_logo{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/govuk-crest.png");height:3em;width:3em}.header-banner .icon--gov_logo.nitro-lazy{background-image:none !important}.header-banner .icon--star{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'%3E%3Cpath fill=\'%23f4c01e\' d=\'M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\'/%3E%3C/svg%3E");transform:translateY(-.1em)}.header-banner .icon--star.nitro-lazy{background-image:none !important}.header-banner .icon--star-inactice{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'%3E%3Cpath fill=\'%23fff\' d=\'M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\'/%3E%3C/svg%3E");transform:translateY(-.1em)}.header-banner .icon--star-inactice.nitro-lazy{background-image:none !important}.header-banner .icon + .icon{margin-left:.2em}.header-banner .icon--phone{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23fff\' d=\'M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z\'/%3E%3C/svg%3E")}.header-banner .icon--phone.nitro-lazy{background-image:none !important}.header-banner .icon--email{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' x=\'0\' y=\'0\' viewBox=\'0 0 24 24\' xml:space=\'preserve\'%3E%3Cg%3E%3Cpath d=\'m23.954 5.542-8.418 8.418a5.007 5.007 0 0 1-7.072 0L.046 5.542C.032 5.7 0 5.843 0 6v12a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V6c0-.157-.032-.3-.046-.458Z\' fill=\'%23fff\'/%3E%3Cpath d=\'m14.122 12.546 9.134-9.135A4.986 4.986 0 0 0 19 1H5A4.986 4.986 0 0 0 .744 3.411l9.134 9.135a3.007 3.007 0 0 0 4.244 0Z\' fill=\'%23fff\'/%3E%3C/g%3E%3C/svg%3E")}.header-banner .icon--email.nitro-lazy{background-image:none !important}.site-header .buy-now-wrapper,.buy-now-nav{display:none}@media screen and (max-width: 768px){.site-header.show .buy-now-wrapper{display:flex}}@media screen and (min-width: 769px){.buy-now-nav{display:flex;padding:.3em 0;position:fixed;top:-100%;left:0;right:0;z-index:30;box-shadow:0 0 1.5vw rgba(0,0,0,.3);transition:.2s;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 0 5vw rgba(0,0,0,.3)}.buy-now-nav.active{top:0}.buy-now-nav .wrapper{position:relative;z-index:1;display:flex;width:80%;margin:0 auto;align-items:center;justify-content:space-between}.buy-now-nav img{width:45px}.buy-now-nav .custom-logo-link,.buy-now-nav .custom-logo-link:visited,.buy-now-nav .custom-logo-link .custom-logo-text,.buy-now-nav .custom-logo-link .custom-logo-text span{color:#fff}.buy-now-nav .custom-logo-link .custom-logo-image{border:1px solid #fff;border-radius:50%}}.buy-now-wrapper{margin:0 auto}.buy-now-nav .asp_product_item{border:none !important;box-shadow:none !important}.buy-now-nav .asp_product_item .asp_product_name,.buy-now-nav .asp_product_item .asp_price_container,.buy-now-nav .asp_product_item .asp_product_description{display:none}.buy-now-wrapper .asp_product_item,.buy-now-wrapper .asp_product_buy_btn_container,.buy-now-nav .asp_product_item,.buy-now-nav .asp_product_buy_btn_container{margin:0;padding:0}.buy-now-wrapper .asp_product_buy_btn,.buy-now-nav .asp_product_buy_btn,.buy-now-wrapper .asp_product_buy_btn.blue,.buy-now-nav .asp_product_buy_btn.blue,.buy-now-wrapper a.buy-now,.buy-now-nav a.buy-now{background:#fd9326;font-size:.8em;border-radius:.25em;font-weight:bold;color:#fff !important;cursor:pointer;transition:.2s;border:none !important;text-shadow:none !important;box-shadow:none !important;min-width:unset;box-sizing:initial;padding:.2em 1em;text-transform:uppercase;text-decoration:none}.buy-now-wrapper a.buy-now{line-height:2.04}.buy-now-wrapper .asp_product_buy_btn:hover,.buy-now-nav .asp_product_buy_btn:hover,.buy-now-wrapper .asp_product_buy_btn.blue:hover,.buy-now-nav .asp_product_buy_btn.blue:hover,.buy-now-wrapper a.buy-now:hover,.buy-now-nav a.buy-now:hover{background:#e9e9e9;color:#fd9326 !important}@media screen and (min-width: 769px){.buy-now-wrapper .asp_product_buy_btn,.buy-now-nav .asp_product_buy_btn,.buy-now-wrapper .asp_product_buy_btn.blue,.buy-now-nav .asp_product_buy_btn.blue,.buy-now-nav a.buy-now{font-size:calc(20 / 1920 * 100vw)}}@media all and (min-width: 1200px){.buy-now-wrapper .asp_product_buy_btn,.buy-now-nav .asp_product_buy_btn,.buy-now-wrapper .asp_product_buy_btn.blue,.buy-now-nav .asp_product_buy_btn.blue,.buy-now-nav a.buy-now{font-size:1.2vw}}html body{font-family:"Poppins",sans-serif}.hero{display:flex;justify-content:center;height:46.2vw;background-size:cover;background-repeat:no-repeat}.hero .wrapper{width:86.4vw;display:flex}.hero .left,.hero .right{flex:0 50%}.hero .wrapper>.right{display:flex;justify-content:flex-end}.hero .left .subheading{display:block;margin-top:6vw;color:white;font-size:1.9vw;font-weight:100}.hero .left h1{color:#fff;font-size:3.96vw;margin-top:0}.hero .left .text-after-title{color:white;font-size:1.1462vw;line-height:1.6;margin-left:.4689vw;margin-bottom:2.1882vw}.hero .left ul{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap;width:100%;margin-top:3.5vw}.hero .left ul li{flex:0 50%;color:white;font-size:1.41vw;position:relative;margin-bottom:1.7vw;display:flex}.hero .left ul li::before{content:"";display:block;background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/new-template/check.svg");height:1.5em;width:2.1vw;margin-right:.5em;background-size:cover;background-repeat:no-repeat}.hero .review{background:white;width:38vw;margin-top:3vw;border-radius:1.2vw;display:flex;min-height:7.7vw;padding:.9vw}.hero .review .left{flex:0 18%;display:flex;flex-direction:column;align-items:center}.hero .review .left img{height:4.2vw;margin:0;padding:0}.hero .review .left p{font-size:1.24vw;font-weight:bold;margin-top:.4vw;margin-bottom:-.6vw}.hero .review .right{flex:1}.hero .review .right p{font-size:.78vw;padding:0 1vw;margin:0;line-height:2.4}.hero .right .form{background:white;height:34vw;width:36.7vw;margin-top:7.5vw;border-radius:.8vw;position:relative;padding:4vw 4.2vw}.hero .form svg{height:6.4vw;position:absolute;top:-3.2vw;left:calc(50% - 3.2vw)}.hero .form h2{margin:.3647vw 0;color:var(--main-color);position:relative;margin-bottom:1.55vw;font-size:1.92vw;text-align:center}.hero .form h2 span{color:var(--cta-color)}.hero .form h2 em{display:inline-flex;font-size:1.1vw;border:1px solid var(--main-color);padding:.521vw 1.4588vw;border-radius:1.042vw;text-transform:uppercase;font-style:initial;margin-bottom:1.7vw}.hero .form input:not([type="checkbox"]){height:3.9vw;border:0;background:whitesmoke;border-radius:1vw;width:28.2vw !important;font-size:1.3vw !important;padding:1.5vw !important;color:#666;margin-top:.4vw !important}.hero .form input[type="checkbox"]{height:1.3vw;width:1.3vw;vertical-align:sub;margin-right:1vw}.hero .form input[type="checkbox"]~label{font-size:1.2vw}.hero .form .gform_wrapper ul.gform_fields li.gfield{padding:0;margin:0;margin-bottom:.5vw}.hero .form .gform_wrapper .top_label div.ginput_container{margin:0}.hero .form .gform_wrapper .gform_footer{display:flex;flex-direction:column;align-items:center;padding:0;margin:1.3vw 0}.chain{display:flex;flex-direction:column;align-items:center}.chain .wrapper{width:71vw}.chain .text-right,.chain .text-left{display:flex}@media (min-width: 769px){.chain .text-right,.chain .text-left{align-items:center}}@media (min-width: 992px){.chain .text-right .left--carousel{padding-right:3em}}.chain .text-right .left>img{height:23.1vw}.chain .text-right .left,.chain .text-right .right{width:100%}@media (min-width: 992px){.chain .text-right .left{flex:0 59%;width:59%;text-align:center}.chain .text-right .right{width:41%;flex:0 41%}}.chain .text-right h2,.chain .text-left .left h2{color:#666;font-size:1.72vw;font-weight:400;margin-bottom:.9vw}.chain .text-right em,.chain .text-left .left em{font-style:normal;font-weight:bold;color:var(--secondary-color)}.chain .text-right ul,.chain .text-left ul,.chain .text-right ol,.chain .text-left ol,.chain .text-right,.chain .text-left{font-size:1.2vw;line-height:1.6;color:#666}.chain .text-right ul,.chain .text-left ul,.chain .text-right ol,.chain .text-left ol{margin-left:0;margin-right:0;padding:0 0 0 1.1em}.chain .text-left .left{flex:0 45%;text-align:right}.chain .text-left .left h2{margin-top:7vw}.chain .text-left .right{flex:0 55%}.chain .text-left .right>img{width:29.6vw;margin-left:9vw}.chain .slider{display:flex;margin-top:5.8vw;align-items:center}@media (min-width: 769px){.chain .slider{padding:0 2rem}}.chain .slider img{display:block}.swiper--chain{max-width:100%}.swiper--chain:not(.swiper-initialized) .swiper-slide{max-width:33%;display:none}.swiper--chain:not(.swiper-initialized) .swiper-slide:first-child{display:flex}.swiper--chain.swiper-initialized .swiper-slide img{opacity:0;transition-property:opacity,filter;transition-duration:.35s;transition-timing-function:ease;border-radius:1em}.swiper--chain.swiper-initialized .swiper-slide.swiper-slide-visible img{opacity:.85;filter:blur(2px);box-shadow:0 0 2vw rgba(0,0,0,.2)}.swiper--chain.swiper-initialized .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible img{opacity:1;filter:none}.swiper--chain.swiper-initialized .swiper-button-next,.swiper--chain.swiper-initialized .swiper-button-prev{color:var(--cta-color);background-color:transparent}.chain .button{background-color:var(--cta-color);border:1px solid var(--cta-color);color:#fff;display:inline-flex;justify-content:center;align-items:center;height:3.2vw;width:9vw;border-radius:.75vw;font-size:1vw;font-weight:700;text-transform:uppercase;margin-top:2vw;margin-bottom:0;text-decoration:none;transition:.2s}.chain .button:hover{background-color:#fff;color:var(--cta-color)}.chain .text-right .button{margin-left:6.4vw}.chain .text-left .button{margin-right:8.1vw}.chain .tutors>*:not(:last-child){margin-bottom:2rem}.chain .tutors__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:2em;grid-row-gap:2em;justify-content:center}.chain .tutor__avatar{display:block;border-radius:50%;width:100%;box-shadow:0 0 0 .26em #ddd;transition:all .2s ease}.chain .tutor__avatar:hover{box-shadow:0 0 0 .3em var(--cta-color)}.chain .tutors__footer{display:flex;flex-direction:column;font-weight:bold;color:var(--cta-color);justify-content:center;font-size:7.5vw}.chain .tutors__footer .trustpilot__stars{height:1em}.chain .tutors__footer .trustpilot__logo{height:7.5vw;margin-bottom:.5em}@media (min-width: 769px){.chain .tutors__grid{grid-template-columns:repeat(3,8.9vw)}.chain .tutors{margin-top:5.8vw;padding-left:4.5em;padding-right:4.5em}.chain .tutors>*:not(:last-child){margin-bottom:2.6vw}.chain .tutors__footer{font-size:2em;flex-direction:row}.chain .tutors__footer .trustpilot__stars{height:2.8vw}.chain .tutors__footer .trustpilot__logo{height:2.8vw;margin-right:.5em;margin-bottom:unset}}#chain-image-modal{max-height:100%;overflow-y:auto}.trusted-schools{margin-top:7.5vw;background:linear-gradient(-90deg,var(--main-color),var(--secondary-color));display:flex;justify-content:center;min-height:20.7vw}.trusted-schools .wrapper{width:52vw;display:flex;flex-direction:column;align-items:center;color:white}.trusted-schools h2{font-size:2.03vw;margin-top:2.1vw;margin-bottom:1.1vw}.trusted-schools img{height:2.14vw}.trusted-schools p{text-align:center;font-size:1.04vw;margin-top:1.5vw;line-height:1.6}.trusted-schools p a{color:inherit;transition:all .35s ease-in-out}.trusted-schools p a:hover{opacity:.8}.at-get-started{display:flex;align-items:center;flex-direction:column;margin-bottom:15vw}.at-get-started .wrapper{width:80.5vw}.at-get-started .wrapper-bg{background-image:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/new-template/line-bg.png");background-position:top center;background-repeat:no-repeat;background-size:auto 80%}.at-get-started .wrapper-bg.nitro-lazy{background-image:none !important}.at-get-started .steps{margin-top:2.4vw}.at-get-started .step{height:9.4vw;display:flex;align-items:center;justify-content:space-between;margin-bottom:2.6vw}.at-get-started .left{flex:0 41%}.at-get-started .left h3{text-align:right;font-size:1.38vw;font-weight:400;color:#666;transition:.2s}.at-get-started .step:hover .left h3{transform:translateX(1vw)}.at-get-started .left em{font-style:normal}.at-get-started .center span{color:white;display:flex;align-items:center;justify-content:center;height:4.1vw;width:4.1vw;border-radius:31vw;font-size:2.1vw;transition:.2s}.at-get-started .right{flex:0 41%;height:100%;padding:0 1.9vw;box-shadow:1vw 1vw 2vw rgba(0,0,0,20%);background:white;transition:.2s}.at-get-started .step:hover .right{transform:scale(.95);box-shadow:.5vw .5vw 1vw rgba(0,0,0,20%)}.at-get-started .right h4{font-weight:900;font-size:1.5vw;margin:.6vw 0}.at-get-started .right p{font-size:1.086vw;margin:0;line-height:1.6;margin-top:-.2vw}.at-get-started .red em,.at-get-started .red h4{color:#d81d56}.at-get-started .red span{background:linear-gradient(90deg,#d4145a,#f15a24)}.at-get-started .red:hover span{transform:scale(1.3);box-shadow:0 0 0 .5vw rgba(212,20,90,.16),0 0 0 1.4vw rgba(241,90,36,.08)}.at-get-started .yellow h3 em{color:#d3ae11}.at-get-started .yellow h4{color:#ff810b}.at-get-started .yellow span{background:linear-gradient(90deg,#ffd011,#f9ae3b)}.at-get-started .yellow:hover span{transform:scale(1.3);box-shadow:0 0 0 .5vw rgba(249,174,59,.18),0 0 0 1.4vw rgba(255,208,17,.1)}.at-get-started .green h3 em,.at-get-started .green h4{color:#28c612}.at-get-started .green span{background:linear-gradient(90deg,#22b373,#d7de21)}.at-get-started .green:hover span{transform:scale(1.3);box-shadow:0 0 0 .5vw rgba(34,179,115,.14),0 0 0 1.4vw rgba(34,179,115,.06)}.at-get-started .chart{display:flex;flex-direction:column;align-items:center;margin-top:4.2vw}.at-get-started .chart img{height:15.5vw}.at-get-started .chart p{margin-top:3vw;font-size:1.7vw;color:var(--secondary-color);margin-bottom:5.6vw}.faq-bg,.faq{background:whitesmoke}.faq{display:flex;justify-content:center;padding-bottom:5vw}.faq .wrapper{width:63vw}.faq .question:not(:last-of-type){border-bottom:2px solid #ccc}.faq h3{position:relative;padding:0 2.5vw;font-size:1.2vw;color:var(--secondary-color);cursor:pointer;margin:2vw 0}.faq h3::after{content:"";position:absolute;background:#ccc;height:3px;width:.7vw;border-radius:1vw;right:1.5vw;top:1vw;transform:rotate(35deg);transition:.2s}.faq h3::before{content:"";position:absolute;background:#ccc;height:3px;width:.7vw;border-radius:1vw;right:2vw;top:1vw;transform:rotate(-35deg);transition:.2s}.faq p{padding:0 2.5vw;font-size:1.2vw;width:61vw;margin-top:1.7vw;line-height:1.6;color:#666;transition:.2s}.faq .hidden h3::after{transform:rotate(-35deg)}.faq .hidden h3::before{transform:rotate(35deg)}.faq .hidden p{transform:scale(0);height:0;margin:0}.only-mobile{display:none !important}@media screen and (max-width: 768px){.only-mobile{display:inherit !important}.hide-mobile{display:none !important}.hero{background-image:linear-gradient(90deg,var(--main-color),var(--secondary-color)) !important;height:129vw;margin-bottom:10vw}.hero .wrapper{flex-direction:column;width:100vw}.hero .left h1{margin-top:27vw;text-align:center;font-size:9vw;padding:0 7vw;line-height:1.2}.hero .wrapper>.right,.hero .left ul,.hero .review{display:none}.hero .trustpilot{background:#fff;margin-top:10vw;height:31vw;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 6vw rgba(0,0,0,20%)}.hero .trustpilot .top{display:flex;align-items:center;font-size:4.7vw;font-weight:bold;margin-bottom:3vw;margin-top:3vw}.hero .trustpilot span{margin:0 4vw}.hero .trustpilot svg{height:6vw}.hero .trustpilot img{height:6vw}.hero.hero-vh .text-after-title,.hero .mobile-hero p{text-align:center;color:#fff;font-size:4.7vw;line-height:1.7;padding:0 1.5em}.only-mobile .button{color:var(--main-color);background:#fff;display:flex;justify-content:center;align-items:center;height:14vw;width:42vw;border-radius:2.5vw;font-size:4.6vw;font-weight:700;text-transform:uppercase;text-decoration:none;margin:0 auto}.chain .wrapper{width:80vw}.chain .chain-animation{display:none}.chain .text-right{display:flex;flex-direction:column;margin-top:15vw !important;margin-bottom:35vw}.chain .text-left{display:flex;flex-direction:column-reverse;margin-top:15vw !important;margin-bottom:35vw}.chain .text-right,.chain .text-left .left{text-align:center}.chain .text-right h2,.chain .text-left .left h2{font-size:7.5vw;margin-top:13vw !important;text-align:center}.chain .text-right p,.chain .text-left .left p{margin:0;color:#666;font-size:4.7vw;line-height:1.7;text-align:center;margin-top:0;margin-bottom:10vw}.chain .button{height:14vw;width:42vw;border-radius:2.5vw;font-size:4.6vw;font-weight:700;margin:0}.chain .text-right .button{margin-left:0}.chain .text-left .button{margin-right:0}.chain .text-left .right>img{width:100% !important;margin:0 !important}.chain .text-right .left>img{height:auto;width:100%}.m-points{display:flex !important;flex-direction:column;align-items:center}.m-points .main-image{width:67vw;margin-top:15vw}.m-points h1{color:var(--main-color);font-size:8vw;text-align:center;padding:0 7vw;margin-top:7vw}.m-points .items p{position:relative;margin-left:10vw;font-size:4.7vw;margin-bottom:1vw}.m-points .items p::before{content:"";background:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/check.svg");position:absolute;height:7vw;width:7vw;background-size:cover;background-repeat:no-repeat;top:-.8vw;left:-10vw}.m-points .get-started{background-color:var(--cta-color) !important;color:white;display:flex;justify-content:center;align-items:center;height:14vw;width:42vw;border-radius:2.5vw;font-size:4.6vw;font-weight:bold;text-transform:uppercase;margin-top:10vw;margin-bottom:0}.m-points .items-with-icons{background-color:var(--main-color);display:flex;margin-top:14vw;height:36vw;align-items:center;justify-content:space-around;width:100vw;padding:0vw 10vw}.m-points .items-with-icons .item{display:flex;flex-direction:column;align-items:center;justify-content:center}.m-points .items-with-icons p{text-align:center;color:white;font-size:3.7vw;width:30vw;margin:0}.m-points .items-with-icons img{height:12vw;margin-bottom:2vw}.m-talk-to-us{display:flex !important;flex-direction:column;align-items:center;margin-bottom:30vw}.m-talk-to-us .main-image{width:55vw;margin:10vw 0}.m-talk-to-us h2{color:var(--secondary-color);text-align:center;font-size:9vw;margin-top:3vw;line-height:1.3}.m-talk-to-us h2 span{color:var(--main-color);font-size:7.5vw}.m-talk-to-us p{font-size:4.7vw;padding:0 7vw;line-height:1.7;text-align:center;margin-top:0;margin-bottom:10vw}.m-talk-to-us .buttons .button{display:flex;justify-content:center;align-items:center;height:14vw;width:50vw;border-radius:2.5vw;font-size:4.6vw;font-weight:bold;text-transform:uppercase;border:.7vw solid;text-decoration:none;background-color:var(--cta-color);border-color:var(--cta-color);color:#fff}.m-talk-to-us .buttons .whatsapp{color:var(--cta-color) !important;border-color:var(--cta-color);background-color:#fff}.m-talk-to-us .buttons .whatsapp img{height:9vw;margin-left:2vw}.m-talk-to-us .buttons .phone img{height:14vw;margin:0 -4vw 0 0}.m-talk-to-us .buttons p{color:var(--main-color);margin:4vw 0;font-weight:bold}.m-contact-form{background-color:var(--main-color);position:relative;display:flex !important;flex-direction:column;align-items:center;margin-top:15vw;margin-bottom:30vw;padding-bottom:6vw}.m-contact-form svg{position:absolute;height:20vw;top:-10vw}.m-contact-form h2{color:white;text-align:center;font-size:8vw;margin-top:16vw;margin-bottom:0}.m-contact-form input{width:85vw !important;border:0;border-radius:2.5vw;height:15vw;font-size:5vw !important;padding-left:4vw !important}.m-why-choose-us{display:flex !important;flex-direction:column;align-items:center;margin-bottom:10vw}.m-why-choose-us h2{color:var(--main-color);font-size:8vw;padding:0 10vw;text-align:center;margin-bottom:0}.m-why-choose-us p{font-size:4.7vw;padding:0 9vw;line-height:1.7;text-align:center;margin-bottom:0;margin-top:8vw}.m-why-choose-us .slider{width:100%;position:relative;height:90vw;margin-top:3vw}.m-why-choose-us .slide{display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s;width:0;overflow:hidden;height:0}.m-why-choose-us .slide.active{width:100%;height:auto}.m-why-choose-us .slide img{width:100%}.m-why-choose-us .slide h3{font-size:6.5vw;color:#666;margin-top:5vw;overflow:hidden;transform:scale(0);transition:.5s;margin-bottom:0}.m-why-choose-us .slide.active h3{transform:scale(1)}.m-why-choose-us .slider .button-prev-slide{left:0;width:50vw}.m-why-choose-us .slider .button-next-slide{right:0;width:50vw}.m-why-choose-us .dots{display:flex}.m-why-choose-us .dots span{display:block;height:4vw;width:4vw;background:white;margin:1.5vw;border-radius:4vw;box-shadow:0 0 2vw rgba(0,0,0,.2)}.m-why-choose-us .dots span.active{background:#eee;box-shadow:0}.m-why-choose-us .button{background:var(--main-color);color:#fff !important;margin-top:10vw}.faq .wrapper{width:80vw}.faq h3{padding:0 7vw 0 0;font-size:5vw;margin:5vw 0}.faq p{padding:0;font-size:4.7vw;width:auto}.faq h3::before{width:4vw;right:3vw;top:4vw}.faq h3::after{width:4vw;right:0;top:4vw}}body.page-id-5605 .at-desktop-contact-form .wrapper{height:auto}body.page-id-5605 .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]{margin-top:0 !important;position:relative;top:-2px}body.page-id-5605 .gform_wrapper ul.gfield_checkbox li{width:100% !important;margin-top:2.8vh !important}body.page-id-5605 #desktop-form-mobile{color:#fff}body.page-id-5605 #desktop-form-mobile form{padding:0 20px}body.page-id-5605 #desktop-form-mobile form li input[type="checkbox"]{height:7vw !important}body.page-id-5605 .at-desktop-contact-form .wrapper{width:69vw}@media screen and (max-width: 768px){.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label{font-size:1em}.ginput_container.ginput_container_text>#input_18_9{font-size:12px !important}}.gfield_checkbox input[type="checkbox"]{display:none !important}.gfield_checkbox input[type="checkbox"]+label{display:block;position:relative;padding-left:35px !important;margin-bottom:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.gfield_checkbox input[type="checkbox"]+label:last-child{margin-bottom:0}.gfield_checkbox input[type="checkbox"]+label:before{content:"";display:block;width:20px;height:20px;border:1px solid #6cc0e5;position:absolute;left:0;top:0;opacity:.6;-webkit-transition:all .12s,border-color .08s;transition:all .12s,border-color .08s}.gfield_checkbox input[type="checkbox"]:checked+label:before{width:10px;top:-5px;left:5px;border-radius:0;opacity:1;border-top-color:transparent;border-left-color:transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hero.hero-vh{padding-top:2rem;padding-bottom:2rem;min-height:46vw;height:auto}@media (min-width: 769px){.hero.hero-vh .wrapper{flex-direction:row;align-items:center}}.hero.hero-vh .subheading{margin-top:0}.hero .hero-actions{margin-top:2rem;padding:0 1.5em;display:flex;flex-direction:column;align-items:center}.hero .hero-action--button,.hero .hero-action--button:visited{display:inline-block !important;font-size:1.2em !important;background-color:#fff;background-image:none;color:var(--main-color);text-decoration:none}.hero .hero-action--button.nitro-lazy,.hero .hero-action--button:visited.nitro-lazy{background-image:none !important}@media (min-width: 769px){.hero .hero-actions{padding:0;display:block}.hero .hero-action--button,.hero .hero-action--button:visited{background-color:#15b4a2;color:#fff}.hero .hero-action--button:hover{transform:translateY(-.1em);background-color:#fff;color:#15b4a2}}.hero .hero-image{max-width:90%;height:auto;display:inline-block;border-radius:2rem}@media (min-width: 769px){.hero .hero-image-container{flex:1 1 50%;min-width:1%;display:flex;justify-content:flex-end;align-items:center;padding-left:2rem}}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media (max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}:root{--iti-hover-color:rgba(0,0,0,.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url("https://studymind.co.uk/assets/flags-a2kmUSbF.webp");--iti-path-flags-2x:url("https://studymind.co.uk/assets/flags@2x-gR6KPp3x.webp");--iti-path-globe-1x:url("data:image/webp;base64,UklGRvoBAABXRUJQVlA4TO4BAAAvE8AEENXIkiRZtZu7H33ql07cqTlilvbz9i4tosSMZma27zWzHRGyIEk2bcu2bdvGn23btm3btm3btm0/m5PqAEkLTYYwxTPAW84Tl6wNgmvIqptKKH9nYAr4xle+TML/BDI2LSg6QHKT/nngE4+ZMIUePUGeTvly+YoV8F1DtkGUzlfst2LUKTX6PaWZeMWiDqN6PgcciGa2boYPmxlR5bIIL5l6RVyDYMXmY1f10pGb7PmAN6sRTBTN3N9C9Zi/LbVhlL+Oo2M7RxoE/a4+/nDjeBrSVwtGYXGGMIrUbJzCU1LgFftP9K1hkpOXmBim30cIJ1hgOkSwMhYCMgmaw7rXcfT5/wQcFhrcuaOEBuq5ytYblLPBEhV0Aq/ZqcDn/6RUDgrUL0/0UZgK/p+rR8/4nZAqFfuXA6TbtFQyJSe4gpj6T19a5q+HLEkox0mlWXvbIGbuJw28fkozjybhT5oXHNY4py5rH1CflcyeB1fId9wXDAvFmz/8m6AE/8TgYzEVGoRMCKUhND7PQho7jGo1utkdV559cm3llGFs3sxBZrmGbEExop91jyfg5G7BmCCi6evNaSDFBrG3vyaRNzt+HJ9kQpVbgj+xFUoNgr3abxqGfH3WfQq9lp5UZPRW74ZbFgpq+EGo67dUAQ==");--iti-path-globe-2x:url("data:image/webp;base64,UklGRlwFAABXRUJQVlA4TE8FAAAvJ8AJEEfHKJIkKdmcgvjj3wwill7QwKhtJEnOnIDmv/zJLAdGbSNJcuYENP/lT2Y5OGwjSZHmtL3wTFl9tp8SM/9xz47Ctm2b7mnwDggKFNd77jgHyxhIYVvLQBDEHEBKRQBIOXzQpAhiBQCIAMaIAACHhAQHIMFhhRkSRt1hlRIYDAZDhiE3CVrBS2gFkZGRYdA6mjQQBYAv6yOZSVAQCoPWMCWBIBQKwtCCUBANFARBlChBfPCG/dZUjxJECYJQECU+KGFQEC1YdN/NSUNRTDm4osQBGUwFjDFCBOYRo9QWxAmPlKQECRERMbVLCZapZ0owSrnz3hb6/P8auL9vAwr7/xeS5EV9q2sWU2vbtjla27Zt28akprq6a3bPtm2np87eJIvePUzd9fvoXkT0fwK4Vwdo8t6qyQW+O7Tn4k7NAdvi/jMR0fGpwhglhZBKm3B0pzvg3JcDrUuMEn7SDaUIRTLhhqb/AbDvw+bbJToMEq5QflFfv+QhJVPxcmkm/Ih9TzZfFxk/CJUnP7zMykJqnhsqQ51M6tTv2Pdgc/GKCuKmaI96HlhVAJy4vWVWWgRSfYJ9l4jv+4aB0F15Td3kH1YW4DiMnEJHGSaFOoOdw4LxOhCqPTf0JvLys6I8Wv/9BeeuhEkZfE+UZfNSOumqT+CArgHwbBHZw+ZB00AGeiYxIKKudH2zDxg97VK7FxdO6+9Pmt3l4J/bZR58rtyEOY6dtdhcMbPh2jsyNKr3mNnDy+c8Pig0od5wGXakg7DYgYgfU5648s0fC0Ljv9SigQVrHwUafXVgmNE92zBBBeYjsHn5L6Emz/6776EnxwJUsqKADMDmq8fG/T16fujr7lhknhheLG4PPwFD15IXs2xWFWBZVj4ndDW+fDItPRncssi75Fxv/iHQQL2PDbkg4k/zP/BfgfR1axxy59PM/IYdsypZWUCUiTlck2/zTz4fm3LzqkNlxxnzW+A4fK4vkbNrIbn7bgVoKn3djQu90krrllynQ1g7v2rpjUYsfeR6tdLSaqV5w5fR6E5+k8BVT/0aqqSXDAdV4wvpCplTCJnbFTLb9dTEHjoQQiTMC7Ah3PPuwbffOfD+xP4d3s7uMGDC+wcOvrs7kVKTZ6m4EMIVfn1O61JyrnuU3EM3A3znefrp142f5cnmnDXNyXecPFYUYNt2pVUlvot//qWFDszz9aTrCuGpQVX4Wn+KAw6rCrAgw/eqLZXQVQfmXZ5QnnCF2wrwdlJ5F8DhC1MP/itRnhv+wmHji7hpT+x0tekziRw7jxUF2LZznX3xOydH3e5fVhYWO5QOlClPzYFX9EMD65P9bBHZ16fLq7dHfrlal5vO2LxuKkTcfABvjZDxwsWvf9hs7pCv2ry5cowvB2/8iosq5YraWHw7JCxLyaAWZPoUrilMaRMKo8WwpQv0z2AXqnLzLA42H5gKEVcTuM76RfDtpVrzh9b5oTp0e5SI+Topy78hAzFm6QqRMN2gugNYLH0EoHF6Pyw3vm+OYQMRlwPpCd+sAep/WQ1OPGZZ13lO0ugpE0+m1xGRbdNKe67wzTN3Nouw3yfw03WH+nrnqUAnEul5YOXA5o20L4SnAiXjoX6f7Pm6RIeBl14EGe4a8VLad4UnvZTwysxR2DtOumEiUOpliLi7FWNb2vOEK4QQnnyoIav+Ko9XhGbUF1gZ7tWKcVBLX+T05HkOGmn0iA4WjsW9Ww6ny3WiTAjhyd41WWfGrv4sAof7t/l+ppGJlFeR7oBVr4kF2BYP0oYjDxsZpjuTsQDHsXjAUYxrrwwe9gGWRRRZ3CcA");--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=text],.iti input.iti__tel-input[type=tel]{position:relative;z-index:0;margin:0 !important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:none;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width: 500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:none}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px;line-height:1.5em}.iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-16px}.iti__ae{--iti-flag-offset:-32px}.iti__af{--iti-flag-offset:-48px}.iti__ag{--iti-flag-offset:-64px}.iti__ai{--iti-flag-offset:-80px}.iti__al{--iti-flag-offset:-96px}.iti__am{--iti-flag-offset:-112px}.iti__ao{--iti-flag-offset:-128px}.iti__ar{--iti-flag-offset:-144px}.iti__as{--iti-flag-offset:-160px}.iti__at{--iti-flag-offset:-176px}.iti__au{--iti-flag-offset:-192px}.iti__aw{--iti-flag-offset:-208px}.iti__ax{--iti-flag-offset:-224px}.iti__az{--iti-flag-offset:-240px}.iti__ba{--iti-flag-offset:-256px}.iti__bb{--iti-flag-offset:-272px}.iti__bd{--iti-flag-offset:-288px}.iti__be{--iti-flag-offset:-304px}.iti__bf{--iti-flag-offset:-320px}.iti__bg{--iti-flag-offset:-336px}.iti__bh{--iti-flag-offset:-352px}.iti__bi{--iti-flag-offset:-368px}.iti__bj{--iti-flag-offset:-384px}.iti__bl{--iti-flag-offset:-400px}.iti__bm{--iti-flag-offset:-416px}.iti__bn{--iti-flag-offset:-432px}.iti__bo{--iti-flag-offset:-448px}.iti__bq{--iti-flag-offset:-464px}.iti__br{--iti-flag-offset:-480px}.iti__bs{--iti-flag-offset:-496px}.iti__bt{--iti-flag-offset:-512px}.iti__bw{--iti-flag-offset:-528px}.iti__by{--iti-flag-offset:-544px}.iti__bz{--iti-flag-offset:-560px}.iti__ca{--iti-flag-offset:-576px}.iti__cc{--iti-flag-offset:-592px}.iti__cd{--iti-flag-offset:-608px}.iti__cf{--iti-flag-offset:-624px}.iti__cg{--iti-flag-offset:-640px}.iti__ch{--iti-flag-offset:-656px}.iti__ci{--iti-flag-offset:-672px}.iti__ck{--iti-flag-offset:-688px}.iti__cl{--iti-flag-offset:-704px}.iti__cm{--iti-flag-offset:-720px}.iti__cn{--iti-flag-offset:-736px}.iti__co{--iti-flag-offset:-752px}.iti__cr{--iti-flag-offset:-768px}.iti__cu{--iti-flag-offset:-784px}.iti__cv{--iti-flag-offset:-800px}.iti__cw{--iti-flag-offset:-816px}.iti__cx{--iti-flag-offset:-832px}.iti__cy{--iti-flag-offset:-848px}.iti__cz{--iti-flag-offset:-864px}.iti__de{--iti-flag-offset:-880px}.iti__dj{--iti-flag-offset:-896px}.iti__dk{--iti-flag-offset:-912px}.iti__dm{--iti-flag-offset:-928px}.iti__do{--iti-flag-offset:-944px}.iti__dz{--iti-flag-offset:-960px}.iti__ec{--iti-flag-offset:-976px}.iti__ee{--iti-flag-offset:-992px}.iti__eg{--iti-flag-offset:-1008px}.iti__eh{--iti-flag-offset:-1024px}.iti__er{--iti-flag-offset:-1040px}.iti__es{--iti-flag-offset:-1056px}.iti__et{--iti-flag-offset:-1072px}.iti__fi{--iti-flag-offset:-1088px}.iti__fj{--iti-flag-offset:-1104px}.iti__fk{--iti-flag-offset:-1120px}.iti__fm{--iti-flag-offset:-1136px}.iti__fo{--iti-flag-offset:-1152px}.iti__fr{--iti-flag-offset:-1168px}.iti__ga{--iti-flag-offset:-1184px}.iti__gb{--iti-flag-offset:-1200px}.iti__gd{--iti-flag-offset:-1216px}.iti__ge{--iti-flag-offset:-1232px}.iti__gf{--iti-flag-offset:-1248px}.iti__gg{--iti-flag-offset:-1264px}.iti__gh{--iti-flag-offset:-1280px}.iti__gi{--iti-flag-offset:-1296px}.iti__gl{--iti-flag-offset:-1312px}.iti__gm{--iti-flag-offset:-1328px}.iti__gn{--iti-flag-offset:-1344px}.iti__gp{--iti-flag-offset:-1360px}.iti__gq{--iti-flag-offset:-1376px}.iti__gr{--iti-flag-offset:-1392px}.iti__gt{--iti-flag-offset:-1408px}.iti__gu{--iti-flag-offset:-1424px}.iti__gw{--iti-flag-offset:-1440px}.iti__gy{--iti-flag-offset:-1456px}.iti__hk{--iti-flag-offset:-1472px}.iti__hn{--iti-flag-offset:-1488px}.iti__hr{--iti-flag-offset:-1504px}.iti__ht{--iti-flag-offset:-1520px}.iti__hu{--iti-flag-offset:-1536px}.iti__id{--iti-flag-offset:-1552px}.iti__ie{--iti-flag-offset:-1568px}.iti__il{--iti-flag-offset:-1584px}.iti__im{--iti-flag-offset:-1600px}.iti__in{--iti-flag-offset:-1616px}.iti__io{--iti-flag-offset:-1632px}.iti__iq{--iti-flag-offset:-1648px}.iti__ir{--iti-flag-offset:-1664px}.iti__is{--iti-flag-offset:-1680px}.iti__it{--iti-flag-offset:-1696px}.iti__je{--iti-flag-offset:-1712px}.iti__jm{--iti-flag-offset:-1728px}.iti__jo{--iti-flag-offset:-1744px}.iti__jp{--iti-flag-offset:-1760px}.iti__ke{--iti-flag-offset:-1776px}.iti__kg{--iti-flag-offset:-1792px}.iti__kh{--iti-flag-offset:-1808px}.iti__ki{--iti-flag-offset:-1824px}.iti__km{--iti-flag-offset:-1840px}.iti__kn{--iti-flag-offset:-1856px}.iti__kp{--iti-flag-offset:-1872px}.iti__kr{--iti-flag-offset:-1888px}.iti__kw{--iti-flag-offset:-1904px}.iti__ky{--iti-flag-offset:-1920px}.iti__kz{--iti-flag-offset:-1936px}.iti__la{--iti-flag-offset:-1952px}.iti__lb{--iti-flag-offset:-1968px}.iti__lc{--iti-flag-offset:-1984px}.iti__li{--iti-flag-offset:-2000px}.iti__lk{--iti-flag-offset:-2016px}.iti__lr{--iti-flag-offset:-2032px}.iti__ls{--iti-flag-offset:-2048px}.iti__lt{--iti-flag-offset:-2064px}.iti__lu{--iti-flag-offset:-2080px}.iti__lv{--iti-flag-offset:-2096px}.iti__ly{--iti-flag-offset:-2112px}.iti__ma{--iti-flag-offset:-2128px}.iti__mc{--iti-flag-offset:-2144px}.iti__md{--iti-flag-offset:-2160px}.iti__me{--iti-flag-offset:-2176px}.iti__mf{--iti-flag-offset:-2192px}.iti__mg{--iti-flag-offset:-2208px}.iti__mh{--iti-flag-offset:-2224px}.iti__mk{--iti-flag-offset:-2240px}.iti__ml{--iti-flag-offset:-2256px}.iti__mm{--iti-flag-offset:-2272px}.iti__mn{--iti-flag-offset:-2288px}.iti__mo{--iti-flag-offset:-2304px}.iti__mp{--iti-flag-offset:-2320px}.iti__mq{--iti-flag-offset:-2336px}.iti__mr{--iti-flag-offset:-2352px}.iti__ms{--iti-flag-offset:-2368px}.iti__mt{--iti-flag-offset:-2384px}.iti__mu{--iti-flag-offset:-2400px}.iti__mv{--iti-flag-offset:-2416px}.iti__mw{--iti-flag-offset:-2432px}.iti__mx{--iti-flag-offset:-2448px}.iti__my{--iti-flag-offset:-2464px}.iti__mz{--iti-flag-offset:-2480px}.iti__na{--iti-flag-offset:-2496px}.iti__nc{--iti-flag-offset:-2512px}.iti__ne{--iti-flag-offset:-2528px}.iti__nf{--iti-flag-offset:-2544px}.iti__ng{--iti-flag-offset:-2560px}.iti__ni{--iti-flag-offset:-2576px}.iti__nl{--iti-flag-offset:-2592px}.iti__no{--iti-flag-offset:-2608px}.iti__np{--iti-flag-offset:-2624px}.iti__nr{--iti-flag-offset:-2640px}.iti__nu{--iti-flag-offset:-2656px}.iti__nz{--iti-flag-offset:-2672px}.iti__om{--iti-flag-offset:-2688px}.iti__pa{--iti-flag-offset:-2704px}.iti__pe{--iti-flag-offset:-2720px}.iti__pf{--iti-flag-offset:-2736px}.iti__pg{--iti-flag-offset:-2752px}.iti__ph{--iti-flag-offset:-2768px}.iti__pk{--iti-flag-offset:-2784px}.iti__pl{--iti-flag-offset:-2800px}.iti__pm{--iti-flag-offset:-2816px}.iti__pr{--iti-flag-offset:-2832px}.iti__ps{--iti-flag-offset:-2848px}.iti__pt{--iti-flag-offset:-2864px}.iti__pw{--iti-flag-offset:-2880px}.iti__py{--iti-flag-offset:-2896px}.iti__qa{--iti-flag-offset:-2912px}.iti__re{--iti-flag-offset:-2928px}.iti__ro{--iti-flag-offset:-2944px}.iti__rs{--iti-flag-offset:-2960px}.iti__ru{--iti-flag-offset:-2976px}.iti__rw{--iti-flag-offset:-2992px}.iti__sa{--iti-flag-offset:-3008px}.iti__sb{--iti-flag-offset:-3024px}.iti__sc{--iti-flag-offset:-3040px}.iti__sd{--iti-flag-offset:-3056px}.iti__se{--iti-flag-offset:-3072px}.iti__sg{--iti-flag-offset:-3088px}.iti__sh{--iti-flag-offset:-3104px}.iti__si{--iti-flag-offset:-3120px}.iti__sj{--iti-flag-offset:-3136px}.iti__sk{--iti-flag-offset:-3152px}.iti__sl{--iti-flag-offset:-3168px}.iti__sm{--iti-flag-offset:-3184px}.iti__sn{--iti-flag-offset:-3200px}.iti__so{--iti-flag-offset:-3216px}.iti__sr{--iti-flag-offset:-3232px}.iti__ss{--iti-flag-offset:-3248px}.iti__st{--iti-flag-offset:-3264px}.iti__sv{--iti-flag-offset:-3280px}.iti__sx{--iti-flag-offset:-3296px}.iti__sy{--iti-flag-offset:-3312px}.iti__sz{--iti-flag-offset:-3328px}.iti__tc{--iti-flag-offset:-3344px}.iti__td{--iti-flag-offset:-3360px}.iti__tg{--iti-flag-offset:-3376px}.iti__th{--iti-flag-offset:-3392px}.iti__tj{--iti-flag-offset:-3408px}.iti__tk{--iti-flag-offset:-3424px}.iti__tl{--iti-flag-offset:-3440px}.iti__tm{--iti-flag-offset:-3456px}.iti__tn{--iti-flag-offset:-3472px}.iti__to{--iti-flag-offset:-3488px}.iti__tr{--iti-flag-offset:-3504px}.iti__tt{--iti-flag-offset:-3520px}.iti__tv{--iti-flag-offset:-3536px}.iti__tw{--iti-flag-offset:-3552px}.iti__tz{--iti-flag-offset:-3568px}.iti__ua{--iti-flag-offset:-3584px}.iti__ug{--iti-flag-offset:-3600px}.iti__us{--iti-flag-offset:-3616px}.iti__uy{--iti-flag-offset:-3632px}.iti__uz{--iti-flag-offset:-3648px}.iti__va{--iti-flag-offset:-3664px}.iti__vc{--iti-flag-offset:-3680px}.iti__ve{--iti-flag-offset:-3696px}.iti__vg{--iti-flag-offset:-3712px}.iti__vi{--iti-flag-offset:-3728px}.iti__vn{--iti-flag-offset:-3744px}.iti__vu{--iti-flag-offset:-3760px}.iti__wf{--iti-flag-offset:-3776px}.iti__ws{--iti-flag-offset:-3792px}.iti__xk{--iti-flag-offset:-3808px}.iti__ye{--iti-flag-offset:-3824px}.iti__yt{--iti-flag-offset:-3840px}.iti__za{--iti-flag-offset:-3856px}.iti__zm{--iti-flag-offset:-3872px}.iti__zw{--iti-flag-offset:-3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution: 2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}.iti{--iti-path-flags-1x:url("https://studymind.co.uk/assets/flags-Cx4r8tdH.webp");--iti-path-flags-2x:url("https://studymind.co.uk/assets/flags@2x-CiSx7kJd.webp");--iti-path-globe-1x:url("data:image/webp;base64,UklGRvoBAABXRUJQVlA4TO4BAAAvE8AEENXIkiRZtZu7H33ql07cqTlilvbz9i4tosSMZma27zWzHRGyIEk2bcu2bdvGn23btm3btm3btm0/m5PqAEkLTYYwxTPAW84Tl6wNgmvIqptKKH9nYAr4xle+TML/BDI2LSg6QHKT/nngE4+ZMIUePUGeTvly+YoV8F1DtkGUzlfst2LUKTX6PaWZeMWiDqN6PgcciGa2boYPmxlR5bIIL5l6RVyDYMXmY1f10pGb7PmAN6sRTBTN3N9C9Zi/LbVhlL+Oo2M7RxoE/a4+/nDjeBrSVwtGYXGGMIrUbJzCU1LgFftP9K1hkpOXmBim30cIJ1hgOkSwMhYCMgmaw7rXcfT5/wQcFhrcuaOEBuq5ytYblLPBEhV0Aq/ZqcDn/6RUDgrUL0/0UZgK/p+rR8/4nZAqFfuXA6TbtFQyJSe4gpj6T19a5q+HLEkox0mlWXvbIGbuJw28fkozjybhT5oXHNY4py5rH1CflcyeB1fId9wXDAvFmz/8m6AE/8TgYzEVGoRMCKUhND7PQho7jGo1utkdV559cm3llGFs3sxBZrmGbEExop91jyfg5G7BmCCi6evNaSDFBrG3vyaRNzt+HJ9kQpVbgj+xFUoNgr3abxqGfH3WfQq9lp5UZPRW74ZbFgpq+EGo67dUAQ==");--iti-path-globe-2x:url("data:image/webp;base64,UklGRlwFAABXRUJQVlA4TE8FAAAvJ8AJEEfHKJIkKdmcgvjj3wwill7QwKhtJEnOnIDmv/zJLAdGbSNJcuYENP/lT2Y5OGwjSZHmtL3wTFl9tp8SM/9xz47Ctm2b7mnwDggKFNd77jgHyxhIYVvLQBDEHEBKRQBIOXzQpAhiBQCIAMaIAACHhAQHIMFhhRkSRt1hlRIYDAZDhiE3CVrBS2gFkZGRYdA6mjQQBYAv6yOZSVAQCoPWMCWBIBQKwtCCUBANFARBlChBfPCG/dZUjxJECYJQECU+KGFQEC1YdN/NSUNRTDm4osQBGUwFjDFCBOYRo9QWxAmPlKQECRERMbVLCZapZ0owSrnz3hb6/P8auL9vAwr7/xeS5EV9q2sWU2vbtjla27Zt28akprq6a3bPtm2np87eJIvePUzd9fvoXkT0fwK4Vwdo8t6qyQW+O7Tn4k7NAdvi/jMR0fGpwhglhZBKm3B0pzvg3JcDrUuMEn7SDaUIRTLhhqb/AbDvw+bbJToMEq5QflFfv+QhJVPxcmkm/Ih9TzZfFxk/CJUnP7zMykJqnhsqQ51M6tTv2Pdgc/GKCuKmaI96HlhVAJy4vWVWWgRSfYJ9l4jv+4aB0F15Td3kH1YW4DiMnEJHGSaFOoOdw4LxOhCqPTf0JvLys6I8Wv/9BeeuhEkZfE+UZfNSOumqT+CArgHwbBHZw+ZB00AGeiYxIKKudH2zDxg97VK7FxdO6+9Pmt3l4J/bZR58rtyEOY6dtdhcMbPh2jsyNKr3mNnDy+c8Pig0od5wGXakg7DYgYgfU5648s0fC0Ljv9SigQVrHwUafXVgmNE92zBBBeYjsHn5L6Emz/6776EnxwJUsqKADMDmq8fG/T16fujr7lhknhheLG4PPwFD15IXs2xWFWBZVj4ndDW+fDItPRncssi75Fxv/iHQQL2PDbkg4k/zP/BfgfR1axxy59PM/IYdsypZWUCUiTlck2/zTz4fm3LzqkNlxxnzW+A4fK4vkbNrIbn7bgVoKn3djQu90krrllynQ1g7v2rpjUYsfeR6tdLSaqV5w5fR6E5+k8BVT/0aqqSXDAdV4wvpCplTCJnbFTLb9dTEHjoQQiTMC7Ah3PPuwbffOfD+xP4d3s7uMGDC+wcOvrs7kVKTZ6m4EMIVfn1O61JyrnuU3EM3A3znefrp142f5cnmnDXNyXecPFYUYNt2pVUlvot//qWFDszz9aTrCuGpQVX4Wn+KAw6rCrAgw/eqLZXQVQfmXZ5QnnCF2wrwdlJ5F8DhC1MP/itRnhv+wmHji7hpT+x0tekziRw7jxUF2LZznX3xOydH3e5fVhYWO5QOlClPzYFX9EMD65P9bBHZ16fLq7dHfrlal5vO2LxuKkTcfABvjZDxwsWvf9hs7pCv2ry5cowvB2/8iosq5YraWHw7JCxLyaAWZPoUrilMaRMKo8WwpQv0z2AXqnLzLA42H5gKEVcTuM76RfDtpVrzh9b5oTp0e5SI+Topy78hAzFm6QqRMN2gugNYLH0EoHF6Pyw3vm+OYQMRlwPpCd+sAep/WQ1OPGZZ13lO0ugpE0+m1xGRbdNKe67wzTN3Nouw3yfw03WH+nrnqUAnEul5YOXA5o20L4SnAiXjoX6f7Pm6RIeBl14EGe4a8VLad4UnvZTwysxR2DtOumEiUOpliLi7FWNb2vOEK4QQnnyoIav+Ko9XhGbUF1gZ7tWKcVBLX+T05HkOGmn0iA4WjsW9Ww6ny3WiTAjhyd41WWfGrv4sAof7t/l+ppGJlFeR7oBVr4kF2BYP0oYjDxsZpjuTsQDHsXjAUYxrrwwe9gGWRRRZ3CcA")}form button.iti__selected-country{border-top-left-radius:.7em;border-bottom-left-radius:.7em;overflow:hidden}form button.iti__selected-country:hover{background:unset}.iti__dropdown-content{font-size:18px;border-radius:.7em}.iti__country-list{font-size:.75em}.iti__search-input{padding:1em;border-radius:.7em}.iti__search-input:focus{border-color:#15b6a4;outline:0;box-shadow:0 0 0 .25rem inset rgba(13,110,253,.25)}.iti__selected-dial-code{font-size:18px;color:#222}.iti__country-name{color:#222}.lesson-plan{--preview-border-color:#fff;--container-box-shadow:0 0 1.4em rgba(0,0,0,.15);--base-box-shadow-color:"";--bg-color:#f5f5f5;--bg-gradient:#f5f5f5;--button-bg:#f5f5f5;--button-color:#212529;--h3-size:1.2rem;--tab-navigation-display:none;--tab-content-display:flex;--tab-content-active-display:flex;--course-content-display:flex;--c-description-display:block;--c-lessons-selectors:flex;--preview-padding:1.2em 1.5em;--summary-display:flex;--stats-display:none;--lessons-container-display:none;font-size:16px;padding:40px 0}.lesson-plan .--yellow{--button-bg:#ffd60a;--preview-border-color:#404040;--base-box-shadow-color:rgba(255,214,10,.25);--bg-color:rgba(255,214,10,.2);--bg-gradient:linear-gradient(137deg,rgba(255,209,148,.2),rgba(209,144,60,.2))}.lesson-plan .--red{--button-color:#fff;--button-bg:#ff3b30;--base-box-shadow-color:rgba(255,59,48,.25);--bg-color:rgba(255,94,98,.2);--bg-gradient:linear-gradient(137deg,rgba(255,153,102,.2),rgba(255,94,98,.2))}.lesson-plan .--lightblue{--button-color:#fff;--button-bg:#0c817b;--base-box-shadow-color:rgba(12,129,123,.25);--bg-color:rgba(12,129,123,.2);--bg-gradient:linear-gradient(137deg,rgba(182,251,255,.2),rgba(131,163,212,.2))}.lesson-plan .--green{--button-color:#fff;--button-bg:#007d19;--base-box-shadow-color:rgba(0,125,25,.25);--bg-color:rgba(0,125,25,.25);--bg-gradient:linear-gradient(137deg,rgba(0,176,155,.2),rgba(150,201,61,.2))}.lesson-plan .--purple{--button-color:#fff;--button-bg:#bf5af9;--base-box-shadow-color:rgba(191,90,249,.25);--bg-color:rgba(191,90,249,.25);--bg-gradient:rgba(191,90,249,.25)}.lesson-plan .--blue{--button-color:#fff;--button-bgr:#0040df;--base-box-shadow-color:rgba(0,64,223,.25);--bg-color:rgba(0,64,223,.25);--bg-gradient:linear-gradient(to right,rgba(0,179,219,.2),rgba(0,132,176,.2))}@media (min-width: 769px){.lesson-plan{--tab-content-display:none;--tab-navigation-display:flex;--lessons-container-display:flex;--preview-padding:2em;--h3-size:1.5rem;--summary-display:none;--stats-display:flex}}@media (max-width: 768px){.lesson-plan{--c-description-display:none;--c-lessons-selectors:none}}.lesson-plan .container{gap:40px}.lesson-plan h2.title{text-align:center;font-size:1.875rem;line-height:1.3;color:#91278d;margin:0}.lesson-plan .tab-navigation{display:var(--tab-navigation-display);flex-direction:row;justify-content:space-evenly;align-items:center;gap:1em}.lesson-plan .tab-navigation .tab-control{font-size:1.1rem;font-weight:700;display:flex;padding:1em 2em;border:none;border-radius:.5em;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-color:#efefef;color:#212529;cursor:pointer}.lesson-plan .tab-navigation .tab-control.active{background-color:var(--button-bg);color:var(--button-color)}.lesson-plan .tab-navigation .tab-control:focus{outline:none;box-shadow:0 0 0 .25rem var(--base-box-shadow-color)}.lesson-plan .tab-navigation .tab-control:not(.active):hover{background-color:var(--bg-color)}.lesson-plan .tab-content{display:var(--tab-content-display)}.lesson-plan .tab-content.active{display:var(--tab-content-active-display)}.lesson-plan .course{border-radius:1em;position:relative;width:100%;margin-left:auto;margin-right:auto;display:flex;gap:2em;color:#404040}.lesson-plan .course.active{--course-content-display:flex;--c-description-display:block;--c-lessons-selectors:flex}@media (max-width: 768px){.lesson-plan .course:after{content:"";position:absolute;bottom:0;left:50%;display:block;height:2em;width:2em;transform:translate(-50%,50%);border-radius:50%;border:3px solid #fff;background-color:var(--button-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'24\' height=\'24\' fill=\'%23fff\'%3E%3Cpath d=\'M16.5,10.5h-3v-3a1.5,1.5,0,0,0-3,0v3h-3a1.5,1.5,0,0,0,0,3h3v3a1.5,1.5,0,0,0,3,0v-3h3a1.5,1.5,0,0,0,0-3Z\'/%3E%3C/svg%3E");background-position:center;background-size:contain}.lesson-plan .course.active:after{content:none}}.lesson-plan .course .course-content{width:100%;display:var(--course-content-display);flex-direction:column;overflow:hidden;border-radius:1em;flex:2.5;box-shadow:var(--container-box-shadow)}.lesson-plan .course .preview{width:100%;padding:var(--preview-padding);background:var(--bg-color);background:var(--bg-gradient)}.lesson-plan .course .preview .description{display:var(--c-description-display);margin-top:1.2em;padding-top:1.2em;border-top:1px solid var(--preview-border-color)}.lesson-plan .course .header{display:flex;align-items:center;justify-content:space-between}.lesson-plan .course .header .h3{font-size:var(--h3-size);margin:0}.lesson-plan .course .header .summary{display:var(--summary-display);flex-direction:column;align-items:flex-end;margin-left:1.2rem;font-size:.7rem;line-height:1;font-weight:500}.lesson-plan .course .header .summary .label{font-size:2rem}.lesson-plan .course .header svg{fill:currentColor;height:1.2em;width:1.2em;margin-right:.5rem}.lesson-plan .course .header .stats{display:var(--stats-display);flex-direction:column;gap:.5em;font-size:.9em}.lesson-plan .course .header .stats-item{display:flex;align-items:center}.lesson-plan .course .header .stats-item span.label{font-size:2.5rem}.lesson-plan .lessons-selector{padding:var(--preview-padding);display:var(--c-lessons-selectors);flex-direction:column;gap:1.5em}.lesson-plan .lessons-selector.--list .lessons-list{display:block;column-count:2}.lesson-plan .lessons-selector.--group{display:grid;grid-template-columns:1fr 1fr}.lesson-plan .lessons-selector.--group .lessons-list{display:flex;flex-direction:column}.lesson-plan .lesson-group{display:flex;flex-direction:column;gap:1em}.lesson-plan .lesson-control{display:flex;justify-content:flex-start;line-height:1.6;width:100%;background-color:transparent;color:inherit;border:none;text-align:left;cursor:pointer;font-size:.9em;padding:.25em .8em;border-radius:.2em;margin-top:5px}.lesson-plan .lesson-control:first-child{margin-top:0}.lesson-plan .lesson-control.active{background:var(--bg-color);background:var(--bg-gradient)}.lesson-plan .lesson-control:hover{background:#f5f5f5}@media (min-width: 769px){.lesson-plan .lesson-control{padding:.25rem .5rem}}.lesson-plan .lesson-control .number{flex:0 1 5.5em;width:5.5em}.lesson-plan .lesson-control .name{flex:1;font-weight:500}.lesson-plan .lessons-container{display:var(--lessons-container-display);flex:1;padding:2em 0}.lesson-plan .lesson{display:none;flex-direction:column;border-radius:1em;padding:2em;width:100%;background:var(--bg-color);background:var(--bg-gradient)}.lesson-plan .lesson.active{display:flex}.lesson-plan .lesson .title{font-size:1.2em;font-weight:500}.lesson-plan .lesson .description{margin-top:1.5rem;font-size:.875em;margin-bottom:auto}.lesson-plan .lesson img{display:block;margin:auto;border-radius:.5em;margin:1rem auto auto;cursor:zoom-in}.lesson-plan .lesson .btn{margin-top:1em}.iti{--iti-path-flags-1x:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/static/flags/flags.webp");--iti-path-flags-2x:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/static/flags/flags@2x.webp");--iti-path-globe-1x:url("https://studymind.co.uk/wp-content/themes/studymind/static/flags/globe.webp");--iti-path-globe-2x:url("https://studymind.co.uk/wp-content/themes/studymind/static/flags/globe@2x.webp")}.grecaptcha-badge{visibility:hidden}.glider ::-webkit-scrollbar,.glider::-webkit-scrollbar{display:none}.visually-hidden{position:absolute;position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.form-control .wpcf7-form-control-wrap{display:flex;flex-direction:column;align-items:stretch;align-content:flex-start;justify-content:flex-start;margin-top:0;margin-bottom:0;padding-right:0 !important}form button,form input[type="button"],form input[type="submit"]{cursor:pointer;background-color:#15b6a4;border:0;outline:none;font-size:1em;text-align:center;text-transform:uppercase;font-weight:bold;color:#fff;font-weight:600;display:block;border-radius:.7em;padding-top:.8em;padding-bottom:.8em;padding-left:1.5em;padding-right:1.5em;margin:0 auto;transition:.2s}form button:hover,form input[type="button"]:hover,form input[type="submit"]:hover{background-color:#118a7c}form button:focus,form input[type="button"]:focus,form input[type="submit"]:focus{background-color:#118a7c;box-shadow:0 0 0 .25rem rgba(13,110,253,25%)}form input[type="submit"]:disabled{pointer-events:none;filter:grayscale(1)}.home form input[type="submit"]{background-color:#e94067;transition:all .3s cubic-bezier(.25,.8,.25,1);background-image:linear-gradient(to right,#e94067 0%,#662d8e 100%);background-size:200% auto}.home form input[type="submit"]:hover{background-color:#662d8e;background-position:right center}.single-subject form input[type="button"],.single-subject form input[type="submit"]{background-color:var(--cta-color);border:1px solid var(--cta-color)}.single-subject form input[type="button"]:hover,.single-subject form input[type="button"]:focus,.single-subject form input[type="submit"]:hover,.single-subject form input[type="submit"]:focus{background-color:white;color:var(--cta-color)}.hero-text input[type="submit"],.questions input[type="submit"]{background-color:#fd9326}.hero-text input[type="submit"],.questions input[type="submit"]{background-color:white;color:#fd9326}.hero-text input[type="submit"]:hover,.questions input[type="submit"]:hover{background-color:#fff;color:#fd9326}#popmake-634 .book-online input[type="submit"],#popmake-652 .book-online input[type="submit"]{background-color:#a6ee34}.book-online input[type="submit"],.book-online .next{background-color:#35144f;box-shadow:0 0 .521vw rgba(0,0,0,.2)}.cta-form input[type="submit"]{background-color:#add45a;transform:translateY(6vw)}.book-online input[type="submit"]{background-color:#ed2678}.contact-form .gform_wrapper .gform_footer input[type="submit"]{background-color:#e76684}.book-online input[type="submit"]{background-color:#ff957f;box-shadow:0 0 .521vw rgba(0,0,0,.2)}form input[type="checkbox"],form input[type="radio"]{width:1em;height:1em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:.25em;cursor:pointer}form input[type="radio"]{border-radius:50%}input[type="checkbox"]:checked,input[type="radio"]:checked{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");background-color:#9c27b0;border-color:#9c27b0}input[type="checkbox"]:checked.nitro-lazy,input[type="radio"]:checked.nitro-lazy{background-image:none !important}input:checked[type="radio"]{background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e")}input:checked[type="radio"].nitro-lazy{background-image:none !important}form select{display:block;width:100%;padding:.8em 1em;font-size:1rem;font-weight:400;line-height:1.5;color:#444;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em .75em;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.25);border-radius:.7em}form select.nitro-lazy{background-image:none !important}input[type="search"],form input.wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit),form .form-control .wpcf7-textarea{font-size:1em;color:#444;padding-top:.8em;padding-bottom:.8em;padding-left:1em;padding-right:1em;width:100%;border:1px solid rgba(0,0,0,.25);border-radius:.7em;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type="search"]:focus,.wpcf7-form-control input[type="checkbox"]:focus,.wpcf7-form-control:focus,form .form-control .wpcf7-textarea:focus{outline:none;box-shadow:0 0 0 .25rem rgba(13,110,253,25%)}form input.wpcf7-not-valid.wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit){border-color:#dc3545 !important}form input.wpcf7-not-valid.wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit):focus{box-shadow:0 0 0 .25rem rgba(220,53,69,25%)}.wpcf7-not-valid-tip{margin-top:.25rem;font-size:.7em;color:#dc3545;width:100%}form .acceptance{font-size:.7em}.wpcf7-acceptance .wpcf7-list-item{margin:0 0 0 0}form .acceptance label{display:flex;width:100%;align-items:center}form .acceptance label input{margin-right:1em}.wpcf7 form .wpcf7-response-output{margin:1em 0 0 0;font-size:.8em;padding:1rem 2rem;text-align:center;border-radius:.3em}.wpcf7 form.init .wpcf7-response-output{margin:0 0 0 0}.simple-page_content{max-width:calc(90.625vw + 2em);width:100%;padding-left:1em;padding-right:1em;margin-left:auto;margin-right:auto}.grecaptcha-badge{visibility:hidden}@media (max-width: 768px){iframe#tidio-chat-iframe{inset:auto 0px 80px auto !important}}.scroll-progress{display:none}@media (min-width: 1000px){.scroll-progress{position:fixed;display:none;top:0;width:100%;height:.3vw;background:linear-gradient(to right,#e94067 .15%,#662d8e 100%);z-index:20;margin:0;transition:all .3s ease}.scroll-progress--visible{display:block}}.top-line{width:100%;height:4px;background:linear-gradient(to right,#e94067 .15%,#662d8e 100%);opacity:.79;margin:0;position:absolute;bottom:0;left:-4.6875vw;width:95.3125vw}.why_choose_list,.trustpilot_rating,.courses-title,.cta-form.mobile{display:none}@media (max-width: 1000px){.cta-form.mobile,.pink-slider{display:block}html.active,html.active body{overflow:hidden;position:fixed}#courses{display:none}.mobile-banner .banner-content .mobile-text-content > img{display:none}.mobile-banner .banner-content .mobile-text-content a img{display:inline-block;width:19px;vertical-align:middle;margin-left:14px}.why_choose_list,.trustpilot_rating,.courses-title{display:block}.mobile-banner{padding-top:3rem;background-repeat:no-repeat;background-size:100% 45%}.mobile-banner .banner-content .text-content h1{font-size:28px;font-weight:normal;margin-bottom:.5rem;margin-top:.6rem;line-height:1.4}.mobile-banner .banner-content .banner-image img{height:auto}.mobile-banner .mobile-text-content{margin-top:0}.banner .banner-content .text-content a{font-size:16px;border:0;font-weight:bold;padding:.7rem 1rem .6rem 1rem;box-shadow:5px 5px 20px 0px rgba(0,0,0,.19);border-radius:10px;display:block;width:215px;margin-left:auto;margin-right:auto;margin-bottom:3rem}.site-branding,.nav-toggle{z-index:1000}.mobile-banner .banner-text{color:#7c7979;font-family:"Poppins",sans-serif;width:100%}.mobile-banner .banner-text h4{font-size:18px;margin-top:0;padding:0 5px}.mobile-banner .banner-text p{font-size:14px;font-weight:bold;margin-bottom:0;margin-top:40px;overflow:hidden}.why_choose_list{background:#fafafa;padding:1.5rem 0rem 2.3rem}.why_choose_list ul{list-style-type:none;padding-left:0;margin:0 auto;width:200px}.why_choose_list ul li{position:relative;font-family:"Poppins",sans-serif;color:#7c7979;padding-left:1.5rem;margin-bottom:.5rem;font-size:12px}.why_choose_list ul li:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;background:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/tick.svg") 0 0 no-repeat}.why_choose_list h2{text-align:center;color:#8f278b;margin-bottom:1.8rem;font-size:20px;font-family:"Poppins",sans-serif}.trustpilot_rating{display:flex;background:#fafafa}.trustpilot_rating .col-50{width:50%}.trustpilot_rating .col-50:last-child{width:50%;font-family:"Poppins",sans-serif;color:#7c7979;display:flex;flex-wrap:wrap;font-size:12px;align-content:center}.trustpilot_rating strong{color:#eb5d60}.trustpilot_rating p{margin:0;width:145px;margin:0 auto;text-align:left}.trustpilot_rating img{width:100%;height:100%}.courses-title{text-align:center;padding:2rem 0rem 1.5rem;font-family:"Poppins",sans-serif;color:#7c7979;line-height:1.8;font-size:13px}.courses-title h3{color:#8f278b;font-size:20px;margin-top:0;margin-bottom:1rem}.cta-form{margin-top:3.5rem;overflow:hidden}.tutor-banner-mobile{background-size:cover;background-position:50% 100%;position:relative;z-index:100}.exam_board_images{margin-top:1.5rem}.exam_board_images img{display:inline-block;height:36px;border-radius:30px;border:2px solid #fff;margin:0 1px}.mobile-image-below-banner{margin-top:0;z-index:0;position:relative;top:-10px}.mobile-image-content{background:#f0f0f0;padding-top:7rem;position:relative}.mobile-image-content p{font-family:"Poppins",Arial,sans-serif;font-size:13px;position:absolute;width:100%;top:30px;padding:0 1rem}.mobile-image-below-banner .mobile-image-content img{width:100%;height:auto;display:block}.single-subject .tutor-banner-mobile h1{margin-top:3rem}.get-started{width:250px;margin:0 auto;color:#fff;font-family:"Poppins",Arial,sans-serif;display:block;border-radius:100px;text-decoration:none;margin-bottom:1rem;margin-top:5px;text-align:center;padding:5px}.get-started .btn-inner{border-radius:100px;padding:.5rem 1rem;display:block}.get-started:visited{color:#fff}.whatsapp-contact{margin-top:0}.single-subject .whatsapp-button{box-shadow:none;border:0;font-size:14px}.single-subject .whatsapp-button img{margin-left:10px}.mobile-image-below-banner .slides-wrapper{left:0px;right:4px;top:calc(100% - 73.5vw);margin:0 auto;width:64%;height:40.5vw;position:absolute}.mobile-image-below-banner .slides-wrapper img{width:100%;height:100%}.mobile-slider-bottom-text{font-family:"Poppins",Arial,sans-serif;font-size:13px;padding-bottom:70px;background:url("https://cdn-ilcgdmp.nitrocdn.com/ZNZGaPUCQqgkHHGdlFKJfPiIeULNhire/assets/images/optimized/rev-9a00879/studymind.co.uk/wp-content/themes/studymind/img/dots.svg") 50% 100% no-repeat;background-size:2.1%;margin-bottom:1rem}.mobile-slider-bottom-text.nitro-lazy{background:none !important}.accordion{background:#f7f7f7}.accordion .item > .inner{overflow:hidden;display:none}.accordion .item{margin:.5em 0}.accordion a.toggle{width:100%;display:block;background:#fafafa;padding:1.5rem;border-radius:.15em;transition:background .3s ease;position:relative;font-family:"Poppins",Arial,sans-serif;text-decoration:none;color:#7c7979;font-size:14px;font-weight:bold}.accordion a:hover{background:#eaeaea}.accordion a.toggle img{width:12px;position:absolute;right:1rem;top:1.4rem}.accordion a.toggle.active img{transform:rotate(90deg);margin-right:5px}.pink-slider .monitor-display{width:80%;height:52.635417vw}.accordion .tutoring-details #mobile-tutor-profile-1 h3{margin-top:3rem}.accordion .mobile-step{text-align:center}.accordion .getting-started .mobile-steps .mobile-step .head img{position:absolute;width:45px;height:50px;margin:0 auto;left:0;right:0;top:-1.5rem;display:block}.accordion .getting-started .mobile-steps .mobile-step{position:relative;padding-top:2rem;height:auto;box-shadow:0px 5px 32px 0px rgba(0,0,0,.1)}.accordion .getting-started .mobile-steps *{text-align:center !important}.accordion .getting-started .mobile-steps p{display:block;width:100%}.accordion .getting-started-below-text{font-family:"Poppins",Arial,sans-serif;font-size:14px;color:#828282}.accordion .getting-started-below-text b{color:#23af30}.accordion .reviews{padding-top:2rem}.accordion .faqs h2{margin-top:0rem}.accordion .faqs .faq{margin:0;padding-left:2rem;padding-right:2rem;width:100%}.reviews .left-arrow{margin-left:1rem}.reviews .right-arrow{margin-right:1rem}.reviews .left-arrow,.reviews .right-arrow{width:15px;bottom:38%}.cta-form
		.mobile-form
		.gform_wrapper
		.gf-studymind
		.gform_body
		.page-1
		.gform_page_fields
		.gform_fields
		.field-3
		img.arrow{margin:0 auto;width:95%;height:auto;margin-top:1.5rem}.slider-below-text{background:#2b346b;font-family:"Poppins",Arial,sans-serif;color:#fff;text-align:center;padding:2rem 3rem;font-size:13px}.accordion .selection-icons{min-height:136px;width:100%;margin:0 auto;text-align:center;border-bottom:0;margin-top:1rem;overflow:hidden;padding:0}.accordion .pink-slider .selection-icons > div{position:absolute;display:none;background:transparent !important;margin:0 auto;text-align:center;width:100%}.accordion .pink-slider .selection-icons > div p{color:#fff;font-size:14px}.accordion .pink-slider .selection-icons > div p br{display:none}.accordion .selection-icons > div.selected{display:block}.accordion .pink-slider .selection-icons > div img{display:inline-block !important;height:auto;height:70px}.accordion .pink-slider .monitor-display .slide{width:92%;height:auto;position:absolute;left:calc(70 / 1920 * 100vw);top:calc(50 / 1920 * 100vw);overflow:hidden}.accordion .pink-slider{padding-bottom:2rem}.cta-form .gf-studymind .gform_body .page-1 .field-4{left:0 !important}}#tutor-banner .banner-content .rll-youtube-player img{height:auto !important}.book-call-form,.book-call-form *{box-sizing:border-box;margin:0}.book-call-form{flex:1;display:flex;justify-content:flex-end;align-items:center;font-size:1.35vw;box-sizing:border-box}.book-call-form__wrapper{width:35vw;padding:5vw;background:#fff;border-radius:.9378vw;position:relative;box-shadow:0 0 1.563vw rgba(0,0,0,30%);margin-top:3.5vw;display:flex;justify-content:center;flex-direction:column}.book-call-form__wrapper form{display:flex;flex-direction:column;position:relative}.book-call-form select.wpcf7-form-control,.book-call-form
	input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not(
		[type="submit"]
	):not([type="button"]){border-color:transparent;background-color:#f3f3f3}.book-call-form input[type="submit"]{margin:0 auto;min-width:50%}.book-call-form__wrapper form > .form-control:not(:last-child){margin-bottom:1em}.book-call-form__wrapper form.init > .form-control.submit{margin-bottom:0}.book-call-form .form-control .wpcf7-spinner{display:none}.ui.dimmer.active:not(.modals) .wpcf7-spinner{visibility:visible}.form-icon,.book-call-form__wrapper::before{content:"";display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 50 50\' width=\'50px\' height=\'50px\'%3E%3Cpath d=\'M 44.376953 5.9863281 C 43.889905 6.0076957 43.415817 6.1432497 42.988281 6.3144531 C 42.565113 6.4845113 40.128883 7.5243408 36.53125 9.0625 C 32.933617 10.600659 28.256963 12.603668 23.621094 14.589844 C 14.349356 18.562196 5.2382813 22.470703 5.2382812 22.470703 L 5.3046875 22.445312 C 5.3046875 22.445312 4.7547875 22.629122 4.1972656 23.017578 C 3.9185047 23.211806 3.6186028 23.462555 3.3730469 23.828125 C 3.127491 24.193695 2.9479735 24.711788 3.015625 25.259766 C 3.2532479 27.184511 5.2480469 27.730469 5.2480469 27.730469 L 5.2558594 27.734375 L 14.158203 30.78125 C 14.385177 31.538434 16.858319 39.792923 17.402344 41.541016 C 17.702797 42.507484 17.984013 43.064995 18.277344 43.445312 C 18.424133 43.635633 18.577962 43.782915 18.748047 43.890625 C 18.815627 43.933415 18.8867 43.965525 18.957031 43.994141 C 18.958531 43.994806 18.959437 43.99348 18.960938 43.994141 C 18.969579 43.997952 18.977708 43.998295 18.986328 44.001953 L 18.962891 43.996094 C 18.979231 44.002694 18.995359 44.013801 19.011719 44.019531 C 19.043456 44.030655 19.062905 44.030268 19.103516 44.039062 C 20.123059 44.395042 20.966797 43.734375 20.966797 43.734375 L 21.001953 43.707031 L 26.470703 38.634766 L 35.345703 45.554688 L 35.457031 45.605469 C 37.010484 46.295216 38.415349 45.910403 39.193359 45.277344 C 39.97137 44.644284 40.277344 43.828125 40.277344 43.828125 L 40.310547 43.742188 L 46.832031 9.7519531 C 46.998903 8.9915162 47.022612 8.334202 46.865234 7.7402344 C 46.707857 7.1462668 46.325492 6.6299361 45.845703 6.34375 C 45.365914 6.0575639 44.864001 5.9649605 44.376953 5.9863281 z M 44.429688 8.0195312 C 44.627491 8.0103707 44.774102 8.032983 44.820312 8.0605469 C 44.866523 8.0881109 44.887272 8.0844829 44.931641 8.2519531 C 44.976011 8.419423 45.000036 8.7721605 44.878906 9.3242188 L 44.875 9.3359375 L 38.390625 43.128906 C 38.375275 43.162926 38.240151 43.475531 37.931641 43.726562 C 37.616914 43.982653 37.266874 44.182554 36.337891 43.792969 L 26.632812 36.224609 L 26.359375 36.009766 L 26.353516 36.015625 L 23.451172 33.837891 L 39.761719 14.648438 A 1.0001 1.0001 0 0 0 38.974609 13 A 1.0001 1.0001 0 0 0 38.445312 13.167969 L 14.84375 28.902344 L 5.9277344 25.849609 C 5.9277344 25.849609 5.0423771 25.356927 5 25.013672 C 4.99765 24.994652 4.9871961 25.011869 5.0332031 24.943359 C 5.0792101 24.874869 5.1948546 24.759225 5.3398438 24.658203 C 5.6298218 24.456159 5.9609375 24.333984 5.9609375 24.333984 L 5.9941406 24.322266 L 6.0273438 24.308594 C 6.0273438 24.308594 15.138894 20.399882 24.410156 16.427734 C 29.045787 14.44166 33.721617 12.440122 37.318359 10.902344 C 40.914175 9.3649615 43.512419 8.2583658 43.732422 8.1699219 C 43.982886 8.0696253 44.231884 8.0286918 44.429688 8.0195312 z M 33.613281 18.792969 L 21.244141 33.345703 L 21.238281 33.351562 A 1.0001 1.0001 0 0 0 21.183594 33.423828 A 1.0001 1.0001 0 0 0 21.128906 33.507812 A 1.0001 1.0001 0 0 0 20.998047 33.892578 A 1.0001 1.0001 0 0 0 20.998047 33.900391 L 19.386719 41.146484 C 19.35993 41.068197 19.341173 41.039555 19.3125 40.947266 L 19.3125 40.945312 C 18.800713 39.30085 16.467362 31.5161 16.144531 30.439453 L 33.613281 18.792969 z M 22.640625 35.730469 L 24.863281 37.398438 L 21.597656 40.425781 L 22.640625 35.730469 z\'/%3E%3C/svg%3E");background-color:var(--cta-color);background-position:40% 50%;background-repeat:no-repeat;height:7vw;width:7vw;border:.25vw solid #fff;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.home .book-call-form__wrapper::before{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 50 50\' width=\'50px\' height=\'50px\'%3E%3Cpath d=\'M 44.376953 5.9863281 C 43.889905 6.0076957 43.415817 6.1432497 42.988281 6.3144531 C 42.565113 6.4845113 40.128883 7.5243408 36.53125 9.0625 C 32.933617 10.600659 28.256963 12.603668 23.621094 14.589844 C 14.349356 18.562196 5.2382813 22.470703 5.2382812 22.470703 L 5.3046875 22.445312 C 5.3046875 22.445312 4.7547875 22.629122 4.1972656 23.017578 C 3.9185047 23.211806 3.6186028 23.462555 3.3730469 23.828125 C 3.127491 24.193695 2.9479735 24.711788 3.015625 25.259766 C 3.2532479 27.184511 5.2480469 27.730469 5.2480469 27.730469 L 5.2558594 27.734375 L 14.158203 30.78125 C 14.385177 31.538434 16.858319 39.792923 17.402344 41.541016 C 17.702797 42.507484 17.984013 43.064995 18.277344 43.445312 C 18.424133 43.635633 18.577962 43.782915 18.748047 43.890625 C 18.815627 43.933415 18.8867 43.965525 18.957031 43.994141 C 18.958531 43.994806 18.959437 43.99348 18.960938 43.994141 C 18.969579 43.997952 18.977708 43.998295 18.986328 44.001953 L 18.962891 43.996094 C 18.979231 44.002694 18.995359 44.013801 19.011719 44.019531 C 19.043456 44.030655 19.062905 44.030268 19.103516 44.039062 C 20.123059 44.395042 20.966797 43.734375 20.966797 43.734375 L 21.001953 43.707031 L 26.470703 38.634766 L 35.345703 45.554688 L 35.457031 45.605469 C 37.010484 46.295216 38.415349 45.910403 39.193359 45.277344 C 39.97137 44.644284 40.277344 43.828125 40.277344 43.828125 L 40.310547 43.742188 L 46.832031 9.7519531 C 46.998903 8.9915162 47.022612 8.334202 46.865234 7.7402344 C 46.707857 7.1462668 46.325492 6.6299361 45.845703 6.34375 C 45.365914 6.0575639 44.864001 5.9649605 44.376953 5.9863281 z M 44.429688 8.0195312 C 44.627491 8.0103707 44.774102 8.032983 44.820312 8.0605469 C 44.866523 8.0881109 44.887272 8.0844829 44.931641 8.2519531 C 44.976011 8.419423 45.000036 8.7721605 44.878906 9.3242188 L 44.875 9.3359375 L 38.390625 43.128906 C 38.375275 43.162926 38.240151 43.475531 37.931641 43.726562 C 37.616914 43.982653 37.266874 44.182554 36.337891 43.792969 L 26.632812 36.224609 L 26.359375 36.009766 L 26.353516 36.015625 L 23.451172 33.837891 L 39.761719 14.648438 A 1.0001 1.0001 0 0 0 38.974609 13 A 1.0001 1.0001 0 0 0 38.445312 13.167969 L 14.84375 28.902344 L 5.9277344 25.849609 C 5.9277344 25.849609 5.0423771 25.356927 5 25.013672 C 4.99765 24.994652 4.9871961 25.011869 5.0332031 24.943359 C 5.0792101 24.874869 5.1948546 24.759225 5.3398438 24.658203 C 5.6298218 24.456159 5.9609375 24.333984 5.9609375 24.333984 L 5.9941406 24.322266 L 6.0273438 24.308594 C 6.0273438 24.308594 15.138894 20.399882 24.410156 16.427734 C 29.045787 14.44166 33.721617 12.440122 37.318359 10.902344 C 40.914175 9.3649615 43.512419 8.2583658 43.732422 8.1699219 C 43.982886 8.0696253 44.231884 8.0286918 44.429688 8.0195312 z M 33.613281 18.792969 L 21.244141 33.345703 L 21.238281 33.351562 A 1.0001 1.0001 0 0 0 21.183594 33.423828 A 1.0001 1.0001 0 0 0 21.128906 33.507812 A 1.0001 1.0001 0 0 0 20.998047 33.892578 A 1.0001 1.0001 0 0 0 20.998047 33.900391 L 19.386719 41.146484 C 19.35993 41.068197 19.341173 41.039555 19.3125 40.947266 L 19.3125 40.945312 C 18.800713 39.30085 16.467362 31.5161 16.144531 30.439453 L 33.613281 18.792969 z M 22.640625 35.730469 L 24.863281 37.398438 L 21.597656 40.425781 L 22.640625 35.730469 z\'/%3E%3C/svg%3E"),linear-gradient(to right,#e94067 0%,#662d8e 100%)}.book-call-form__wrapper h3{display:block;text-align:center;margin-bottom:1rem}.book-call-form__wrapper h3{color:var(--main-color)}.book-call-form__wrapper h3 span{color:var(--cta-color)}.book-call-form__label{display:inline-block;font-size:1vw;font-weight:bold;margin:0 auto 1rem;padding:.5em 1.5em .4em;border:1px solid var(--main-color);color:var(--main-color);border-radius:1.4em}.step-form-wrapper .actual-form-hidden{display:none}.step-form-wrapper .input-wrapper{display:flex;flex-direction:column;align-items:center}.step-form-wrapper .next-button,.step-form-wrapper .choise-buttons span.next-button{background:#663396;color:white;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;height:2.7vw;width:8vw;font-size:1vw;border-radius:3vw;margin-top:2vw;cursor:pointer;padding:0;transition:.2s}.step-form-wrapper .next-button:hover,.step-form-wrapper .choise-buttons span.next-button:hover{transform:scale(.95)}.step-form-wrapper .submit-form{cursor:pointer;background:#663396;display:flex;align-items:center;justify-content:center;color:white;width:10vw;height:2.8vw;border-radius:4vw;margin-top:1.5vw;font-size:1vw;transition:.2s}.step-form-wrapper .submit-form:hover{transform:scale(.95)}.step-form-wrapper .close-form::before{content:"";height:3px;width:1vw;background:#333;position:absolute;transform:rotate(45deg);border-radius:2vw}.step-form-wrapper .close-form::after{content:"";height:3px;width:1vw;background:#333;position:absolute;transform:rotate(-45deg);border-radius:2vw}.step-form-wrapper .step-form{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;position:relative}.step-form-wrapper .h2{text-align:center;font-size:1.4vw;margin-bottom:1rem;color:#333}.step-form-wrapper input{border:0;background:whitesmoke;height:3vw;border-radius:4vw;font-size:1vw;padding:0 1vw;width:100%;box-sizing:border-box}.step-form-wrapper .form-step{display:none;flex-direction:column}.step-form-wrapper .form-step.active{display:flex;align-items:center}.step-form-wrapper .choise-buttons{display:flex;justify-content:space-around;width:90%;flex-wrap:wrap;align-self:center;gap:20px}.step-form-wrapper .choise-buttons span{display:flex;background:whitesmoke;padding:.7vw;width:calc(50% - 10px);font-size:1rem;text-align:center;justify-content:center;border-radius:.25em;border:1px solid #ddd;cursor:pointer;transition:.2s}.step-form-wrapper .choise-buttons span:hover{background-color:#663396;color:#fff}.step-form-wrapper .choise-buttons span.selected{background:#87da40;color:white;font-weight:bold;border-color:#87da40;cursor:default}.step-form-wrapper .form-step textarea{border:0;background:whitesmoke;border-radius:2vw;font-size:1vw;width:24vw;box-sizing:border-box;height:9vw;resize:vertical;padding:.5vw 1vw}.step-form-wrapper .day-buttons{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-around;padding:0 4vw}.step-form-wrapper .day-buttons span{display:flex;align-items:center;justify-content:center;background:whitesmoke;margin-bottom:1vw;border:1px solid #ddd;border-radius:5vw;font-size:.8vw;cursor:pointer;height:2vw;width:10vw;flex:0 42%;transition:.2s}.step-form-wrapper .day-buttons span:hover{transform:scale(.95)}.step-form-wrapper .day-buttons span.disabled,.step-form-wrapper .day-buttons span.disabled:hover{color:#ccc;transform:scale(1);cursor:default}.step-form-wrapper .day-buttons .other-day,.step-form-wrapper .day-buttons .skip-call{background:#663396;color:white;font-weight:bold}.step-form-wrapper .day-buttons .other-days{display:none;flex:0 100%;flex-wrap:wrap;justify-content:space-around}.step-form-wrapper .day-buttons .other-days.active{display:flex}.step-form-wrapper .day-buttons span.selected,.step-form-wrapper .day-buttons span.selected:hover{background:#87da40;color:white;font-weight:bold;border-color:#87da40;cursor:default}.step-form-wrapper .hour-buttons-selector span{background:#9667c1;color:white;display:inline-flex;margin:0 .5vw;width:7vw;height:1.8vw;border-radius:3vw;align-items:center;justify-content:center;font-size:.8vw;cursor:pointer}.step-form-wrapper .hour-buttons-selector span.selected{background:#663396;cursor:default}.step-form-wrapper .hour-buttons{margin-top:1vw;width:100%}.step-form-wrapper .hour-buttons span{flex:0 17%;display:flex;align-items:center;justify-content:center;background:whitesmoke;margin:1vw 0 0 0;border:1px solid #ddd;height:1.8vw;border-radius:21vw;font-size:.8vw;cursor:pointer;transition:.2s}.step-form-wrapper .hour-buttons span:hover{transform:scale(.95)}.step-form-wrapper .hour-buttons span.selected{background:#87da40;color:white;font-weight:bold;cursor:default}.step-form-wrapper .hour-buttons span.disabled,.step-form-wrapper .hour-buttons span.disabled:hover{color:#ccc;cursor:default;transform:scale(1)}.step-form-wrapper .hour-buttons .morning,.step-form-wrapper .hour-buttons .evening{display:none}.step-form-wrapper .hour-buttons .morning.selected,.step-form-wrapper .hour-buttons .evening.selected{display:flex;flex-wrap:wrap;justify-content:space-around}.step-form-wrapper .guardianp{display:block;font-size:1vw;text-align:center}.step-form-wrapper .loading-text{display:none}.step-form-wrapper .loading-text.active{display:block}.step-form-wrapper .loading-text.pulse{animation:pulse 1s infinite}.step-form-wrapper .calldate p,.step-form-wrapper .calltime p,.step-form-wrapper .loading-text.product p{font-size:1vw;text-align:center;margin-top:0}.step-form-wrapper .loading-text.product{text-align:center}.step-form-wrapper .loading-text.product .asp-button{background:#663396;border:none;color:white;font-weight:bold;display:inline-flex;align-items:center;justify-content:center;height:2.7vw;min-width:8vw;font-size:1vw;border-radius:3vw;margin-top:2vw;cursor:pointer;padding:0 1vw;text-decoration:none;transition:.2s}.step-form-wrapper .loading-text.product .asp-button--close{background:#e94067}.step-form-wrapper .loading-text.product .asp-button:hover{transform:scale(.95)}@keyframes pulse{0%{transform:scale(.95)}70%{transform:scale(1.05)}100%{transform:scale(.95)}}@media screen and (max-width: 1200px){.step-form-wrapper .step-form{transform:scale(2)}}@media screen and (max-width: 768px){.step-form-wrapper .step-form{transform:scale(1);height:120vw;width:90vw;border-radius:4.5vw}.step-form-wrapper .h2{font-size:6vw}.step-form-wrapper input{height:12vw;border-radius:12vw;font-size:5vw;padding:0 4vw;width:70vw}.step-form-wrapper .next-button,.step-form-wrapper .choise-buttons span.next-button,.step-form-wrapper .submit-form,.step-form-wrapper .loading-text.product .asp-button{height:10vw;width:36vw;font-size:4vw;border-radius:8vw;margin-top:6vw}.step-form-wrapper .choise-buttons{width:80vw;margin-top:3vw}.step-form-wrapper .choise-buttons span{width:35vw;font-size:4.2vw;margin-bottom:3vw;border-radius:2.5vw;height:10vw;display:flex;align-items:center;justify-content:center}.step-form-wrapper .form-step textarea{border-radius:4vw;font-size:4vw;width:70vw;height:50vw;resize:vertical;padding:1.5vw 3vw}.step-form-wrapper .close-form{height:10vw;width:10vw;border-radius:10vw;right:3vw;top:3vw}.step-form-wrapper .close-form::before,.step-form-wrapper .close-form::after{height:7px;width:6vw}.step-form-wrapper .bursary a{font-size:4vw}.step-form-wrapper .loading-text.product p,.step-form-wrapper .calldate p,.step-form-wrapper .calltime p{font-size:3.5vw}.step-form-wrapper .day-buttons span{margin-bottom:4vw;border-radius:5vw;font-size:4vw;height:10vw;width:19vw;flex:0 47%;text-align:center;line-height:1}.step-form-wrapper .hour-buttons-selector span{width:28vw;height:10vw;border-radius:6vw;font-size:4vw}.step-form-wrapper .hour-buttons span{flex:0 30%;margin:3vw 0 0 0;height:10vw;border-radius:21vw;font-size:4vw}.step-form-wrapper .guardianp{font-size:4vw}}.wpcf7_cta--form-wrapper{min-height:40vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#2b346b;color:white;padding:3em 1em}.wpcf7_cta{margin:auto;max-width:600px;position:relative}.wpcf7_cta--title{grid-area:1/1/2/3;text-align:center;margin:0 0;font-size:1.5em;font-family:"Poppins"}.wpcf7_cta--image-wrapper{grid-area:2/1/3/2;display:flex;flex-direction:column;justify-content:center}.wpcf7_cta--image{height:6em;width:6em;margin:1em auto}.wpcf7_cta--form{grid-area:2/2/3/3}.wpcf7_cta--form p{margin-top:0;display:block;width:100%}.wpcf7_cta--form .form-control.hidden{display:none;flex-wrap:wrap}.wpcf7_cta--form .form-control{display:grid;grid-template-columns:70% auto;grid-template-rows:repeat(2,auto);grid-column-gap:1rem;grid-row-gap:1rem}.wpcf7_cta--form .form-control p{grid-area:1/1/2/3}.wpcf7_cta--form .wpcf7-form-control-wrap{grid-area:2/1/3/2}.wpcf7_cta-step .form-control.submit{grid-area:2/2/3/3}.wpcf7_cta .wpcf7-spinner{display:none}[data-input-value]{font-weight:bold;text-transform:capitalize}@media (min-width: 320px){.wpcf7_cta--form-wrapper{padding:3em 2em}}@media (min-width: 414px){.wpcf7_cta--form-wrapper{padding:3em 3em}}@media (min-width: 768px){.footer__cta-form .wpcf7{max-width:35vw;margin:0 auto}.wpcf7_cta--title{font-size:2em}.wpcf7_cta{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto);grid-column-gap:2rem;grid-row-gap:2rem}.wpcf7_cta--image{height:8vw;width:8vw}}.footer__cta-form{padding:3em 1em;margin-top:12vh;background-color:#663396;background-image:linear-gradient(to left,#e44067 0%,#662d89 100%);color:#fff;text-align:center}.footer__cta-form .divider{width:60%;height:3em;margin:1em auto;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 50 50\' width=\'50px\' height=\'50px\'%3E%3Cpath d=\'M 44.376953 5.9863281 C 43.889905 6.0076957 43.415817 6.1432497 42.988281 6.3144531 C 42.565113 6.4845113 40.128883 7.5243408 36.53125 9.0625 C 32.933617 10.600659 28.256963 12.603668 23.621094 14.589844 C 14.349356 18.562196 5.2382813 22.470703 5.2382812 22.470703 L 5.3046875 22.445312 C 5.3046875 22.445312 4.7547875 22.629122 4.1972656 23.017578 C 3.9185047 23.211806 3.6186028 23.462555 3.3730469 23.828125 C 3.127491 24.193695 2.9479735 24.711788 3.015625 25.259766 C 3.2532479 27.184511 5.2480469 27.730469 5.2480469 27.730469 L 5.2558594 27.734375 L 14.158203 30.78125 C 14.385177 31.538434 16.858319 39.792923 17.402344 41.541016 C 17.702797 42.507484 17.984013 43.064995 18.277344 43.445312 C 18.424133 43.635633 18.577962 43.782915 18.748047 43.890625 C 18.815627 43.933415 18.8867 43.965525 18.957031 43.994141 C 18.958531 43.994806 18.959437 43.99348 18.960938 43.994141 C 18.969579 43.997952 18.977708 43.998295 18.986328 44.001953 L 18.962891 43.996094 C 18.979231 44.002694 18.995359 44.013801 19.011719 44.019531 C 19.043456 44.030655 19.062905 44.030268 19.103516 44.039062 C 20.123059 44.395042 20.966797 43.734375 20.966797 43.734375 L 21.001953 43.707031 L 26.470703 38.634766 L 35.345703 45.554688 L 35.457031 45.605469 C 37.010484 46.295216 38.415349 45.910403 39.193359 45.277344 C 39.97137 44.644284 40.277344 43.828125 40.277344 43.828125 L 40.310547 43.742188 L 46.832031 9.7519531 C 46.998903 8.9915162 47.022612 8.334202 46.865234 7.7402344 C 46.707857 7.1462668 46.325492 6.6299361 45.845703 6.34375 C 45.365914 6.0575639 44.864001 5.9649605 44.376953 5.9863281 z M 44.429688 8.0195312 C 44.627491 8.0103707 44.774102 8.032983 44.820312 8.0605469 C 44.866523 8.0881109 44.887272 8.0844829 44.931641 8.2519531 C 44.976011 8.419423 45.000036 8.7721605 44.878906 9.3242188 L 44.875 9.3359375 L 38.390625 43.128906 C 38.375275 43.162926 38.240151 43.475531 37.931641 43.726562 C 37.616914 43.982653 37.266874 44.182554 36.337891 43.792969 L 26.632812 36.224609 L 26.359375 36.009766 L 26.353516 36.015625 L 23.451172 33.837891 L 39.761719 14.648438 A 1.0001 1.0001 0 0 0 38.974609 13 A 1.0001 1.0001 0 0 0 38.445312 13.167969 L 14.84375 28.902344 L 5.9277344 25.849609 C 5.9277344 25.849609 5.0423771 25.356927 5 25.013672 C 4.99765 24.994652 4.9871961 25.011869 5.0332031 24.943359 C 5.0792101 24.874869 5.1948546 24.759225 5.3398438 24.658203 C 5.6298218 24.456159 5.9609375 24.333984 5.9609375 24.333984 L 5.9941406 24.322266 L 6.0273438 24.308594 C 6.0273438 24.308594 15.138894 20.399882 24.410156 16.427734 C 29.045787 14.44166 33.721617 12.440122 37.318359 10.902344 C 40.914175 9.3649615 43.512419 8.2583658 43.732422 8.1699219 C 43.982886 8.0696253 44.231884 8.0286918 44.429688 8.0195312 z M 33.613281 18.792969 L 21.244141 33.345703 L 21.238281 33.351562 A 1.0001 1.0001 0 0 0 21.183594 33.423828 A 1.0001 1.0001 0 0 0 21.128906 33.507812 A 1.0001 1.0001 0 0 0 20.998047 33.892578 A 1.0001 1.0001 0 0 0 20.998047 33.900391 L 19.386719 41.146484 C 19.35993 41.068197 19.341173 41.039555 19.3125 40.947266 L 19.3125 40.945312 C 18.800713 39.30085 16.467362 31.5161 16.144531 30.439453 L 33.613281 18.792969 z M 22.640625 35.730469 L 24.863281 37.398438 L 21.597656 40.425781 L 22.640625 35.730469 z\'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;position:relative}.footer__cta-form .divider.nitro-lazy{background-image:none !important}.footer__cta-form .divider::before,.footer__cta-form .divider::after{content:"";display:block;width:50%;height:2px;background-color:#fff;border-radius:1px;position:absolute;top:50%}.footer__cta-form .divider::before{left:75%}.footer__cta-form .divider::after{right:75%}.footer__cta-form .form-control h3{font-weight:400;font-family:"Poppins"}@media (min-width: 320px){.footer__cta-form{padding:3em 2em}}@media (min-width: 414px){.footer__cta-form{padding:3em 3em}.footer__cta-form .form-control{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(3,auto);grid-column-gap:1.5rem;grid-row-gap:1.5rem}.footer__cta-form .form-control h3,.footer__cta-form .form-control p{grid-area:1/1/2/3;margin:0 0 0 0}.footer__cta-form .form-control .divider{grid-area:2/1/3/3}}@media (min-width: 820px){.footer__cta-form .wpcf7{max-width:35vw;margin:0 auto}.footer__cta-form .divider{width:40%}.footer__cta-form .form-control h3{font-size:1.5em}}.footer__cta-form .form-control.hidden{display:none}.booking-form,.at-desktop-contact-form{display:flex;justify-content:center;margin-top:15vw;scroll-margin-top:15vw}.at-desktop-contact-form{background:linear-gradient(90deg,var(--main-color),var(--secondary-color))}.booking-form .wrapper,.at-desktop-contact-form .wrapper{position:relative;width:100%;padding:4rem 1rem}.booking-form .form-icon,.at-desktop-contact-form .form-icon{height:6rem;width:6rem;border:.25rem solid #fff}.booking-form h2,.at-desktop-contact-form h2{font-size:2rem;text-align:center;color:#fff;position:relative;margin-bottom:1.8vw;display:flex;align-items:center;justify-content:center}.booking-form h2 span:not([class])::before,.at-desktop-contact-form h2 span:not([class])::before{content:"\A";white-space:pre}.booking-form h2 em,.at-desktop-contact-form h2 em{display:none}.booking-form form,.at-desktop-contact-form form{display:flex;flex-direction:column}.booking-form form .row,.at-desktop-contact-form form .row{display:flex;flex-direction:column;margin-bottom:1em}.booking-form form .row > *:not(:first-child),.at-desktop-contact-form form .row > *:not(:first-child){margin-top:1em}.booking-form .form-control.acceptance,.at-desktop-contact-form .form-control.acceptance{margin-bottom:1em}.booking-form .form-control.submit,.at-desktop-contact-form .form-control.submit{display:flex;justify-content:center}.booking-form .form-control + .form-control{margin-top:1em}.booking-form .wpcf7-checkbox{display:flex;flex-wrap:wrap;gap:.5em 1em;margin-top:.5em;flex-direction:column}.booking-form .wpcf7-checkbox > .wpcf7-list-item{margin:0 !important}.booking-form .wpcf7-checkbox > .wpcf7-list-item label{display:flex;align-content:center}.booking-form .wpcf7-checkbox .wpcf7-list-item-label{margin-left:.5em}.booking-form .form-control.submit .wpcf7-spinner,.at-desktop-contact-form .form-control.submit .wpcf7-spinner{display:none}.booking-form .form-control input.wpcf7-submit,.at-desktop-contact-form .form-control input.wpcf7-submit{width:auto !important;padding-left:2em !important;padding-right:2em !important}@media (min-width: 768px){.booking-form .wrapper,.at-desktop-contact-form .wrapper{position:relative;background:#fff;width:56vw;border-radius:.9378vw;margin-bottom:4vw;box-shadow:0 0 1.563vw rgba(0,0,0,.3);padding:5.21vw;transform:translateY(-6vw)}.booking-form .form-icon,.at-desktop-contact-form .form-icon{height:7vw;width:7vw;border:.25vw solid #fff}.booking-form h2,.at-desktop-contact-form h2{font-size:1.92vw;margin:.3647vw 0;color:var(--main-color);position:relative;margin-bottom:1.8vw}.booking-form h2 span:not([class]),.at-desktop-contact-form h2 span:not([class]){color:var(--secondary-color);text-align:left}.booking-form h2 span:not([class])::before,.at-desktop-contact-form h2 span:not([class])::before{content:none}.booking-form h2 em,.at-desktop-contact-form h2 em{display:inline-flex;font-size:1.1vw;margin-left:1.4vw;border:1px solid var(--main-color);padding:.521vw 1.4588vw;border-radius:1.042vw;text-transform:uppercase;font-style:initial}.booking-form form .row,.at-desktop-contact-form form .row{flex-direction:row;margin-bottom:1em;gap:4em}.booking-form form .row .form-control,.at-desktop-contact-form form .row .form-control{flex:1 1;margin-top:0}.booking-form .wpcf7-checkbox{flex-direction:row}}.asp-payment{display:block;width:100%;padding:2rem 0}.asp-payment .content{padding-left:1.5rem;padding-right:1.5rem;display:flex;flex-direction:column}@media (min-width: 769px){.asp-payment .content{flex-direction:row;max-width:80%;margin:0 auto}}.asp-payment .payment_item_thumbnail{flex:0 50%;display:flex;align-items:center;margin-bottom:2rem}.asp-payment .payment_item_thumbnail img{display:block;margin:auto;width:auto;max-height:40vh;height:auto;max-width:100%;box-shadow:0 0 3rem rgba(0,0,0,.2);border-radius:3rem}.asp-payment .payment_item_ditals{display:flex;flex-direction:column}@media (min-width: 769px){.asp-payment .payment_item_thumbnail{margin-bottom:0;padding-right:4rem}.asp-payment .payment_item_thumbnail img{max-height:60vh}.asp-payment .payment_item_thumbnail,.asp-payment .payment_item_ditals{flex:1 1 50%;min-width:1%}}.asp-payment h1.payment_name{font-size:7.3vw;margin:0 0}.asp-payment .payment_price_container{font-size:12vw;font-weight:600;color:#16b3a2}@media (min-width: 769px){.asp-payment h1.payment_name{font-size:2.6vw;margin:2vw 0 1vw}.asp-payment .payment_price_container{font-size:3.5vw;margin:0}}.asp-payment .payment_buy_button{margin:1.2rem 0}.section-cta--link a,.hero-action--button,.asp-payment .payment_buy_button button{cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);background-size:200% auto;border:0;outline:none;font-size:1em;text-align:center;text-transform:uppercase;font-weight:bold;color:#fff;display:block;border-radius:.7em;padding-top:.8em;padding-bottom:.8em;padding-left:1.5em;padding-right:1.5em;margin:0 auto;transition:.2s}.asp-payment .payment_buy_button button{background-color:#e94067;background-image:linear-gradient(to right,#e94067 0%,#662d8e 100%)}.asp-payment .payment_buy_button button:hover{background-color:#662d8e;background-position:right center}@media (min-width: 768px){.asp-payment .payment_buy_button{order:4}.asp-payment .payment_buy_button button{font-size:1.5rem}}.asp-payment .payment_description{font-size:18px;color:#333}.section-cta-text{display:flex;align-items:center;min-height:25vw;padding-top:3rem;padding-bottom:3rem;color:#fff;background:linear-gradient(-90deg,var(--main-color),var(--secondary-color))}.section-cta-text .cta-content{padding-left:1.5em;padding-right:1.5em;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.section-cta-text .section-cta--link a{text-decoration:none;background:#fff;color:var(--main-color)}.section-cta-text .section-cta--link a:hover{background-color:#ddd;transform:translateY(-.3em)}.section-cta-text .section-cta--title{margin-top:0;margin-bottom:2rem}.section-cta-text .section-cta--text{margin-bottom:2rem}@media (min-width: 768px){.section-cta-text .cta-content{max-width:70%;margin-left:auto;margin-right:auto}.section-cta-text .section-cta--title{max-width:50%;font-size:2.25vw}.section-cta-text .section-cta--link,.section-cta-text .section-cta--text{font-size:1.2vw}}.bug-report-form form{max-width:700px}.grid-form form{display:flex;flex-direction:column}.grid-form form > *{margin-bottom:1.5rem}.grid-form form > *:last-child{margin-bottom:0}.grid-form form .row{display:flex;flex-direction:column}.grid-form form .row > .col{margin-bottom:1.5rem}.grid-form form .row > .col:last-child{margin-bottom:0}@media (min-width: 700px){.grid-form form .row{flex-direction:row}.grid-form form .row > .col{margin-bottom:0;margin-right:1.5rem;flex:1 1 50%;max-width:50%}.grid-form form .row > .col:last-child{margin-right:0rem}}.report-an-issue-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:99;display:none;align-items:center;padding:.6em 1.2em;border-radius:1.5em;background-color:#35144f;transition:all .3s cubic-bezier(.25,.8,.25,1);background-image:linear-gradient(to right,#c334c3 0%,#662d8e 100%);background-size:200% auto;background-position:right center;text-decoration:none;font-size:.9rem;box-shadow:0 0 1.563vw rgba(0,0,0,30%)}@media (min-width: 769px){.report-an-issue-btn{display:flex}}.report-an-issue-btn,.report-an-issue-btn:visited{color:#fff}.report-an-issue-btn:hover{background-color:#662d8e;background-position:left center}.report-an-issue-btn .icon{display:block;height:1em;width:1em;margin-right:.4em;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23fff\' d=\'M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\'/%3E%3C/svg%3E")}.report-an-issue-btn .icon.nitro-lazy{background-image:none !important}.footer-contact{display:flex;flex-direction:column;margin-top:2.5rem;color:#666}@media (min-width: 769px){.footer-contact{margin-top:28.2vw}}.footer-contact .left img{display:none}.footer-contact h2{width:100%;padding:1em;font-size:4.4vw;text-align:center;background-color:#e2e2e2}.footer-contact h2 span{font-size:.7em}@media (max-width: 768px){.footer-contact h2{color:#666}}.footer-contact .accordion{height:96vw;overflow-y:scroll}.footer-contact .accordion{padding:0 2rem;font-size:3.4vw;line-height:1.7}.footer-contact .accordion-item{margin-bottom:2em;padding-bottom:1em;border-bottom:1px solid #eee}.footer-contact .accordion-item:last-child{margin-bottom:0;border-bottom:none}.footer-contact .accordion-item p:first-child{margin-top:0}.footer-contact .accordion-item p:last-child{margin-bottom:0}.footer-contact .accordion-item p a{color:#663396;transition:opacity .35s ease-in-out}.footer-contact .accordion-item p a:hover{opacity:.9}.footer-contact .accordion-item p a:valid{color:#3e1e5e}.footer-contact .right h3{font-size:1em;margin-top:0;margin-bottom:1em;color:#02969a}.footer-contact .bottom-content{padding:20em 1em 0;width:100%}.footer-contact .bottom-content h3{font-size:3.2504vw;margin-top:0;margin-bottom:1.742vw;text-align:center}.footer-contact .bottom-links{display:flex;justify-content:center;font-size:1.5rem}.footer-contact .bottom-links a{display:block;margin:.5em;transition:all .3s ease}.footer-contact .bottom-links a:hover{transform:scale(1.2)}.footer-contact .bottom-links img{display:block;height:1em;width:auto;max-width:100%}@media (min-width: 768px){.footer-contact{flex-direction:row;flex-wrap:wrap;align-items:flex-end;width:72%;margin:2.7613vw auto}.footer-contact .left,.footer-contact .right{flex:0 50%}.footer-contact h2{font-size:2.5008vw;text-align:left;padding:0;margin-top:0;background:transparent}.footer-contact h2 span{color:#666}.footer-contact .left img{display:block;width:29.5407vw;margin-top:.6252vw}.footer-contact .accordion{height:29.176vw}.footer-contact .accordion{padding:0 2rem;font-size:.8336vw}.footer-contact .bottom-content{padding-top:4.168vw}.footer-contact .bottom-content h3{color:#888;font-size:1.2504vw;line-height:1.8}}.ns_dotnav{display:none;flex-direction:column;align-items:flex-end;padding:1rem;position:fixed;right:0;top:50%;transform:translateY(-50%)}@media (min-width: 769px){.ns_dotnav{display:flex}}.ns_dotnav-item{font-size:0;color:rgba(0,0,0,.6);background:#dedede;display:flex;justify-content:center;align-items:center;padding:.35rem;border:none;border-radius:50%;cursor:pointer;overflow:hidden;transition:.2s}.ns_dotnav-item:hover{background:#f0f0f0;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ns_dotnav-item + .ns_dotnav-item{margin-top:.75rem}.ns_dotnav:hover .ns_dotnav-item{font-size:15px;padding:.5em .8em;border-radius:.5em}.ns_dotnav:hover .ns_dotnav-item:not(.current){background:#f5f5f5}.ns_dotnav-item.current{background:#ed2678;color:#fff;font-weight:bold}.ui.placeholder{position:static;overflow:hidden;-webkit-animation:placeholderShimmer 2s linear;animation:placeholderShimmer 2s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#fff;background-image:linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);background-size:1200px 100%;max-width:30rem}@-webkit-keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}@keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}.hero--default{background-image:linear-gradient(66.85deg,rgba(143,39,139,25%) 0%,rgba(202,31,111,25%) 39%,rgba(229,0,32,25%) 100%);text-align:center;padding:5rem 0 2rem}@media (min-width: 768px){.hero--default{padding:2rem}}.hero--default h1{font-weight:500}.hero--default h1 span{font-weight:600}.searchform{display:flex;flex-direction:column}.searchform .row{display:flex}.searchform .input{border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}.searchform .button{border-bottom-left-radius:0;border-top-left-radius:0}.searchform .button.filter-trigger{border-radius:0;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-left:0}@media (max-width: 767px){.searchform .button{padding:1rem;font-size:1.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media (min-width: 768px){.searchform .input{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23545969\' d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z\'/%3E%3C/svg%3E");padding-left:2.5em;background-position:.9em 50%;background-repeat:no-repeat;background-size:1em}.searchform .input.nitro-lazy{background-image:none !important}}.searchform .button .inner-text{display:none}.searchform .button .icon{display:block;height:1em;width:1em;background-size:contain;background-position:center;background-repeat:no-repeat}.icon-search{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\'%3E%3Cpath fill=\'%23ffffff\' d=\'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z\'/%3E%3C/svg%3E")}.icon-search.nitro-lazy{background-image:none !important}.icon-filter{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\' width=\'512\' height=\'512\' fill=\'%23444\'%3E%3Cpath d=\'M1,4.75H3.736a3.728,3.728,0,0,0,7.195,0H23a1,1,0,0,0,0-2H10.931a3.728,3.728,0,0,0-7.195,0H1a1,1,0,0,0,0,2ZM7.333,2a1.75,1.75,0,1,1-1.75,1.75A1.752,1.752,0,0,1,7.333,2Z\'/%3E%3Cpath d=\'M23,11H20.264a3.727,3.727,0,0,0-7.194,0H1a1,1,0,0,0,0,2H13.07a3.727,3.727,0,0,0,7.194,0H23a1,1,0,0,0,0-2Zm-6.333,2.75A1.75,1.75,0,1,1,18.417,12,1.752,1.752,0,0,1,16.667,13.75Z\'/%3E%3Cpath d=\'M23,19.25H10.931a3.728,3.728,0,0,0-7.195,0H1a1,1,0,0,0,0,2H3.736a3.728,3.728,0,0,0,7.195,0H23a1,1,0,0,0,0-2ZM7.333,22a1.75,1.75,0,1,1,1.75-1.75A1.753,1.753,0,0,1,7.333,22Z\'/%3E%3C/svg%3E")}.icon-filter.nitro-lazy{background-image:none !important}@media (min-width: 768px){.searchform .button .inner-text{display:initial}.searchform .button .icon-search{display:none}}.filter-container--hidden{display:none}.searchform .radiogroup{margin-top:1rem;gap:1em;flex-wrap:wrap}.searchform .radiogroup-item{display:flex;align-items:center}.searchform .radiogroup-item label{margin-left:.5em}.search-result{padding:1rem 0;margin-top:1.5rem}.search-result .item + .item{margin-top:1rem}.search-result .item--search{font-size:.9rem;border:1px solid #e3e8ee;border-radius:.5rem;padding:.5rem .8rem;transition:box-shadow .2s ease-in-out;cursor:default}.search-result .item--search:hover{box-shadow:0 0 0 1px rgba(50,50,93,.01),0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.02)}.search-result .image{display:none}.search-result .item--search .content{flex:1 1 100%}@media (min-width: 768px){.search-result .item--search{padding:.8rem 1rem;display:flex;flex-direction:row}.search-result .image{display:block;width:4rem;flex:1 0 4rem;margin-right:1rem}.search-result .image img{max-width:100%;height:4rem;width:4rem;object-fit:cover;object-position:25% 25%;border-radius:.3rem}}.search-result .item--search .title{color:#8f278b;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;display:block;width:100%}.search-result .description{margin-top:1rem}.search-result .item--search p{margin:0}.search-result .item--search p + p{margin-top:1em}.content.content--none{display:flex;flex-direction:column;padding:1rem}.content.content--none .image{height:100px;width:unset;margin:0 auto 1rem;opacity:1}.content.content--none .image svg{max-width:100%;height:100%;margin:auto}.content.content--none .description{text-align:center}.content.content--none .description p{margin:0}.pagination{display:flex;width:100%;padding:1rem 0;align-items:center;justify-content:center;gap:.5em}.pagination .page-numbers{display:flex;padding:.3em .8em;text-decoration:none;background-color:transparent;outline:none;transition:all .3s;background-color:transparent;border:1px solid transparent;border-radius:6px;color:#404040;cursor:default}.pagination a.page-numbers{cursor:pointer}.pagination a.page-numbers:hover{background-color:rgba(0,0,0,.06)}.pagination .current{background-color:rgba(143,39,139,25%);font-weight:500}.text-block{display:flex;justify-content:center;text-align:center;font-size:1rem;padding:1rem}.text-block h2{color:var(--main-color);font-size:2.25em;margin-top:2.9rem}.text-block p{font-size:1.2em;margin-top:1.7em;line-height:1.6;color:#666}@media (min-width: 769px){.text-block h2{margin-top:5.9rem}.text-block p{width:48vw}}.text-block em{font-style:normal;font-weight:600;color:var(--secondary-color)}.section--reviews-slider{width:100%;font-size:18px;padding:1em}@media (min-width: 769px){.section--reviews-slider{font-size:1.2vw}}.section--reviews-slider h2.title{font-size:2.5rem}.section--reviews-slider .slider:not(.slick-slider){display:grid;grid-template-columns:1fr 1fr 1fr}.section--reviews-slider .slick-track{display:flex;align-items:stretch}.section--reviews-slider .slide-item{padding:.5em .75em 1em;height:auto}.section--reviews-slider .review{display:flex;flex-direction:column;padding:2rem;border-radius:.7em;background-color:#fff;height:100%;box-shadow:0 .3em .7em 0 rgba(0,0,0,30%)}.section--reviews-slider .review-header{display:flex;align-items:center;margin-bottom:1em}.section--reviews-slider .review-title{display:block;padding-left:1em;font-weight:bold}.section--reviews-slider .review-header img{border-radius:50%;width:60px;height:60px}@media (min-width: 769px){.section--reviews-slider .review-header img{width:3.2vw;height:3.2vw}}.section--reviews-slider .review-body{font-size:.8em;margin-bottom:auto;color:#666;font-weight:100}.section--reviews-slider .review-body p{text-align:left}.section--reviews-slider .review-body p:first-child{margin-top:0}.section--reviews-slider .review-body p:last-child{margin-bottom:0}.section--reviews-slider .review-footer{margin-top:1em;display:flex}.section--reviews-slider .icon{display:block;height:1.5em;width:1.5em;background-repeat:no-repeat;background-size:contain;background-position:center}.section--reviews-slider .icon--star{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'%3E%3Cpath fill=\'%23f4c01e\' d=\'M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\'/%3E%3C/svg%3E")}.section--reviews-slider .icon--star.nitro-lazy{background-image:none !important}.section--reviews-slider .icon--star-inactive{background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 576 512\'%3E%3Cpath fill=\'%23e0e0e0\' d=\'M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\'/%3E%3C/svg%3E")}.section--reviews-slider .icon--star-inactive.nitro-lazy{background-image:none !important}.section--reviews-slider .slick-dots{list-style:none;margin:0 auto;padding:1em;display:flex;justify-content:center}.section--reviews-slider .slick-dots li + li{margin-left:.5em}.section--reviews-slider .slick-dots button{background-color:#e0e0e0;border:none;font-size:0;color:transparent;padding:.4rem 2rem 0;border-radius:.2rem}.section--reviews-slider .slick-dots .slick-active button{background-image:linear-gradient(to right,#e94067 0%,#662d8e 100%)}.section--reviews-slider .bottom{display:flex;justify-content:center;margin-top:2rem}.section--reviews-slider .bottom a{text-decoration:none;cursor:pointer;transition:.2s}.section--reviews-slider .bottom a:hover{transform:scale(1.05)}.section--reviews-slider .bottom img{height:13vw}.section--reviews-slider .bottom > *{margin-left:2rem}.section--reviews-slider .bottom > :first-child{margin-left:0}@media (min-width: 769px){.section--reviews-slider .bottom img{height:4.1vw}}.content_form--wrapper,.content_banner--wrapper{display:flex;align-content:center;justify-content:center;align-items:center;padding-top:2em;padding-left:.5em;padding-right:.5em;padding-bottom:2em;font-size:1rem}.content_banner{width:100%;padding:1em 1.5em;box-shadow:0 .3em 1em 0 rgba(0,0,0,11%);border-radius:.5em;transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer}.content_banner:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.content_banner .image{display:flex;align-content:center;justify-content:center;align-items:center}.content_banner .image img{border-radius:.5em;display:block;margin:auto;max-width:100%;height:auto}.content_banner .image + .content{margin-top:1em}.content_banner .content{display:flex;flex-direction:column}.content_banner .content > *:not(:last-child){margin-bottom:1rem}.content_form .header,.content_banner .header{font-size:1.5em;font-weight:500}.content_banner .content{font-size:1em}.content_banner .extra{display:flex;flex-direction:row;align-content:center;justify-content:space-between;align-items:center}.content_banner .button{display:flex;padding:.3em 1em;border:none;border-radius:1.1em;background-color:#ed2678;color:white;font-weight:600;text-decoration:none;transition:all .2s}.content_banner .button:hover{background-color:#ee7688}.content_banner .price{font-weight:600;font-size:1.2em}@media (min-width: 768px){.content_form .header,.content_banner .header{font-size:2em}.content_banner{display:flex;flex-direction:row;align-content:center;align-items:center}.content_banner .image{flex:1 1 35%}.content_banner .content{flex:1 1 100%}.content_banner .image + .content{flex:1 1 65%;margin-top:0;margin-left:1em}}.content_form,.content_form *{box-sizing:border-box}.content_form .header{display:block;margin-bottom:.4em}.content_form form{display:flex;flex-direction:column;width:100%;font-size:18px}@media (min-width: 768px){.content_form form{max-width:35vw;font-size:1.35vw}}.content_form .form-control{margin-bottom:1em;position:relative}.content_form .form-control label{display:none}.content_form .form-control input.wpcf7-form-control,.content_form .form-control select.wpcf7-form-control{width:100%;background:#f3f3f3;border-radius:.5em;padding:.8em 1.2em;font-size:inherit;color:#666;border:1px solid transparent;transition:.2s}.content_form .wpcf7-not-valid-tip{font-size:.7em;margin-top:.5em}.content_form .wpcf7 form .wpcf7-response-output{margin:0 0 0 0;font-size:.8em;padding:1rem 2rem;text-align:center;border-radius:.5em}.content_form .wpcf7-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0}.tutor-list.tutor-list--content{font-size:18px}.glider-container{position:relative;margin:1em -1em}@media (min-width: 768px){.tutor-list.tutor-list--content:not(.glider){display:grid;grid-template-columns:1fr 1fr;gap:2em;font-size:1.1vw}.tutor-list.tutor-list--content .list-item{margin-top:0}}.tutor-list--content.glider .list-item{padding:1em 1em}.tutor-list--content .tutor-card{display:flex;flex-direction:column;text-decoration:none;color:#333;transition:all .2s;box-shadow:0 .5em 1em rgba(0,0,0,.05),0 .5em .5em rgba(0,0,0,.02);height:100%}.tutor-list--content .tutor-card:hover{transform:translateY(-.2em);box-shadow:0 1em 1em rgba(0,0,0,.1),0 .5em .5em rgba(0,0,0,.08)}@media (max-width: 769px){.tutor-list--content .tutor-card{margin-top:0;height:auto}}@media (min-width: 768px){.tutor-list--content .tutor-card{height:100%}}.tutor-list.tutor-list--content .item-photo,.tutor-list.tutor-list--content .item-content{width:100%}@media (max-width: 768px){.tutor-list.tutor-list--content .item-photo{margin-top:0}}.tutor-list.tutor-list--content .tutor-card .item-content .controls{display:flex;font-size:.9em;margin-top:1em}@media (min-width: 769px){.tutor-list.tutor-list--content .item-photo{padding:0}.tutor-list.tutor-list--content .photo{display:block}}.tutor-list--content .tagline{display:none}@media (min-width: 769px){.tutor-list--content .tagline{font-size:.8em;display:block;position:absolute;bottom:0;left:0;width:100%;padding:2em .5em .8em;color:#fff;background-image:linear-gradient(0deg,#663395 10%,rgba(102,51,149,0) 90%);border-radius:.5em}.tutor-list--content .tutor-card .item-photo .status{display:flex;top:0;right:0;left:unset;bottom:unset;width:max-content;font-size:.8em;transform:translate(14px,12px);border-bottom-right-radius:0}.tutor-list--content .item-photo .status::after{position:absolute;content:"";top:100%;left:auto;right:0;background-color:transparent !important;width:0;height:0;border-style:solid;border-width:14px 14px 0 0;border-color:transparent;border-top-color:inherit}.tutor-list--content .tutor-card .item-header{flex-direction:column;font-size:1.2em}.tutor-list--content .tutor-card .statistic{margin-top:1.2em;font-size:.8em}}.glider-container .glider-pagination{position:static;display:flex;gap:.2em;max-width:100%;margin:0 auto;padding:1em}@media (min-width: 768px){.glider-container .glider-pagination{width:70%}}.glider-container .glider-pagination--track .glider-dot{flex:1}.glider-container .glider-next,.glider-container .glider-prev{position:absolute;top:50%;width:1em;height:1em;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#663395}.glider-container .glider-next svg,.glider-container .glider-prev svg{height:100%;width:100%}@media (max-width: 769px){.glider-container .glider-next{right:-.2em}.glider-container .glider-prev{left:-.2em}}