{"title":"MyTeacher Time for 3–4 People","description":"\u003cstyle\u003e\n.mt-wrap{\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 12px 18px 38px;\n  line-height: 1.8;\n  color: #1f2937;\n  font-family: inherit;\n  font-size: 17px;\n}\n\n.mt-wrap,\n.mt-wrap h1,\n.mt-wrap h2,\n.mt-wrap h3,\n.mt-wrap p,\n.mt-wrap li,\n.mt-wrap a,\n.mt-wrap span,\n.mt-wrap div,\n.mt-wrap strong{\n  font-family: inherit !important;\n}\n\n.mt-hero{\n  position: relative;\n  overflow: hidden;\n  border-radius: 28px;\n  padding: 34px 26px 26px;\n  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 45%, #fff8ef 100%);\n  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);\n  border: 1px solid rgba(148, 163, 184, 0.16);\n}\n\n.mt-hero h1{\n  margin: 0 0 10px;\n  font-size: clamp(32px, 4.6vw, 52px);\n  line-height: 1.08;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.mt-sub{\n  margin: 0 0 18px;\n  font-size: clamp(19px, 2.2vw, 27px);\n  line-height: 1.45;\n  color: #334155;\n  font-weight: 700;\n  max-width: 900px;\n}\n\n.mt-intro{\n  margin: 0 0 18px;\n  font-size: 18px;\n  color: #334155;\n  max-width: 900px;\n}\n\n.mt-card{\n  background: rgba(255,255,255,0.66);\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);\n  border-radius: 22px;\n  padding: 18px 18px;\n  margin: 18px 0 0;\n}\n\n.mt-card p{\n  margin: 0;\n  font-size: 18px;\n  color: #1e293b;\n  font-weight: 700;\n}\n\n.mt-pill-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 18px 0 0;\n}\n\n.mt-pill{\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 10px 16px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 16px;\n  color: #334155;\n  background: rgba(255,255,255,0.72);\n  border: 1px solid rgba(148, 163, 184, 0.18);\n  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);\n}\n\n.mt-pill.blue{ background: #e9f3ff; }\n.mt-pill.purple{ background: #f2ebff; }\n.mt-pill.gold{ background: #fff4e5; }\n.mt-pill.green{ background: #eaf8ef; }\n.mt-pill.pink{ background: #fff0f3; }\n\n.mt-button-row{\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin: 22px 0 0;\n}\n\n.mt-btn{\n  display: inline-block;\n  text-decoration: none !important;\n  text-align: center;\n  font-weight: 800;\n  font-size: 18px;\n  line-height: 1.2;\n  padding: 16px 22px;\n  border-radius: 16px;\n  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;\n}\n\n.mt-btn:hover{\n  transform: translateY(-1px);\n  opacity: 0.96;\n}\n\n.mt-btn.primary{\n  background: linear-gradient(135deg, #1f3c88 0%, #2747a8 100%);\n  color: #ffffff !important;\n  box-shadow: 0 16px 34px rgba(31, 60, 136, 0.25);\n}\n\n.mt-btn.secondary{\n  background: #ffffff;\n  color: #1f3c88 !important;\n  border: 1px solid rgba(31, 60, 136, 0.16);\n  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);\n}\n\n.mt-section{\n  margin: 28px 0 0;\n}\n\n.mt-section h2{\n  margin: 0 0 10px;\n  font-size: clamp(24px, 3vw, 34px);\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: #0f172a;\n}\n\n.mt-section p{\n  margin: 0 0 14px;\n  font-size: 17px;\n  color: #334155;\n}\n\n.mt-grid{\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n  margin: 18px 0 0;\n}\n\n.mt-box{\n  background: #ffffff;\n  border-radius: 22px;\n  padding: 20px;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);\n}\n\n.mt-box h3{\n  margin: 0 0 8px;\n  font-size: 22px;\n  line-height: 1.2;\n  color: #0f172a;\n}\n\n.mt-box p{\n  margin: 0;\n  color: #475569;\n  font-size: 16px;\n}\n\n.mt-list{\n  margin: 12px 0 0;\n  padding-left: 20px;\n}\n\n.mt-list li{\n  margin: 0 0 10px;\n  color: #334155;\n  font-size: 16px;\n}\n\n.mt-note{\n  margin-top: 20px;\n  padding: 16px 18px;\n  border-radius: 18px;\n  background: #f8fbff;\n  border: 1px solid rgba(148, 163, 184, 0.16);\n  color: #475569;\n  font-size: 15px;\n}\n\n@media (max-width: 900px){\n  .mt-grid{\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 640px){\n  .mt-wrap{\n    padding: 8px 10px 30px;\n    font-size: 16px;\n  }\n\n  .mt-hero{\n    padding: 24px 16px 20px;\n    border-radius: 22px;\n  }\n\n  .mt-sub{\n    font-size: 19px;\n  }\n\n  .mt-intro,\n  .mt-card p,\n  .mt-section p,\n  .mt-list li{\n    font-size: 16px;\n  }\n\n  .mt-btn{\n    width: 100%;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mt-wrap\"\u003e\n\u003csection class=\"mt-hero\"\u003e\n\u003ch1\u003e\n\u003cstrong\u003eMyTeacher Time\u003c\/strong\u003e for 3–4 People\u003c\/h1\u003e\n\u003cp class=\"mt-sub\"\u003eA small-group way to learn English \u003cbr\u003e— for three or four people.\u003c\/p\u003e\n\u003cp class=\"mt-intro\"\u003eThis option works especially well for friends, siblings, classmates, coworkers, or family members who want a more interactive English experience while still keeping the group small and personal.\u003c\/p\u003e\n\u003cdiv class=\"mt-card\"\u003e\n\u003cp\u003eWith 3–4 people, lessons stay focused and flexible while giving everyone more energy, more speaking variety, and more chances to learn from one another.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-pill-row\"\u003e\n\u003cspan class=\"mt-pill blue\"\u003e3–4 people\u003c\/span\u003e \u003cspan class=\"mt-pill purple\"\u003eSmall-group learning\u003c\/span\u003e \u003cspan class=\"mt-pill gold\"\u003eOnline or in person\u003c\/span\u003e \u003cspan class=\"mt-pill green\"\u003eFlexible scheduling\u003c\/span\u003e \u003cspan class=\"mt-pill pink\"\u003eShared time document\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-button-row\"\u003e\n\u003ca href=\"https:\/\/rosscline.com\/appointment\" class=\"mt-btn primary\"\u003eMake an Appointment\u003c\/a\u003e \u003ca href=\"https:\/\/rosscline.com\/register\" class=\"mt-btn secondary\"\u003eRegister First\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003eWhy choose the 3–4 people option?\u003c\/h2\u003e\n\u003cp\u003eThis is often the sweet spot between private lessons and larger group classes. It gives each learner real speaking time, but it also creates the kind of natural interaction that helps English feel more alive and less forced.\u003c\/p\u003e\n\u003cdiv class=\"mt-grid\"\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eMore interaction\u003c\/h3\u003e\n\u003cp\u003eLearners can respond to more than just the teacher. They also hear different voices, different ideas, and different ways of speaking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eStill personal\u003c\/h3\u003e\n\u003cp\u003eThe group is small enough that lessons can still be adjusted to the needs, level, and goals of the people in it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eBetter value\u003c\/h3\u003e\n\u003cp\u003eSharing the lesson with three or four people can make high-quality English coaching more affordable while keeping the experience strong.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt-box\"\u003e\n\u003ch3\u003eGreat for confidence\u003c\/h3\u003e\n\u003cp\u003eSmall groups often help learners feel more relaxed, because they are speaking with familiar people instead of being put on the spot alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003eWho is this best for?\u003c\/h2\u003e\n\u003cul class=\"mt-list\"\u003e\n\u003cli\u003eFriends who want to learn together\u003c\/li\u003e\n\u003cli\u003eBrothers and sisters or family members\u003c\/li\u003e\n\u003cli\u003eClassmates preparing for school, travel, or life abroad\u003c\/li\u003e\n\u003cli\u003eCoworkers who want practical speaking practice together\u003c\/li\u003e\n\u003cli\u003eAnyone who prefers a warm, social learning atmosphere\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt-section\"\u003e\n\u003ch2\u003eHow it works\u003c\/h2\u003e\n\u003cp\u003eBy purchasing one of the packages in this collection, you are choosing \u003cstrong\u003eMyTeacher Time for 3–4 People\u003c\/strong\u003e. Before starting, it is best to first \u003ca href=\"https:\/\/rosscline.com\/register\"\u003e\u003cstrong\u003eregister\u003c\/strong\u003e\u003c\/a\u003e or book a \u003ca href=\"https:\/\/rosscline.com\/appointment\"\u003e\u003cstrong\u003evirtual appointment\u003c\/strong\u003e\u003c\/a\u003e so scheduling and learning goals can be discussed clearly.\u003c\/p\u003e\n\u003cdiv class=\"mt-note\"\u003eThese packages are designed for a shared small-group format. A time document can be created to help keep the schedule, progress, and lesson use organized clearly for the group.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","products":[{"product_id":"myteacher30hrs3-4people","title":"30-Hour Private English Lesson Package for 3–4 People","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        Private Group Package\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        30-Hour Private English Lesson Package for 3–4 People\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        A flexible English lesson package for \u003cstrong\u003e3–4 people\u003c\/strong\u003e, with up to\n        \u003cstrong\u003e8 months (245 days)\u003c\/strong\u003e to use your hours.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      30 Total Hours\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      For 3–4 People\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Up to 8 Months\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Private Scheduling Plan\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      Before You Purchase\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Register first or book a\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        virtual meeting\n      \u003c\/a\u003e\n      to discuss scheduling needs.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Make sure you have received the\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        Time Document\n      \u003c\/a\u003e\n      used for scheduling.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      You can also\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        register here\n      \u003c\/a\u003e\n      before purchasing.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      What’s Included\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003e30 private lesson hours\u003c\/strong\u003e for one group booking\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFor 3–4 people\u003c\/strong\u003e learning together\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFlexible scheduling\u003c\/strong\u003e over up to 8 months\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003ePrivate arrangement process\u003c\/strong\u003e based on your availability and needs\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher Time Policy\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Payment must be made in full.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        If a suitable schedule cannot be arranged within 2 weeks, a full or prorated refund will be issued depending on usage.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        After the first 4 hours are used, the consultant cannot be changed.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Cancellations made with less than 5 hours’ notice are chargeable.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Email and text requests are valid only after confirmation.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        All hours must be used within 8 months (245 days), or any remaining time will be forfeited.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      Helpful Links\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eRegister\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eBook a Virtual Meeting\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eView Time Document\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"Default Title","offer_id":40300148359216,"sku":"","price":1840.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/products\/a-30-hours-of-online-time-for-3-4-people-674436.jpg?v=1691658055"},{"product_id":"myteacher63hrs3-4people","title":"63-Hour Private English Lesson Package for 3–4 People","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        Private Group Package\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        63-Hour Private English Lesson Package for 3–4 People\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        A flexible English lesson package for \u003cstrong\u003e3–4 people\u003c\/strong\u003e, with up to\n        \u003cstrong\u003e17 months (510 days)\u003c\/strong\u003e to use your hours.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      63 Total Hours\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      For 3–4 People\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Up to 17 Months\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Private Scheduling Plan\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      Before You Purchase\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Register first or book a\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        virtual meeting\n      \u003c\/a\u003e\n      to discuss scheduling needs.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Make sure you have received the\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        Time Document\n      \u003c\/a\u003e\n      used for scheduling.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      You can also\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        register here\n      \u003c\/a\u003e\n      before purchasing.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      What’s Included\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003e63 private lesson hours\u003c\/strong\u003e for one group booking\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFor 3–4 people\u003c\/strong\u003e learning together\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFlexible scheduling\u003c\/strong\u003e over up to 17 months\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003ePrivate arrangement process\u003c\/strong\u003e based on your availability and needs\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher Time Policy\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Payment must be made in full.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        If a suitable schedule cannot be arranged within 2 weeks, a full or prorated refund will be issued depending on usage.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        After the first 4 hours are used, the consultant cannot be changed.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Cancellations made with less than 5 hours’ notice are chargeable.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Email and text requests are valid only after confirmation.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        All hours must be used within 17 months (510 days), or any remaining time will be forfeited.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      Helpful Links\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eRegister\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eBook a Virtual Meeting\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eView Time Document\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"Default Title","offer_id":40300148981808,"sku":"","price":3662.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/products\/b-63-hours-of-online-time-for-3-4-people-890021.jpg?v=1691658055"},{"product_id":"myteacher105hrs3-4people","title":"105-Hour Private English Lesson Package for 3–4 People","description":"\u003cdiv style=\"font-family: Arial, Helvetica, sans-serif; color: #1f2937; line-height: 1.7; max-width: 900px; margin: 0 auto;\"\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #eef6ff 0%, #ffffff 100%); border: 1px solid #dbeafe; border-radius: 28px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin-bottom: 24px; position: relative; overflow: hidden;\"\u003e\n    \u003cdiv style=\"position: absolute; top: -25px; right: -25px; width: 120px; height: 120px; background: rgba(59,130,246,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"position: absolute; bottom: -35px; left: -35px; width: 140px; height: 140px; background: rgba(16,185,129,0.08); border-radius: 999px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position: relative; z-index: 2;\"\u003e\n      \u003cdiv style=\"display: inline-block; background: #dbeafe; color: #1d4ed8; font-size: 13px; font-weight: bold; padding: 8px 14px; border-radius: 999px; margin-bottom: 14px;\"\u003e\n        Private Group Package\n      \u003c\/div\u003e\n\n      \u003ch2 style=\"font-size: 32px; line-height: 1.2; margin: 0 0 14px 0; color: #111827;\"\u003e\n        105-Hour Private English Lesson Package for 3–4 People\n      \u003c\/h2\u003e\n\n      \u003cp style=\"font-size: 17px; margin: 0; color: #374151;\"\u003e\n        A flexible long-term English lesson package for \u003cstrong\u003e3–4 people\u003c\/strong\u003e, with up to\n        \u003cstrong\u003e27 months (835 days)\u003c\/strong\u003e to use your hours.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px;\"\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      105 Total Hours\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      For 3–4 People\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Up to 27 Months\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: #f3f4f6; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-weight: 600;\"\u003e\n      Private Scheduling Plan\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #ffffff; border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      Before You Purchase\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px; margin-bottom: 12px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Register first or book a\n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Virtual meeting\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        virtual meeting\n      \u003c\/a\u003e\n      to discuss scheduling needs.\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: #f9fafb; border-radius: 18px; padding: 16px 18px;\"\u003e\n      \u003cspan style=\"font-size: 20px; margin-right: 8px;\"\u003e✅\u003c\/span\u003e\n      Make sure you have received the\n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"Time Document\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        Time Document\n      \u003c\/a\u003e\n      used for scheduling.\n    \u003c\/div\u003e\n\n    \u003cp style=\"margin: 18px 0 0 0; font-size: 15px; color: #6b7280;\"\u003e\n      You can also\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #2563eb; font-weight: 700; text-decoration: none;\"\u003e\n        register here\n      \u003c\/a\u003e\n      before purchasing.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      What’s Included\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003e105 private lesson hours\u003c\/strong\u003e for one group booking\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFor 3–4 people\u003c\/strong\u003e learning together\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003eFlexible scheduling\u003c\/strong\u003e over up to 27 months\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #ffffff; border-radius: 18px; padding: 14px 16px; border: 1px solid #f3f4f6;\"\u003e\n        \u003cstrong\u003ePrivate arrangement process\u003c\/strong\u003e based on your availability and needs\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #fed7aa; border-radius: 24px; padding: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.04); margin-bottom: 22px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 16px; font-size: 22px; color: #111827;\"\u003e\n      MyTeacher Time Policy\n    \u003c\/h3\u003e\n\n    \u003cdiv style=\"display: grid; gap: 12px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Payment must be made in full.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        If a suitable schedule cannot be arranged within 2 weeks, a full or prorated refund will be issued depending on usage.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        After the first 4 hours are used, the consultant cannot be changed.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Cancellations made with less than 5 hours’ notice are chargeable.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        Email and text requests are valid only after confirmation.\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.8); border-radius: 16px; padding: 14px 16px;\"\u003e\n        All hours must be used within 27 months (835 days), or any remaining time will be forfeited.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"background: #111827; color: #ffffff; border-radius: 24px; padding: 24px;\"\u003e\n    \u003ch3 style=\"margin-top: 0; margin-bottom: 14px; font-size: 22px; color: #ffffff;\"\u003e\n      Helpful Links\n    \u003c\/h3\u003e\n    \u003cp style=\"margin: 0; font-size: 15px; line-height: 1.8;\"\u003e\n      \u003ca href=\"https:\/\/rosscline.com\/register\" title=\"Register\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eRegister\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/appointment\" title=\"Book a virtual meeting\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eBook a Virtual Meeting\u003c\/a\u003e\n       | \n      \u003ca href=\"https:\/\/rosscline.com\/time\" title=\"View Time Document\" target=\"_blank\" style=\"color: #93c5fd; font-weight: 700; text-decoration: none;\"\u003eView Time Document\u003c\/a\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"rosscline.com","offers":[{"title":"Default Title","offer_id":40300149932080,"sku":"","price":5489.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/products\/c-105-hours-of-online-time-for-3-4-people-730617.jpg?v=1691658055"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0567\/6148\/3312\/collections\/time-for-3-4-people-540788_7d42ab0a-3cb3-47fa-b844-0cc8f3787b7f_jpg.webp?v=1775085706","url":"https:\/\/rosscline.com\/en-np\/collections\/time-for-3-4-people.oembed","provider":"rosscline.com","version":"1.0","type":"link"}